Searched defs:matchIndex (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Drematch.cpp2677 UBool RegexMatcher::ReportFindProgress(int64_t matchIndex, UErrorCode &status) { argument
2679 if ((*fFindProgressCallbackFn)(fFindProgressCallbackContext, matchIndex) == FALSE) {
H A Ducurr.cpp1330 int32_t matchIndex = -1; local
1348 // matchIndex saves the one with exact match till the current point.
1350 matchIndex = binarySearch(currencyNames, index,
1356 if (matchIndex != -1) {
1360 *maxMatchIndex = matchIndex;
1537 int32_t matchIndex = -1; local
1540 upperText, textLen, &max, &matchIndex);
1543 printf("search in names, max = %d, matchIndex = %d\n", max, matchIndex);
1562 if (max >= maxInSymbol && matchIndex !
[all...]
/external/icu/icu4c/source/i18n/
H A Drematch.cpp2640 UBool RegexMatcher::ReportFindProgress(int64_t matchIndex, UErrorCode &status) { argument
2642 if ((*fFindProgressCallbackFn)(fFindProgressCallbackContext, matchIndex) == FALSE) {
H A Ducurr.cpp1330 int32_t matchIndex = -1; local
1348 // matchIndex saves the one with exact match till the current point.
1350 matchIndex = binarySearch(currencyNames, index,
1356 if (matchIndex != -1) {
1360 *maxMatchIndex = matchIndex;
1537 int32_t matchIndex = -1; local
1540 upperText, textLen, &max, &matchIndex);
1543 printf("search in names, max = %d, matchIndex = %d\n", max, matchIndex);
1562 if (max >= maxInSymbol && matchIndex !
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/network/
H A DNetworkPanel.js1408 var matchIndex = 0; variable
1413 matchIndex = matchCount;
1420 return matchIndex;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dregextst.cpp4818 testProgressCallBackFn(const void *context, int64_t matchIndex) { argument
4821 info->lastIndex = matchIndex;
4822 // info->test->infoln("ProgressCallback - matchIndex = %d, numCalls = %d\n", matchIndex, info->numCalls);
/external/icu/icu4c/source/test/intltest/
H A Dregextst.cpp4823 testProgressCallBackFn(const void *context, int64_t matchIndex) { argument
4826 info->lastIndex = matchIndex;
4827 // info->test->infoln("ProgressCallback - matchIndex = %d, numCalls = %d\n", matchIndex, info->numCalls);
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 187 milliseconds