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