Home
last modified time | relevance | path

Searched refs:ubrk_isBoundary (Results 1 – 17 of 17) sorted by relevance

/third_party/node/deps/icu-small/source/common/unicode/
Dubrk.h538 ubrk_isBoundary(UBreakIterator *bi, int32_t offset);
Durename.h503 #define ubrk_isBoundary U_ICU_ENTRY_POINT_RENAME(ubrk_isBoundary) macro
/third_party/icu/icu4c/source/common/unicode/
Dubrk.h538 ubrk_isBoundary(UBreakIterator *bi, int32_t offset);
Durename.h502 #define ubrk_isBoundary U_ICU_ENTRY_POINT_RENAME(ubrk_isBoundary) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dubrk.h541 ubrk_isBoundary(UBreakIterator *bi, int32_t offset);
Durename.h496 #define ubrk_isBoundary U_ICU_ENTRY_POINT_RENAME(ubrk_isBoundary) macro
/third_party/icu/ohos_icu4c/
Dlibicu.map113 ubrk_isBoundary;
/third_party/icu/icu4c/source/common/
Dubrk.cpp283 ubrk_isBoundary(UBreakIterator *bi, int32_t offset) in ubrk_isBoundary() function
/third_party/node/deps/icu-small/source/common/
Dubrk.cpp283 ubrk_isBoundary(UBreakIterator *bi, int32_t offset) in ubrk_isBoundary() function
/third_party/skia/third_party/externals/icu/source/common/
Dubrk.cpp291 ubrk_isBoundary(UBreakIterator *bi, int32_t offset) in ubrk_isBoundary() function
/third_party/icu/icu4c/source/test/intltest/
Dssearch.cpp1222 if (! ubrk_isBoundary(charBreakIterator, start)) { in simpleSearch()
1247 …if (minLimit == targetOrders.getHighOffset(i + patternSize - 1) && ubrk_isBoundary(charBreakIterat… in simpleSearch()
1262 if (! ubrk_isBoundary(charBreakIterator, mend)) { in simpleSearch()
/third_party/icu/icu4c/source/test/cintltst/
Dcbiapts.c279 if (ubrk_isBoundary(word, 2) != false) { in TestBreakIteratorCAPI()
286 if (ubrk_isBoundary(word, 4) != true) { in TestBreakIteratorCAPI()
/third_party/node/deps/icu-small/source/i18n/
Dusearch.cpp1651 return ubrk_isBoundary(breakiterator, index); in isBreakBoundary()
1677 return ubrk_isBoundary(breakiterator, start) &&
1678 ubrk_isBoundary(breakiterator, end);
/third_party/icu/icu4c/source/i18n/
Dusearch.cpp1653 return ubrk_isBoundary(breakiterator, index); in isBreakBoundary()
1679 return ubrk_isBoundary(breakiterator, start) &&
1680 ubrk_isBoundary(breakiterator, end);
/third_party/icu/docs/userguide/boundaryanalysis/
Dindex.md377 result = ubrk_isBoundary(wordBrk, start) && ubrk_isBoundary(wordBrk, end);
/third_party/skia/third_party/externals/icu/source/i18n/
Dusearch.cpp583 if (!ubrk_isBoundary(breakiterator, matchend)) { in checkBreakBoundary()
3725 return (breakiterator != NULL && ubrk_isBoundary(breakiterator, index)); in isBreakBoundary()
3748 return ubrk_isBoundary(breakiterator, start) &&
3749 ubrk_isBoundary(breakiterator, end);
/third_party/icu/ohos_icu4c/src/
Dicu_addon.cpp153 #undef ubrk_isBoundary
829 UBool ubrk_isBoundary(UBreakIterator * bi, int32_t offset) { in ubrk_isBoundary() function
830 return U_ICU_ENTRY_POINT_RENAME(ubrk_isBoundary)(bi, offset); in ubrk_isBoundary()