Searched refs:findProgressInterrupt (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | rematch.cpp | 601 UBool RegexMatcher::findProgressInterrupt(int64_t pos, UErrorCode &status) { in findProgressInterrupt() function in RegexMatcher 719 if (findProgressInterrupt(startPos, status)) in find() 766 if (findProgressInterrupt(startPos, status)) in find() 798 if (findProgressInterrupt(startPos, status)) in find() 846 if (findProgressInterrupt(startPos, status)) in find() 875 if (findProgressInterrupt(startPos, status)) in find() 993 if (findProgressInterrupt(startPos, status)) in findUsingChunk() 1034 if (findProgressInterrupt(startPos, status)) in findUsingChunk() 1063 if (findProgressInterrupt(startPos, status)) in findUsingChunk() 1104 if (findProgressInterrupt(startPos, status)) in findUsingChunk() [all …]
|
/external/icu/libicu/cts_headers/unicode/ |
D | regex.h | 1785 inline UBool findProgressInterrupt(int64_t matchIndex, UErrorCode &status);
|
/external/icu/icu4c/source/i18n/unicode/ |
D | regex.h | 1785 inline UBool findProgressInterrupt(int64_t matchIndex, UErrorCode &status);
|