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

  /external/chromium_org/third_party/WebKit/Source/core/platform/text/
SegmentedString.cpp 40 m_currentChar = m_pushedChar2;
42 m_currentChar = m_pushedChar1;
44 m_currentChar = m_currentString.m_length ? m_currentString.getCurrentChar() : 0;
54 m_currentChar = m_pushedChar2;
56 m_currentChar = m_pushedChar1;
58 m_currentChar = m_currentString.m_length ? m_currentString.getCurrentChar() : 0;
105 m_currentChar = 0;
177 m_currentChar = m_pushedChar1 ? m_pushedChar1 : (m_currentString.m_length ? m_currentString.getCurrentChar() : 0);
191 m_currentChar = m_pushedChar1 ? m_pushedChar1 : (m_currentString.m_length ? m_currentString.getCurrentChar() : 0);
244 m_currentChar = m_currentString.incrementAndGetCurrentChar8()
    [all...]
SegmentedString.h 143 , m_currentChar(0)
159 , m_currentChar(0)
168 m_currentChar = m_currentString.getCurrentChar();
189 m_currentChar = m_pushedChar1 ? m_pushedChar1 : m_currentString.getCurrentChar();
216 m_currentChar = m_currentString.incrementAndGetCurrentChar8();
234 bool haveNewLine = (m_currentChar == '\n') & !!(m_fastPathFlags & Use8BitAdvanceAndUpdateLineNumbers);
237 m_currentChar = m_currentString.incrementAndGetCurrentChar8();
283 m_currentChar = m_currentString.incrementAndGetCurrentChar();
308 UChar currentChar() const { return m_currentChar; }
408 UChar m_currentChar;
    [all...]
  /external/emma/core/java12/com/vladium/util/args/
OptsParser.java     [all...]
  /external/emma/lib/
emma.jar 

Completed in 661 milliseconds