Home
last modified time | relevance | path

Searched refs:nextCharacter (Results 1 – 12 of 12) 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()
51 if (entryNextCharacter == nextCharacter) in compare()
53 return entryNextCharacter < nextCharacter ? Before : After; in compare()
56 const HTMLEntityTableEntry* HTMLEntitySearch::findFirst(UChar nextCharacter) const in findFirst()
62 CompareResult result = compare(left, nextCharacter); in findFirst()
69 result = compare(probe, nextCharacter); in findFirst()
81 const HTMLEntityTableEntry* HTMLEntitySearch::findLast(UChar nextCharacter) const in findLast()
87 CompareResult result = compare(right, nextCharacter); in findLast()
94 result = compare(probe, nextCharacter); in findLast()
106 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/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
DRenderFontJme.java115 …public int getCharacterAdvance(final char currentCharacter, final char nextCharacter, final float … in getCharacterAdvance() argument
116 return Math.round(font.getCharacterAdvance(currentCharacter, nextCharacter, size)); in getCharacterAdvance()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
DComplexTextController.cpp278 UChar32 nextCharacter; in advanceByCombiningCharacterSequence() local
280 U16_NEXT(iterator, markLength, end - iterator, nextCharacter); in advanceByCombiningCharacterSequence()
281 if (!(U_GET_GC_MASK(nextCharacter) & U_GC_M_MASK)) in advanceByCombiningCharacterSequence()
/external/jmonkeyengine/engine/src/core/com/jme3/font/
DBitmapTextPage.java125 while (quads.nextCharacter()) { in assemble()
DLetters.java227 public boolean nextCharacter() { in nextCharacter() method in Letters
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSTokenizer-in.cpp1168 SrcCharacterType* nextCharacter = result; in realLex() local
1175 currentCharacter<SrcCharacterType>() = nextCharacter; in realLex()
1284 SrcCharacterType* nextCharacter = result; in realLex() local
1291 currentCharacter<SrcCharacterType>() = nextCharacter; in realLex()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
DHarfBuzzShaper.cpp593 UChar32 nextCharacter; in collectHarfBuzzRuns() local
595 …XT(markCharactersEnd, nextCharacterLength, normalizedBufferEnd - markCharactersEnd, nextCharacter); in collectHarfBuzzRuns()
596 if (!(U_GET_GC_MASK(nextCharacter) & U_GC_M_MASK)) in collectHarfBuzzRuns()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DTextIterator.cpp1887 UChar32 nextCharacter = 0; in isWordStartMatch() local
1889 U16_GET(m_buffer.data(), 0, offset, size, nextCharacter); in isWordStartMatch()
1890 … if (!isASCIIUpper(nextCharacter) && !isASCIIDigit(nextCharacter) && !isSeparator(nextCharacter)) in isWordStartMatch()
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
DBreakingContextInlineHeaders.h639 inline void nextCharacter(UChar& currentCharacter, UChar& lastCharacter, UChar& secondToLastCharact… in nextCharacter() function
826 nextCharacter(c, lastCharacter, secondToLastCharacter); in handleText()
986 nextCharacter(c, lastCharacter, secondToLastCharacter); in handleText()
/external/chromium_org/chrome/third_party/chromevox/
DchromeVoxChromePageScript.js861 announce:!0,msgId:"previous_character",skipInput:!0,category:"navigation"},nextCharacter:{forward:!… property
DchromeVoxChromeBackgroundScript.js1021 announce:!0,msgId:"previous_character",skipInput:!0,category:"navigation"},nextCharacter:{forward:!… property