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/webkit/Source/WebCore/platform/text/
SegmentedString.cpp
28
,
m_currentString
(other.
m_currentString
)
44
m_currentString
= other.
m_currentString
;
62
unsigned length =
m_currentString
.m_length;
79
m_currentString
.setExcludeLineNumbers();
93
m_currentString
.clear();
104
if (!
m_currentString
.m_length) {
105
m_numberOfCharactersConsumedPriorToCurrentString +=
m_currentString
.numberOfCharactersConsumed();
106
m_currentString
= s
[
all
...]
SegmentedString.h
93
,
m_currentString
(str)
94
, m_currentChar(
m_currentString
.m_current)
112
bool excludeLineNumbers() const { return
m_currentString
.excludeLineNumbers(); }
119
m_currentChar = m_pushedChar1 ? &m_pushedChar1 :
m_currentString
.m_current;
142
if (!m_pushedChar1 &&
m_currentString
.m_length > 1) {
143
--
m_currentString
.m_length;
144
m_currentChar = ++
m_currentString
.m_current;
165
if (!m_pushedChar1 &&
m_currentString
.m_length > 1) {
166
int newLineFlag =
m_currentString
.doNotExcludeLineNumbers();
171
--
m_currentString
.m_length
[
all
...]
Completed in 3625 milliseconds