Searched refs:ubrk_preceding (Results 1 - 13 of 13) sorted by relevance
/third_party/skia/modules/skunicode/src/ |
H A D | SkUnicode_icu.h | 43 SKICU_FUNC(ubrk_preceding) \
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | ubrk.h | 488 ubrk_preceding(UBreakIterator *bi, 497 * @see ubrk_preceding
|
H A D | urename.h | 508 #define ubrk_preceding U_ICU_ENTRY_POINT_RENAME(ubrk_preceding) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | ubrk.h | 488 ubrk_preceding(UBreakIterator *bi, 497 * @see ubrk_preceding
|
H A D | urename.h | 509 #define ubrk_preceding U_ICU_ENTRY_POINT_RENAME(ubrk_preceding) macro
|
/third_party/icu/icu4c/source/test/perf/strsrchperf/ |
H A D | strsrchperf.cpp | 38 start = ubrk_preceding(brk, 1000); in StringSearchPerformanceTest()
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | ubrk.h | 491 ubrk_preceding(UBreakIterator *bi, 500 * @see ubrk_preceding
|
H A D | urename.h | 502 #define ubrk_preceding U_ICU_ENTRY_POINT_RENAME(ubrk_preceding) macro
|
/third_party/icu/icu4c/source/common/ |
H A D | ubrk.cpp | 252 ubrk_preceding(UBreakIterator *bi, in ubrk_preceding() function
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ubrk.cpp | 252 ubrk_preceding(UBreakIterator *bi, in ubrk_preceding() function
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ubrk.cpp | 260 ubrk_preceding(UBreakIterator *bi, in ubrk_preceding() function
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cbiapts.c | 302 pos=ubrk_preceding(character, 22); in TestBreakIteratorCAPI() 304 log_err("error ubrk_preceding(character,22) did not return 21\n"); in TestBreakIteratorCAPI() 330 to = ubrk_preceding( sentence, to ); in TestBreakIteratorCAPI() 331 if (to != 0) log_err("ubrk_preceding didn't return 0\n"); in TestBreakIteratorCAPI() 1189 for (; (offset = ubrk_preceding(bi, start)) != UBRK_DONE && *expOffsetPtr >= 0; expOffsetPtr++) { in TestBreakIteratorSuppressions() 1191 log_err("FAIL: ubrk_preceding(%d) loc \"%s\", expected %d, got %d\n", start, itemPtr->locale, *expOffsetPtr, offset); in TestBreakIteratorSuppressions() 1196 log_err("FAIL: ubrk_preceding loc(%d) \"%s\", expected UBRK_DONE & expOffset -1, got %d and %d\n", start, itemPtr->locale, offset, *expOffsetPtr); in TestBreakIteratorSuppressions()
|
/third_party/icu/ohos_icu4c/src/ |
H A D | icu_addon.cpp | 159 #undef ubrk_preceding macro 978 int32_t ubrk_preceding(UBreakIterator *bi, int32_t offset) in ubrk_preceding() function 980 return U_ICU_ENTRY_POINT_RENAME(ubrk_preceding)(bi, offset); in ubrk_preceding()
|
Completed in 44 milliseconds