Home
last modified time | relevance | path

Searched refs:nextCharacter (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLEntitySearch.cpp46 …mpareResult HTMLEntitySearch::compare(const HTMLEntityTableEntry* entry, UChar nextCharacter) const in compare()
52 if (entryNextCharacter == nextCharacter) in compare()
54 return entryNextCharacter < nextCharacter ? Before : After; in compare()
57 const HTMLEntityTableEntry* HTMLEntitySearch::findFirst(UChar nextCharacter) const in findFirst()
63 CompareResult result = compare(left, nextCharacter); in findFirst()
70 result = compare(probe, nextCharacter); in findFirst()
82 const HTMLEntityTableEntry* HTMLEntitySearch::findLast(UChar nextCharacter) const in findLast()
88 CompareResult result = compare(right, nextCharacter); in findLast()
95 result = compare(probe, nextCharacter); in findLast()
107 void HTMLEntitySearch::advance(UChar nextCharacter) in advance() argument
[all …]
/external/chromium_org/chrome/browser/resources/net_internals/
Dsource_filter_parser.js150 var nextCharacter = filterText[position];
152 if (nextCharacter == '\\' &&
159 } else if (nextCharacter == '"') {
163 } else if (!inQuote && /\s/.test(nextCharacter)) {
167 } else if (nextCharacter == '-' && startPosition == position - 1) {
173 filterElement += nextCharacter;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
DComplexTextController.cpp221 UChar32 nextCharacter; in advanceByCombiningCharacterSequence() local
223 U16_NEXT(iterator, markLength, end - iterator, nextCharacter); in advanceByCombiningCharacterSequence()
224 if (!(U_GET_GC_MASK(nextCharacter) & U_GC_M_MASK)) in advanceByCombiningCharacterSequence()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSTokenizer-in.cpp1200 SrcCharacterType* nextCharacter = result; in realLex() local
1207 currentCharacter<SrcCharacterType>() = nextCharacter; in realLex()
1314 SrcCharacterType* nextCharacter = result; in realLex() local
1321 currentCharacter<SrcCharacterType>() = nextCharacter; in realLex()
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
DBreakingContextInlineHeaders.h481 inline void nextCharacter(UChar& currentCharacter, UChar& lastCharacter, UChar& secondToLastCharact… in nextCharacter() function
637 nextCharacter(c, lastCharacter, secondToLastCharacter); in handleText()
798 nextCharacter(c, lastCharacter, secondToLastCharacter); in handleText()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DTextIterator.cpp1947 UChar32 nextCharacter = 0; in isWordStartMatch() local
1949 U16_GET(m_buffer.data(), 0, offset, size, nextCharacter); in isWordStartMatch()
1950 … if (!isASCIIUpper(nextCharacter) && !isASCIIDigit(nextCharacter) && !isSeparator(nextCharacter)) in isWordStartMatch()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
DHarfBuzzShaper.cpp575 UChar32 nextCharacter; in handleMultipleUChar() local
577 …XT(markCharactersEnd, nextCharacterLength, normalizedBufferEnd - markCharactersEnd, nextCharacter); in handleMultipleUChar()
578 if (!(U_GET_GC_MASK(nextCharacter) & U_GC_M_MASK)) in handleMultipleUChar()
/external/chromium_org/chrome/third_party/chromevox/
DchromeVoxChromePageScript.js1276 announce:!0,msgId:"previous_character",skipInput:!0,category:"navigation"},nextCharacter:{forward:!… property
DchromeVoxChromeBackgroundScript.js1166 announce:!0,msgId:"previous_character",skipInput:!0,category:"navigation"},nextCharacter:{forward:!… property