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