Searched refs:nLineWithSection (Results 1 – 2 of 2) sorted by relevance
658 int nLineWithSection = findNextSection(m_aEnumerationPos); in nextElement() local659 if (nLineWithSection != -1) in nextElement()661 String sSection = m_aList.get(nLineWithSection); in nextElement()662 m_aEnumerationPos = findNextSection(nLineWithSection + 1); in nextElement()
683 int nLineWithSection = findNextSection(m_aEnumerationPos); in nextElement() local684 if (nLineWithSection != -1) in nextElement()686 String sSection = m_aList.get(nLineWithSection); in nextElement()687 m_aEnumerationPos = findNextSection(nLineWithSection + 1); in nextElement()
Completed in 14 milliseconds