Home
last modified time | relevance | path

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

/third_party/skia/modules/skunicode/src/
DSkUnicode_icu.h39 SKICU_FUNC(ubrk_preceding) \
/third_party/icu/icu4c/source/test/perf/strsrchperf/
Dstrsrchperf.cpp38 start = ubrk_preceding(brk, 1000); in StringSearchPerformanceTest()
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dubrk.h469 ubrk_preceding(UBreakIterator *bi,
Durename.h498 #define ubrk_preceding U_ICU_ENTRY_POINT_RENAME(ubrk_preceding) macro
/third_party/node/deps/icu-small/source/common/unicode/
Dubrk.h491 ubrk_preceding(UBreakIterator *bi,
Durename.h508 #define ubrk_preceding U_ICU_ENTRY_POINT_RENAME(ubrk_preceding) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dubrk.h491 ubrk_preceding(UBreakIterator *bi,
Durename.h502 #define ubrk_preceding U_ICU_ENTRY_POINT_RENAME(ubrk_preceding) macro
/third_party/icu/icu4c/source/common/unicode/
Dubrk.h491 ubrk_preceding(UBreakIterator *bi,
Durename.h502 #define ubrk_preceding U_ICU_ENTRY_POINT_RENAME(ubrk_preceding) macro
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dubrk.cpp248 ubrk_preceding(UBreakIterator *bi, in ubrk_preceding() function
/third_party/icu/icu4c/source/test/cintltst/
Dcbiapts.c301 pos=ubrk_preceding(character, 22); in TestBreakIteratorCAPI()
329 to = ubrk_preceding( sentence, to ); in TestBreakIteratorCAPI()
1188 … for (; (offset = ubrk_preceding(bi, start)) != UBRK_DONE && *expOffsetPtr >= 0; expOffsetPtr++) { in TestBreakIteratorSuppressions()
/third_party/node/deps/icu-small/source/common/
Dubrk.cpp260 ubrk_preceding(UBreakIterator *bi, in ubrk_preceding() function
/third_party/skia/third_party/externals/icu/source/common/
Dubrk.cpp260 ubrk_preceding(UBreakIterator *bi, in ubrk_preceding() function
/third_party/icu/icu4c/source/common/
Dubrk.cpp260 ubrk_preceding(UBreakIterator *bi, in ubrk_preceding() function
/third_party/flutter/skia/modules/skparagraph/src/
DParagraphImpl.cpp63 auto pos = ubrk_preceding(fIterator.get(), offset); in preceding()
/third_party/icu/docs/userguide/boundaryanalysis/
Dindex.md335 *start = ubrk_preceding(wordBrk, idx + 1);