Searched refs:isWordBoundary (Results 1 – 3 of 3) sorted by relevance
1776 UBool isWordBoundary(int64_t pos); // perform Perl-like \b test
2537 UBool RegexMatcher::isWordBoundary(int64_t pos) { in isWordBoundary() function in RegexMatcher3104 UBool success = isWordBoundary(fp->fInputIdx); in MatchAt()