Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/runtime/
DStringPrototype.cpp335 int matchIndex; in stringProtoFuncReplace() local
380 int matchIndex; in stringProtoFuncReplace() local
/external/icu4c/i18n/
Ducurr.cpp1161 int32_t matchIndex = -1; in searchCurrencyName() local
1366 int32_t matchIndex = -1; in uprv_parseCurrency() local
Drematch.cpp2677 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.cpp4814 testProgressCallBackFn(const void *context, int64_t matchIndex) { in testProgressCallBackFn()