OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_currentlength
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLEntitySearch.cpp
39
:
m_currentLength
(0)
48
if (entry->length <
m_currentLength
+ 1)
50
UChar entryNextCharacter = entry->entity[
m_currentLength
];
109
if (!
m_currentLength
) {
120
++
m_currentLength
;
121
if (m_first->length !=
m_currentLength
) {
HTMLEntitySearch.h
42
int currentLength() const { return
m_currentLength
; }
63
int
m_currentLength
;
Completed in 66 milliseconds