Searched defs:m_pushedChar1 (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DSegmentedString.h144 : 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; }
405 UChar m_pushedChar1; member in class:blink::SegmentedString
[all...]

Completed in 47 milliseconds