Searched refs:m_codeStart (Results 1 – 3 of 3) sorted by relevance
71 return currentCharacter() - m_codeStart; in currentOffset()146 m_codeStart = data; in setCode()155 for (const UChar* p = m_codeStart; p < m_codeEnd; ++p) { in setCode()181 ptrdiff_t startDelta = m_codeStart - m_code; in copyCodeWithoutBOMs()183 m_codeStart = m_code + startDelta; in copyCodeWithoutBOMs()
98 const UChar* m_codeStart; variable
5632 m_length with m_codeEnd and m_currentOffset with m_codeStart. Added code5682 m_nextOffset3. Added m_skipLineEnd, m_codeStart, m_codeEnd, and