HomeSort by relevance Sort by last modified time
    Searched refs:m_pushedChar1 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/text/
SegmentedString.cpp 28 if (m_pushedChar1) {
55 m_pushedChar1 = 0;
122 if (s.m_pushedChar1) {
124 unconsumedData.append(s.m_pushedChar1);
137 m_currentChar = m_pushedChar1 ? m_pushedChar1 : (m_currentString.m_length ? m_currentString.getCurrentChar() : 0);
176 if (m_pushedChar1) {
177 result.append(m_pushedChar1);
202 ASSERT(!m_pushedChar1);
209 ASSERT(!m_pushedChar1);
    [all...]
SegmentedString.h 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; }
    [all...]

Completed in 35 milliseconds