Home | History | Annotate | Download | only in text

Lines Matching refs:m_pushedChar1

80         : m_pushedChar1(0)
91 : m_pushedChar1(0)
117 if (!m_pushedChar1) {
118 m_pushedChar1 = c;
119 m_currentChar = m_pushedChar1 ? &m_pushedChar1 : m_currentString.m_current;
142 if (!m_pushedChar1 && m_currentString.m_length > 1) {
165 if (!m_pushedChar1 && m_currentString.m_length > 1) {
181 if (!m_pushedChar1 && m_currentString.m_length > 1) {
191 if (!m_pushedChar1 && m_currentString.m_length > 1) {
208 bool escaped() const { return m_pushedChar1; }
213 if (m_pushedChar1) {
249 if (!m_pushedChar1 && string.length() <= static_cast<unsigned>(m_currentString.m_length)) {
275 UChar m_pushedChar1;