Home
last modified time | relevance | path

Searched defs:matchIndex (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DStringPrototype.cpp335 int matchIndex; in stringProtoFuncReplace() local
380 int matchIndex; in stringProtoFuncReplace() local
/external/webkit/Source/WebKit/android/nav/
DFindCanvas.cpp379 int matchIndex = index - remaining + 1; in findHelper() local
/external/icu4c/i18n/
Ducurr.cpp1122 int32_t matchIndex = -1; in searchCurrencyName() local
1327 int32_t matchIndex = -1; in uprv_parseCurrency() local
Drematch.cpp2667 UBool RegexMatcher::ReportFindProgress(int64_t matchIndex, UErrorCode &status) { in ReportFindProgress()
/external/webkit/Source/JavaScriptCore/yarr/
DYarrJIT.cpp114 …umpList& matchDest, const CharacterRange* ranges, unsigned count, unsigned* matchIndex, const UCha… in matchCharacterClassRange()
195 unsigned matchIndex = 0; in matchCharacterClass() local
/external/icu4c/test/intltest/
Dregextst.cpp4664 testProgressCallBackFn(const void *context, int64_t matchIndex) { in testProgressCallBackFn()