Home
last modified time | relevance | path

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

/third_party/skia/modules/skunicode/src/
H A DSkUnicode_icu.h43 SKICU_FUNC(ubrk_preceding) \
/third_party/icu/icu4c/source/common/unicode/
H A Dubrk.h488 ubrk_preceding(UBreakIterator *bi,
497 * @see ubrk_preceding
H A Durename.h508 #define ubrk_preceding U_ICU_ENTRY_POINT_RENAME(ubrk_preceding) macro
/third_party/node/deps/icu-small/source/common/unicode/
H A Dubrk.h488 ubrk_preceding(UBreakIterator *bi,
497 * @see ubrk_preceding
H A Durename.h509 #define ubrk_preceding U_ICU_ENTRY_POINT_RENAME(ubrk_preceding) macro
/third_party/icu/icu4c/source/test/perf/strsrchperf/
H A Dstrsrchperf.cpp38 start = ubrk_preceding(brk, 1000); in StringSearchPerformanceTest()
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dubrk.h491 ubrk_preceding(UBreakIterator *bi,
500 * @see ubrk_preceding
H A Durename.h502 #define ubrk_preceding U_ICU_ENTRY_POINT_RENAME(ubrk_preceding) macro
/third_party/icu/icu4c/source/common/
H A Dubrk.cpp252 ubrk_preceding(UBreakIterator *bi, in ubrk_preceding() function
/third_party/node/deps/icu-small/source/common/
H A Dubrk.cpp252 ubrk_preceding(UBreakIterator *bi, in ubrk_preceding() function
/third_party/skia/third_party/externals/icu/source/common/
H A Dubrk.cpp260 ubrk_preceding(UBreakIterator *bi, in ubrk_preceding() function
/third_party/icu/icu4c/source/test/cintltst/
H A Dcbiapts.c302 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 Dicu_addon.cpp159 #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 38 milliseconds