Searched refs:findKeyFromKnownSection (Results 1 – 3 of 3) sorted by relevance
176 return findKeyFromKnownSection(i, _sKey); in findKey()180 int findKeyFromKnownSection(int _nSectionIndex, String _sKey) in findKeyFromKnownSection() method in IniFile358 int j = findKeyFromKnownSection(i, _sKey); in insertValue()
239 return findKeyFromKnownSection(i, _sKey); in findKey()243 private int findKeyFromKnownSection(int _nSectionIndex, String _sKey) in findKeyFromKnownSection() method in IniFile490 int j = findKeyFromKnownSection(i, _sKey); in insertValue()
260 return findKeyFromKnownSection(i, _sKey); in findKey()264 private int findKeyFromKnownSection(int _nSectionIndex, String _sKey) in findKeyFromKnownSection() method in IniFile515 int j = findKeyFromKnownSection(i, _sKey); in insertValue()
Completed in 20 milliseconds