Home
last modified time | relevance | path

Searched refs:toEnd (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/i18n/unicode/
Dregex.h1048 void MatchAt(int32_t startIdx, UBool toEnd, UErrorCode &status);
/external/icu4c/i18n/
Drematch.cpp1230 void RegexMatcher::MatchAt(int32_t startIdx, UBool toEnd, UErrorCode &status) { in MatchAt() argument
1390 if (toEnd && fp->fInputIdx != fActiveLimit) { in MatchAt()