Searched refs:findNextSection (Results 1 – 2 of 2) sorted by relevance
69 m_aEnumerationPos = findNextSection(0); in IniFile()81 m_aEnumerationPos = findNextSection(0); in IniFile()599 int j = findNextSection(i + 1); in removeSection()660 private int findNextSection(int i) in findNextSection() method in IniFile683 int nLineWithSection = findNextSection(m_aEnumerationPos); in nextElement()687 m_aEnumerationPos = findNextSection(nLineWithSection + 1); in nextElement()706 while ((nPosition = findNextSection(nPosition)) != -1) in getElementCount()
56 m_aEnumerationPos = findNextSection(0); in IniFile()574 int j = findNextSection(i + 1); in removeSection()635 private int findNextSection(int i) in findNextSection() method in IniFile658 int nLineWithSection = findNextSection(m_aEnumerationPos); in nextElement()662 m_aEnumerationPos = findNextSection(nLineWithSection + 1); in nextElement()681 while ((nPosition = findNextSection(nPosition)) != -1) in getElementCount()
Completed in 17 milliseconds