Home
last modified time | relevance | path

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

/external/icu4c/i18n/unicode/
Dregex.h1050 UBool isWordBoundary(int32_t pos); // perform Perl-like \b test
/external/icu4c/i18n/
Drematch.cpp1118 UBool RegexMatcher::isWordBoundary(int32_t pos) { in isWordBoundary() function in RegexMatcher
1571 UBool success = isWordBoundary(fp->fInputIdx); in MatchAt()