Searched refs:isWordBoundary (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dregex.h1672 UBool isWordBoundary(int64_t pos); // perform Perl-like \b test
/external/icu4c/i18n/unicode/
H A Dregex.h1754 UBool isWordBoundary(int64_t pos); // perform Perl-like \b test
/external/icu4c/i18n/
H A Drematch.cpp2510 // isWordBoundary
2524 UBool RegexMatcher::isWordBoundary(int64_t pos) { function in class:RegexMatcher
3101 UBool success = isWordBoundary(fp->fInputIdx);
/external/chromium_org/third_party/icu/source/i18n/
H A Drematch.cpp2463 // isWordBoundary
2477 UBool RegexMatcher::isWordBoundary(int64_t pos) { function in class:RegexMatcher
3122 UBool success = isWordBoundary(fp->fInputIdx);

Completed in 72 milliseconds