/external/icu4c/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/webkit/Source/WebCore/icu/unicode/ |
ubrk.h | 514 ubrk_isBoundary(UBreakIterator *bi, int32_t offset);
|
urename.h | 355 #define ubrk_isBoundary ubrk_isBoundary_3_2 [all...] |
/external/webkit/Source/WebCore/platform/text/ |
TextBreakIteratorICU.cpp | 148 return ubrk_isBoundary(reinterpret_cast<UBreakIterator*>(iterator), position);
|
/external/icu4c/common/ |
ubrk.cpp | 259 ubrk_isBoundary(UBreakIterator *bi, int32_t offset)
|
/libcore/luni/src/main/native/ |
libcore_icu_NativeBreakIterator.cpp | 161 return ubrk_isBoundary(breakIterator(address), offset);
|
/external/icu4c/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/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/test/intltest/ |
ssearch.cpp | [all...] |
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
urename.h | 355 #define ubrk_isBoundary ubrk_isBoundary_3_2 [all...] |
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
urename.h | 355 #define ubrk_isBoundary ubrk_isBoundary_3_2 [all...] |
/external/webkit/Source/WebKit/mac/icu/unicode/ |
urename.h | 355 #define ubrk_isBoundary ubrk_isBoundary_3_2 [all...] |