Searched refs:buildSectionName (Results 1 – 3 of 3) sorted by relevance
131 String buildSectionName(String _sSectionName) in buildSectionName() method in IniFile144 String sFindSection = toLowerIfNeed(buildSectionName(_sSection)); in findSection()350 String sFindSection = buildSectionName(_sSection); in insertValue()
167 private String buildSectionName(String _sSectionName) in buildSectionName() method in IniFile192 String sFindSection = toLowerIfNeed(buildSectionName(_sSection)); in findSection()478 String sFindSection = buildSectionName(_sSection); in insertValue()
188 private String buildSectionName(String _sSectionName) in buildSectionName() method in IniFile213 String sFindSection = toLowerIfNeed(buildSectionName(_sSection)); in findSection()503 String sFindSection = buildSectionName(_sSection); in insertValue()
Completed in 61 milliseconds