Home | History | Annotate | Download | only in text

Lines Matching refs:m_currentChar

32     if (other.m_currentChar == &other.m_pushedChar1)
33 m_currentChar = &m_pushedChar1;
34 else if (other.m_currentChar == &other.m_pushedChar2)
35 m_currentChar = &m_pushedChar2;
37 m_currentChar = other.m_currentChar;
46 if (other.m_currentChar == &other.m_pushedChar1)
47 m_currentChar = &m_pushedChar1;
48 else if (other.m_currentChar == &other.m_pushedChar2)
49 m_currentChar = &m_pushedChar2;
51 m_currentChar = other.m_currentChar;
92 m_currentChar = 0;
152 m_currentChar = m_pushedChar1 ? &m_pushedChar1 : m_currentString.m_current;
166 m_currentChar = m_pushedChar1 ? &m_pushedChar1 : m_currentString.m_current;
219 m_currentChar = m_pushedChar1 ? &m_pushedChar1 : m_currentString.m_current;
237 m_currentChar = m_pushedChar1 ? &m_pushedChar1 : m_currentString.m_current;