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