Home
last modified time | relevance | path

Searched refs:m_pushedChar2 (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/text/
DSegmentedString.cpp27 , m_pushedChar2(other.m_pushedChar2) in SegmentedString()
34 else if (other.m_currentChar == &other.m_pushedChar2) in SegmentedString()
35 m_currentChar = &m_pushedChar2; in SegmentedString()
43 m_pushedChar2 = other.m_pushedChar2; in operator =()
48 else if (other.m_currentChar == &other.m_pushedChar2) in operator =()
49 m_currentChar = &m_pushedChar2; in operator =()
65 if (m_pushedChar2) in length()
91 m_pushedChar2 = 0; in clear()
187 if (m_pushedChar2) in toString()
188 result.append(m_pushedChar2); in toString()
[all …]
DSegmentedString.h81 , m_pushedChar2(0) in SegmentedString()
92 , m_pushedChar2(0) in SegmentedString()
121 ASSERT(!m_pushedChar2); in push()
122 m_pushedChar2 = c; in push()
215 if (m_pushedChar2) in numberOfCharactersConsumed()
276 UChar m_pushedChar2; variable