Home | History | Annotate | Download | only in xml

Lines Matching refs:startPos

185     int startPos = m_nextPos + 1;
187 for (m_nextPos = startPos; m_nextPos < m_data.length(); ++m_nextPos) {
189 String value = m_data.substring(startPos, m_nextPos - startPos);
203 int startPos = m_nextPos;
220 return Token(NUMBER, m_data.substring(startPos, m_nextPos - startPos));
225 int startPos = m_nextPos;
238 name = m_data.substring(startPos, m_nextPos - startPos);