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

  /external/webkit/Source/WebCore/platform/text/
SegmentedString.cpp 26 : m_pushedChar1(other.m_pushedChar1)
32 if (other.m_currentChar == &other.m_pushedChar1)
33 m_currentChar = &m_pushedChar1;
42 m_pushedChar1 = other.m_pushedChar1;
46 if (other.m_currentChar == &other.m_pushedChar1)
47 m_currentChar = &m_pushedChar1;
63 if (m_pushedChar1) {
90 m_pushedChar1 = 0
    [all...]
SegmentedString.h 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)
    [all...]

Completed in 80 milliseconds