/external/chromium_org/base/i18n/ |
break_iterator.cc | 104 UBool boundary = ubrk_isBoundary(iter, static_cast<int32_t>(position)); 114 UBool boundary = ubrk_isBoundary(iter, static_cast<int32_t>(position));
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
ubrk.h | 452 ubrk_isBoundary(UBreakIterator *bi, int32_t offset);
|
urename.h | 491 #define ubrk_isBoundary U_ICU_ENTRY_POINT_RENAME(ubrk_isBoundary) [all...] |
/external/icu4c/common/unicode/ |
ubrk.h | 457 ubrk_isBoundary(UBreakIterator *bi, int32_t offset);
|
urename.h | 481 #define ubrk_isBoundary U_ICU_ENTRY_POINT_RENAME(ubrk_isBoundary) [all...] |
/external/chromium_org/third_party/icu/source/common/ |
ubrk.cpp | 273 ubrk_isBoundary(UBreakIterator *bi, int32_t offset)
|
/external/icu4c/common/ |
ubrk.cpp | 259 ubrk_isBoundary(UBreakIterator *bi, int32_t offset)
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cbiapts.c | 253 if (ubrk_isBoundary(word, 2) != FALSE) { 254 log_err("error ubrk_isBoundary(word, 2) did not return FALSE\n"); 258 log_err("error ubrk_current() != 4 after ubrk_isBoundary(word, 2)\n"); 260 if (ubrk_isBoundary(word, 4) != TRUE) { 261 log_err("error ubrk_isBoundary(word, 4) did not return TRUE\n");
|
/external/icu4c/test/intltest/ |
ssearch.cpp | [all...] |
/external/icu4c/test/cintltst/ |
cbiapts.c | 258 if (ubrk_isBoundary(word, 2) != FALSE) { 259 log_err("error ubrk_isBoundary(word, 2) did not return FALSE\n"); 263 log_err("error ubrk_current() != 4 after ubrk_isBoundary(word, 2)\n"); 265 if (ubrk_isBoundary(word, 4) != TRUE) { 266 log_err("error ubrk_isBoundary(word, 4) did not return TRUE\n"); [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
bmsearch.cpp | 323 return ubrk_isBoundary(charBreakIterator, offset);
|
usearch.cpp | 592 if (!ubrk_isBoundary(breakiterator, matchend)) { 598 /*if (!ubrk_isBoundary(breakiterator, matchstart) && !ubrk_isBoundary(breakiterator, matchstart-1)) { [all...] |
/external/icu4c/i18n/ |
usearch.cpp | 592 if (!ubrk_isBoundary(breakiterator, matchend)) { 598 /*if (!ubrk_isBoundary(breakiterator, matchstart) && !ubrk_isBoundary(breakiterator, matchstart-1)) { [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
ssearch.cpp | [all...] |