Searched refs:isBreakBoundary (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/i18n/
H A Dbmsearch.cpp63 UBool isBreakBoundary(int32_t offset);
319 UBool Target::isBreakBoundary(int32_t offset) function in class:Target
815 if (! target->isBreakBoundary(mStart)) {
836 if (! target->isBreakBoundary(mLimit)) {
H A Dusearch.cpp3663 static UBool isBreakBoundary(UStringSearch *strsrch, int32_t index) { function
3845 if (isBreakBoundary(strsrch, mStart)) {
3882 if (isBreakBoundary(strsrch, mLimit)) {
4067 if (isBreakBoundary(strsrch, mStart)) {
4101 if (isBreakBoundary(strsrch, mLimit)) {

Completed in 16 milliseconds