Home | History | Annotate | Download | only in text

Lines Matching refs:m_pushedChar1

26     : m_pushedChar1(other.m_pushedChar1)
32 if (other.m_currentChar == &other.m_pushedChar1)
33 m_currentChar = &m_pushedChar1;
42 m_pushedChar1 = other.m_pushedChar1;
46 if (other.m_currentChar == &other.m_pushedChar1)
47 m_currentChar = &m_pushedChar1;
63 if (m_pushedChar1) {
90 m_pushedChar1 = 0;
152 m_currentChar = m_pushedChar1 ? &m_pushedChar1 : m_currentString.m_current;
166 m_currentChar = m_pushedChar1 ? &m_pushedChar1 : m_currentString.m_current;
185 if (m_pushedChar1) {
186 result.append(m_pushedChar1);
211 if (m_pushedChar1) {
212 m_pushedChar1 = m_pushedChar2;
219 m_currentChar = m_pushedChar1 ? &m_pushedChar1 : m_currentString.m_current;
224 if (m_pushedChar1) {
225 m_pushedChar1 = m_pushedChar2;
237 m_currentChar = m_pushedChar1 ? &m_pushedChar1 : m_currentString.m_current;