Searched defs:ReportFindProgress (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Drematch.cpp39 // Macro to inline test & call to ReportFindProgress(). Eliminates unnecessary function call.
42 (fFindProgressCallbackFn != NULL) && (ReportFindProgress(pos, status) == FALSE)
2666 // ReportFindProgress This function is called once for each advance in the target
2677 UBool RegexMatcher::ReportFindProgress(int64_t matchIndex, UErrorCode &status) { function in class:RegexMatcher
/external/icu/icu4c/source/i18n/
H A Drematch.cpp39 // Macro to inline test & call to ReportFindProgress(). Eliminates unnecessary function call.
42 (fFindProgressCallbackFn != NULL) && (ReportFindProgress(pos, status) == FALSE)
2629 // ReportFindProgress This function is called once for each advance in the target
2640 UBool RegexMatcher::ReportFindProgress(int64_t matchIndex, UErrorCode &status) { function in class:RegexMatcher

Completed in 1007 milliseconds