Searched refs:_nSectionIndex (Results 1 – 3 of 3) sorted by relevance
180 int findKeyFromKnownSection(int _nSectionIndex, String _sKey) in findKeyFromKnownSection() argument183 for (int j=_nSectionIndex + 1; j<m_aList.size();j++) in findKeyFromKnownSection()212 int findLastKnownKeyIndex(int _nSectionIndex, String _sKey) in findLastKnownKeyIndex() argument215 int i = _nSectionIndex + 1; in findLastKnownKeyIndex()
243 private int findKeyFromKnownSection(int _nSectionIndex, String _sKey) in findKeyFromKnownSection() argument246 for (int j = _nSectionIndex + 1; j < m_aList.size(); j++) in findKeyFromKnownSection()277 private int findLastKnownKeyIndex(int _nSectionIndex, String _sKey) in findLastKnownKeyIndex() argument280 int i = _nSectionIndex + 1; in findLastKnownKeyIndex()
264 private int findKeyFromKnownSection(int _nSectionIndex, String _sKey) in findKeyFromKnownSection() argument267 for (int j = _nSectionIndex + 1; j < m_aList.size(); j++) in findKeyFromKnownSection()298 private int findLastKnownKeyIndex(int _nSectionIndex, String _sKey) in findLastKnownKeyIndex() argument301 int i = _nSectionIndex + 1; in findLastKnownKeyIndex()
Completed in 32 milliseconds