Searched refs:_sSectionName (Results 1 – 4 of 4) sorted by relevance
140 public boolean hasValue(String _sSectionName, String _sKey) in hasValue() argument142 int n = findKey(_sSectionName, _sKey); in hasValue()167 private String buildSectionName(String _sSectionName) in buildSectionName() argument169 String sFindSection = "[" + _sSectionName + "]"; in buildSectionName()173 private String sectionToString(String _sSectionName) in sectionToString() argument175 String sKeyName = _sSectionName; in sectionToString()
161 public boolean hasValue(String _sSectionName, String _sKey) in hasValue() argument163 int n = findKey(_sSectionName, _sKey); in hasValue()188 private String buildSectionName(String _sSectionName) in buildSectionName() argument190 String sFindSection = "[" + _sSectionName + "]"; in buildSectionName()194 private String sectionToString(String _sSectionName) in sectionToString() argument196 String sKeyName = _sSectionName; in sectionToString()
83 public void writeSection(String _sSectionName) in writeSection() argument87 m_aOut.write("[" + _sSectionName + "]" + ls); in writeSection()
131 String buildSectionName(String _sSectionName) in buildSectionName() argument133 String sFindSection = "[" + _sSectionName + "]"; in buildSectionName()
Completed in 13 milliseconds