HomeSort by relevance Sort by last modified time
    Searched refs:nextCharacter (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLEntitySearch.cpp 46 HTMLEntitySearch::CompareResult HTMLEntitySearch::compare(const HTMLEntityTableEntry* entry, UChar nextCharacter) const
52 if (entryNextCharacter == nextCharacter)
54 return entryNextCharacter < nextCharacter ? Before : After;
57 const HTMLEntityTableEntry* HTMLEntitySearch::findFirst(UChar nextCharacter) const
63 CompareResult result = compare(left, nextCharacter);
70 result = compare(probe, nextCharacter);
82 const HTMLEntityTableEntry* HTMLEntitySearch::findLast(UChar nextCharacter) const
88 CompareResult result = compare(right, nextCharacter);
95 result = compare(probe, nextCharacter);
107 void HTMLEntitySearch::advance(UChar nextCharacter)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
ComplexTextController.cpp 221 UChar32 nextCharacter;
223 U16_NEXT(iterator, markLength, end - iterator, nextCharacter);
224 if (!(U_GET_GC_MASK(nextCharacter) & U_GC_M_MASK))
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSTokenizer-in.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
BreakingContextInlineHeaders.h 481 inline void nextCharacter(UChar& currentCharacter, UChar& lastCharacter, UChar& secondToLastCharacter)
637 nextCharacter(c, lastCharacter, secondToLastCharacter);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextIterator.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzShaper.cpp 575 UChar32 nextCharacter;
577 U16_NEXT(markCharactersEnd, nextCharacterLength, normalizedBufferEnd - markCharactersEnd, nextCharacter);
578 if (!(U_GET_GC_MASK(nextCharacter) & U_GC_M_MASK))
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
user_commands.js 373 case 'nextCharacter':
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
command_store.js 226 'nextCharacter': {forward: true,
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js     [all...]
chromeVoxChromeOptionsScript.js 60 announce:!0,msgId:"previous_character",skipInput:!0,category:"navigation"},nextCharacter:{forward:!0,announce:!0,msgId:"next_character",skipInput:!0,category:"navigation"},previousWord:{backward:!0,announce:!0,msgId:"previous_word",skipInput:!0,category:"navigation"},nextWord:{forward:!0,announce:!0,msgId:"next_word",skipInput:!0,category:"navigation"},previousLine:{backward:!0,announce:!0,msgId:"previous_line",category:"navigation"},nextLine:{forward:!0,announce:!0,msgId:"next_line",category:"navigation"},
    [all...]

Completed in 405 milliseconds