Searched refs:findProgressInterrupt (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | rematch.cpp | 595 UBool RegexMatcher::findProgressInterrupt(int64_t pos, UErrorCode &status) { in findProgressInterrupt() function in RegexMatcher 713 if (findProgressInterrupt(startPos, status)) in find() 760 if (findProgressInterrupt(startPos, status)) in find() 792 if (findProgressInterrupt(startPos, status)) in find() 840 if (findProgressInterrupt(startPos, status)) in find() 869 if (findProgressInterrupt(startPos, status)) in find() 988 if (findProgressInterrupt(startPos, status)) in findUsingChunk() 1029 if (findProgressInterrupt(startPos, status)) in findUsingChunk() 1058 if (findProgressInterrupt(startPos, status)) in findUsingChunk() 1099 if (findProgressInterrupt(startPos, status)) in findUsingChunk() [all …]
|
/external/icu/icu4c/source/i18n/unicode/ |
D | regex.h | 1790 inline UBool findProgressInterrupt(int64_t matchIndex, UErrorCode &status);
|