Home | History | Annotate | Download | only in text

Lines Matching refs:m_pushedChar1

144         : m_pushedChar1(0)
159 : m_pushedChar1(0)
186 if (!m_pushedChar1) {
187 m_pushedChar1 = c;
188 m_currentChar = m_pushedChar1 ? m_pushedChar1 : m_currentString.getCurrentChar();
213 ASSERT(!m_pushedChar1);
231 ASSERT(!m_pushedChar1);
276 if (!m_pushedChar1 && m_currentString.m_length > 1) {
292 bool escaped() const { return m_pushedChar1; }
297 if (m_pushedChar1) {
346 if ((m_currentString.m_length > 1) && !m_pushedChar1) {
379 if (!m_pushedChar1 && string.length() <= static_cast<unsigned>(m_currentString.m_length)) {
405 UChar m_pushedChar1;