Searched refs:ubrk_isBoundary (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/base/i18n/
H A Dbreak_iterator.cc150 UBool boundary = ubrk_isBoundary(iter, static_cast<int32_t>(position));
160 UBool boundary = ubrk_isBoundary(iter, static_cast<int32_t>(position));
171 return !!ubrk_isBoundary(iter, static_cast<int32_t>(position));
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dubrk.h463 ubrk_isBoundary(UBreakIterator *bi, int32_t offset);
H A Durename.h493 #define ubrk_isBoundary U_ICU_ENTRY_POINT_RENAME(ubrk_isBoundary) macro
/external/icu/icu4c/source/common/unicode/
H A Dubrk.h463 ubrk_isBoundary(UBreakIterator *bi, int32_t offset);
H A Durename.h483 #define ubrk_isBoundary U_ICU_ENTRY_POINT_RENAME(ubrk_isBoundary) macro
/external/chromium_org/third_party/icu/source/common/
H A Dubrk.cpp257 ubrk_isBoundary(UBreakIterator *bi, int32_t offset) function
/external/icu/icu4c/source/common/
H A Dubrk.cpp257 ubrk_isBoundary(UBreakIterator *bi, int32_t offset) function
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dssearch.cpp1216 if (! ubrk_isBoundary(charBreakIterator, start)) {
1241 if (minLimit == targetOrders.getHighOffset(i + patternSize - 1) && ubrk_isBoundary(charBreakIterator, minLimit)) {
1256 if (! ubrk_isBoundary(charBreakIterator, mend)) {
/external/icu/icu4c/source/test/intltest/
H A Dssearch.cpp1213 if (! ubrk_isBoundary(charBreakIterator, start)) {
1238 if (minLimit == targetOrders.getHighOffset(i + patternSize - 1) && ubrk_isBoundary(charBreakIterator, minLimit)) {
1253 if (! ubrk_isBoundary(charBreakIterator, mend)) {
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcbiapts.c261 if (ubrk_isBoundary(word, 2) != FALSE) {
262 log_err("error ubrk_isBoundary(word, 2) did not return FALSE\n");
266 log_err("error ubrk_current() != 4 after ubrk_isBoundary(word, 2)\n");
268 if (ubrk_isBoundary(word, 4) != TRUE) {
269 log_err("error ubrk_isBoundary(word, 4) did not return TRUE\n");
/external/icu/icu4c/source/test/cintltst/
H A Dcbiapts.c261 if (ubrk_isBoundary(word, 2) != FALSE) {
262 log_err("error ubrk_isBoundary(word, 2) did not return FALSE\n");
266 log_err("error ubrk_current() != 4 after ubrk_isBoundary(word, 2)\n");
268 if (ubrk_isBoundary(word, 4) != TRUE) {
269 log_err("error ubrk_isBoundary(word, 4) did not return TRUE\n");
/external/chromium_org/third_party/icu/source/i18n/
H A Dusearch.cpp592 if (!ubrk_isBoundary(breakiterator, matchend)) {
598 /*if (!ubrk_isBoundary(breakiterator, matchstart) && !ubrk_isBoundary(breakiterator, matchstart-1)) {
3708 return (breakiterator != NULL && ubrk_isBoundary(breakiterator, index));
3731 return ubrk_isBoundary(breakiterator, start) &&
3732 ubrk_isBoundary(breakiterator, end);
/external/icu/icu4c/source/i18n/
H A Dusearch.cpp579 if (!ubrk_isBoundary(breakiterator, matchend)) {
585 /*if (!ubrk_isBoundary(breakiterator, matchstart) && !ubrk_isBoundary(breakiterator, matchstart-1)) {
3715 return (breakiterator != NULL && ubrk_isBoundary(breakiterator, index));
3738 return ubrk_isBoundary(breakiterator, start) &&
3739 ubrk_isBoundary(breakiterator, end);

Completed in 2220 milliseconds