Searched refs:findProgressInterrupt (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | rematch.cpp | 599 UBool RegexMatcher::findProgressInterrupt(int64_t pos, UErrorCode &status) { in findProgressInterrupt() function in RegexMatcher 717 if (findProgressInterrupt(startPos, status)) in find() 764 if (findProgressInterrupt(startPos, status)) in find() 796 if (findProgressInterrupt(startPos, status)) in find() 844 if (findProgressInterrupt(startPos, status)) in find() 873 if (findProgressInterrupt(startPos, status)) in find() 992 if (findProgressInterrupt(startPos, status)) in findUsingChunk() 1033 if (findProgressInterrupt(startPos, status)) in findUsingChunk() 1062 if (findProgressInterrupt(startPos, status)) in findUsingChunk() 1103 if (findProgressInterrupt(startPos, status)) in findUsingChunk() [all …]
|
/external/icu/icu4c/source/i18n/unicode/ |
D | regex.h | 1792 inline UBool findProgressInterrupt(int64_t matchIndex, UErrorCode &status);
|