Home
last modified time | relevance | path

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

/external/icu4c/i18n/unicode/
Dregex.h1051 UBool isUWordBoundary(int32_t pos); // perform RBBI based \b test
/external/icu4c/i18n/
Drematch.cpp1164 UBool RegexMatcher::isUWordBoundary(int32_t pos) { in isUWordBoundary() function in RegexMatcher
1582 UBool success = isUWordBoundary(fp->fInputIdx); in MatchAt()