Home
last modified time | relevance | path

Searched refs:followingGCBoundary (Results 1 – 3 of 3) sorted by relevance

/external/icu/libicu/cts_headers/unicode/
Dregex.h1779 int64_t followingGCBoundary(int64_t pos, UErrorCode &status);
/external/icu/icu4c/source/i18n/unicode/
Dregex.h1779 int64_t followingGCBoundary(int64_t pos, UErrorCode &status);
/external/icu/icu4c/source/i18n/
Drematch.cpp2652 int64_t RegexMatcher::followingGCBoundary(int64_t pos, UErrorCode &status) { in followingGCBoundary() function in RegexMatcher
3226 fp->fInputIdx = followingGCBoundary(fp->fInputIdx, status); in MatchAt()
4725 fp->fInputIdx = followingGCBoundary(fp->fInputIdx, status); in MatchChunkAt()