Searched refs:nextCharacter (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
D | HTMLEntitySearch.cpp | 46 …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/ |
D | source_filter_parser.js | 150 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/ |
D | ComplexTextController.cpp | 203 UChar32 nextCharacter; in advanceByCombiningCharacterSequence() local 205 U16_NEXT(iterator, markLength, end - iterator, nextCharacter); in advanceByCombiningCharacterSequence() 206 if (!(U_GET_GC_MASK(nextCharacter) & U_GC_M_MASK)) in advanceByCombiningCharacterSequence()
|
/external/chromium_org/third_party/WebKit/Source/core/css/parser/ |
D | CSSTokenizer-in.cpp | 1193 SrcCharacterType* nextCharacter = result; in realLex() local 1200 currentCharacter<SrcCharacterType>() = nextCharacter; in realLex() 1302 SrcCharacterType* nextCharacter = result; in realLex() local 1309 currentCharacter<SrcCharacterType>() = nextCharacter; in realLex()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/ |
D | BreakingContextInlineHeaders.h | 488 inline void nextCharacter(UChar& currentCharacter, UChar& lastCharacter, UChar& secondToLastCharact… in nextCharacter() function 643 nextCharacter(c, lastCharacter, secondToLastCharacter); in handleText() 804 nextCharacter(c, lastCharacter, secondToLastCharacter); in handleText()
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/ |
D | HarfBuzzShaper.cpp | 593 UChar32 nextCharacter; in handleMultipleUChar() local 595 …XT(markCharactersEnd, nextCharacterLength, normalizedBufferEnd - markCharactersEnd, nextCharacter); in handleMultipleUChar() 596 if (!(U_GET_GC_MASK(nextCharacter) & U_GC_M_MASK)) in handleMultipleUChar()
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | TextIterator.cpp | 2137 UChar32 nextCharacter = 0; in isWordStartMatch() local 2139 U16_GET(m_buffer.data(), 0, offset, size, nextCharacter); in isWordStartMatch() 2140 … if (!isASCIIUpper(nextCharacter) && !isASCIIDigit(nextCharacter) && !isSeparator(nextCharacter)) in isWordStartMatch()
|
/external/chromium_org/chrome/third_party/chromevox/ |
D | chromeVoxChromePageScript.js | 1276 announce:!0,msgId:"previous_character",skipInput:!0,category:"navigation"},nextCharacter:{forward:!… property
|
D | chromeVoxChromeBackgroundScript.js | 1166 announce:!0,msgId:"previous_character",skipInput:!0,category:"navigation"},nextCharacter:{forward:!… property
|