Searched refs:ubrk_isBoundary (Results 1 – 17 of 17) sorted by relevance
/third_party/node/deps/icu-small/source/common/unicode/ |
D | ubrk.h | 538 ubrk_isBoundary(UBreakIterator *bi, int32_t offset);
|
D | urename.h | 503 #define ubrk_isBoundary U_ICU_ENTRY_POINT_RENAME(ubrk_isBoundary) macro
|
/third_party/icu/icu4c/source/common/unicode/ |
D | ubrk.h | 538 ubrk_isBoundary(UBreakIterator *bi, int32_t offset);
|
D | urename.h | 502 #define ubrk_isBoundary U_ICU_ENTRY_POINT_RENAME(ubrk_isBoundary) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | ubrk.h | 541 ubrk_isBoundary(UBreakIterator *bi, int32_t offset);
|
D | urename.h | 496 #define ubrk_isBoundary U_ICU_ENTRY_POINT_RENAME(ubrk_isBoundary) macro
|
/third_party/icu/ohos_icu4c/ |
D | libicu.map | 113 ubrk_isBoundary;
|
/third_party/icu/icu4c/source/common/ |
D | ubrk.cpp | 283 ubrk_isBoundary(UBreakIterator *bi, int32_t offset) in ubrk_isBoundary() function
|
/third_party/node/deps/icu-small/source/common/ |
D | ubrk.cpp | 283 ubrk_isBoundary(UBreakIterator *bi, int32_t offset) in ubrk_isBoundary() function
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ubrk.cpp | 291 ubrk_isBoundary(UBreakIterator *bi, int32_t offset) in ubrk_isBoundary() function
|
/third_party/icu/icu4c/source/test/intltest/ |
D | ssearch.cpp | 1222 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/ |
D | cbiapts.c | 279 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/ |
D | usearch.cpp | 1651 return ubrk_isBoundary(breakiterator, index); in isBreakBoundary() 1677 return ubrk_isBoundary(breakiterator, start) && 1678 ubrk_isBoundary(breakiterator, end);
|
/third_party/icu/icu4c/source/i18n/ |
D | usearch.cpp | 1653 return ubrk_isBoundary(breakiterator, index); in isBreakBoundary() 1679 return ubrk_isBoundary(breakiterator, start) && 1680 ubrk_isBoundary(breakiterator, end);
|
/third_party/icu/docs/userguide/boundaryanalysis/ |
D | index.md | 377 result = ubrk_isBoundary(wordBrk, start) && ubrk_isBoundary(wordBrk, end);
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | usearch.cpp | 583 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/ |
D | icu_addon.cpp | 153 #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()
|