Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Dregex.h1785 UBool isWordBoundary(int64_t pos); // perform Perl-like \b test
/external/icu/icu4c/source/i18n/
Drematch.cpp2532 UBool RegexMatcher::isWordBoundary(int64_t pos) { in isWordBoundary() function in RegexMatcher
3076 UBool success = isWordBoundary(fp->fInputIdx); in MatchAt()