/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() 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/ |
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/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/ |
D | RenderFontJme.java | 115 …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/ |
D | ComplexTextController.cpp | 278 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/ |
D | BitmapTextPage.java | 125 while (quads.nextCharacter()) { in assemble()
|
D | Letters.java | 227 public boolean nextCharacter() { in nextCharacter() method in Letters
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSTokenizer-in.cpp | 1168 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/ |
D | HarfBuzzShaper.cpp | 593 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/ |
D | TextIterator.cpp | 1887 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/ |
D | BreakingContextInlineHeaders.h | 639 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/ |
D | chromeVoxChromePageScript.js | 861 announce:!0,msgId:"previous_character",skipInput:!0,category:"navigation"},nextCharacter:{forward:!… property
|
D | chromeVoxChromeBackgroundScript.js | 1021 announce:!0,msgId:"previous_character",skipInput:!0,category:"navigation"},nextCharacter:{forward:!… property
|