OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_currentString
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/platform/text/
SegmentedString.cpp
28
,
m_currentString
(other.
m_currentString
)
44
m_currentChar =
m_currentString
.m_length ?
m_currentString
.getCurrentChar() : 0;
51
m_currentString
= other.
m_currentString
;
58
m_currentChar =
m_currentString
.m_length ?
m_currentString
.getCurrentChar() : 0;
75
unsigned length =
m_currentString
.m_length;
92
m_currentString
.setExcludeLineNumbers()
[
all
...]
SegmentedString.h
158
,
m_currentString
(str)
167
if (
m_currentString
.m_length)
168
m_currentChar =
m_currentString
.getCurrentChar();
182
bool excludeLineNumbers() const { return
m_currentString
.excludeLineNumbers(); }
189
m_currentChar = m_pushedChar1 ? m_pushedChar1 :
m_currentString
.getCurrentChar();
215
bool haveOneCharacterLeft = (--
m_currentString
.m_length == 1);
216
m_currentChar =
m_currentString
.incrementAndGetCurrentChar8();
235
bool haveOneCharacterLeft = (--
m_currentString
.m_length == 1);
237
m_currentChar =
m_currentString
.incrementAndGetCurrentChar8();
244
m_numberOfCharactersConsumedPriorToCurrentLine = m_numberOfCharactersConsumedPriorToCurrentString +
m_currentString
.numberOfCharactersConsumed()
[
all
...]
Completed in 119 milliseconds