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

  /frameworks/base/core/java/android/webkit/
FindActionModeCallback.java 160 public void updateMatchCount(int matchIndex, int matchCount, boolean isEmptyFind) {
163 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...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListItemView.java     [all...]
  /frameworks/av/media/libstagefright/
ACodec.cpp     [all...]
OMXCodec.cpp 196 ssize_t matchIndex =
199 if (matchIndex < 0) {
203 index = matchIndex + 1;
205 const char *componentName = list->getCodecName(matchIndex);
223 entry->mQuirks = getComponentQuirks(list, matchIndex);
    [all...]
  /external/icu4c/test/intltest/
regextst.cpp     [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 450 milliseconds