HomeSort by relevance Sort by last modified time
    Searched defs:m_currentChar (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/platform/text/
SegmentedString.h 74 : m_pushedChar1(0), m_pushedChar2(0), m_currentChar(0), m_composite(false) {}
76 , m_currentString(str, length), m_currentChar(m_currentString.m_current), m_composite(false) {}
79 , m_currentChar(m_currentString.m_current), m_composite(false) {}
96 m_currentChar = m_pushedChar1 ? &m_pushedChar1 : m_currentString.m_current;
110 m_currentChar = ++m_currentString.m_current;
122 m_currentChar = ++m_currentString.m_current;
133 m_currentChar = ++m_currentString.m_current;
144 m_currentChar = ++m_currentString.m_current;
164 const UChar* current() const { return m_currentChar; }
169 const UChar* m_currentChar;
    [all...]
  /external/emma/core/java12/com/vladium/util/args/
OptsParser.java     [all...]
  /external/emma/lib/
emma.jar 

Completed in 38 milliseconds