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

  /frameworks/base/core/java/android/webkit/
FindActionModeCallback.java 149 public void updateMatchCount(int matchIndex, int matchCount, boolean isEmptyFind) {
152 mActiveMatchIndex = matchIndex;
WebViewCore.java     [all...]
WebViewClassic.java     [all...]
  /external/webkit/Source/JavaScriptCore/yarr/
YarrJIT.cpp 114 void matchCharacterClassRange(RegisterID character, JumpList& failures, JumpList& matchDest, const CharacterRange* ranges, unsigned count, unsigned* matchIndex, const UChar* matches, unsigned matchCount)
124 if ((*matchIndex < matchCount) && (matches[*matchIndex] < lo)) {
129 matchCharacterClassRange(character, failures, matchDest, ranges, which, matchIndex, matches, matchCount);
131 while ((*matchIndex < matchCount) && (matches[*matchIndex] < lo)) {
132 matchDest.append(branch32(Equal, character, Imm32((unsigned short)matches[*matchIndex])));
133 ++*matchIndex;
141 matchCharacterClassRange(character, failures, matchDest, ranges, which, matchIndex, matches, matchCount);
148 while ((*matchIndex < matchCount) && (matches[*matchIndex] <= hi)
    [all...]
  /external/icu4c/i18n/
ucurr.cpp     [all...]
rematch.cpp     [all...]
  /external/icu4c/i18n/unicode/
uregex.h     [all...]
regex.h     [all...]
  /frameworks/av/media/libstagefright/
ACodec.cpp     [all...]
OMXCodec.cpp 200 ssize_t matchIndex =
203 if (matchIndex < 0) {
207 index = matchIndex + 1;
209 const char *componentName = list->getCodecName(matchIndex);
227 matchingCodecQuirks->push(getComponentQuirks(list, matchIndex));
    [all...]
  /external/icu4c/test/intltest/
regextst.cpp     [all...]

Completed in 179 milliseconds