Home | History | Annotate | Download | only in xml

Lines Matching defs:startPos

188     int startPos = m_nextPos + 1;
190 for (m_nextPos = startPos; m_nextPos < m_data.length(); ++m_nextPos) {
192 String value = m_data.substring(startPos, m_nextPos - startPos);
206 int startPos = m_nextPos;
222 return Token(NUMBER, m_data.substring(startPos, m_nextPos - startPos));
227 int startPos = m_nextPos;
239 name = m_data.substring(startPos, m_nextPos - startPos);