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/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
161
,
m_currentString
(str)
170
if (
m_currentString
.m_length)
171
m_currentChar =
m_currentString
.getCurrentChar();
185
bool excludeLineNumbers() const { return
m_currentString
.excludeLineNumbers(); }
192
m_currentChar = m_pushedChar1 ? m_pushedChar1 :
m_currentString
.getCurrentChar();
218
bool haveOneCharacterLeft = (--
m_currentString
.m_length == 1);
219
m_currentChar =
m_currentString
.incrementAndGetCurrentChar8();
238
bool haveOneCharacterLeft = (--
m_currentString
.m_length == 1);
240
m_currentChar =
m_currentString
.incrementAndGetCurrentChar8();
247
m_numberOfCharactersConsumedPriorToCurrentLine = m_numberOfCharactersConsumedPriorToCurrentString +
m_currentString
.numberOfCharactersConsumed()
[
all
...]
Completed in 717 milliseconds