Searched refs:ubrk_preceding (Results 1 – 17 of 17) sorted by relevance
/third_party/skia/modules/skunicode/src/ |
D | SkUnicode_icu.h | 39 SKICU_FUNC(ubrk_preceding) \
|
/third_party/icu/icu4c/source/test/perf/strsrchperf/ |
D | strsrchperf.cpp | 38 start = ubrk_preceding(brk, 1000); in StringSearchPerformanceTest()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | ubrk.h | 469 ubrk_preceding(UBreakIterator *bi,
|
D | urename.h | 498 #define ubrk_preceding U_ICU_ENTRY_POINT_RENAME(ubrk_preceding) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | ubrk.h | 491 ubrk_preceding(UBreakIterator *bi,
|
D | urename.h | 508 #define ubrk_preceding U_ICU_ENTRY_POINT_RENAME(ubrk_preceding) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | ubrk.h | 491 ubrk_preceding(UBreakIterator *bi,
|
D | urename.h | 502 #define ubrk_preceding U_ICU_ENTRY_POINT_RENAME(ubrk_preceding) macro
|
/third_party/icu/icu4c/source/common/unicode/ |
D | ubrk.h | 491 ubrk_preceding(UBreakIterator *bi,
|
D | urename.h | 502 #define ubrk_preceding U_ICU_ENTRY_POINT_RENAME(ubrk_preceding) macro
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ubrk.cpp | 248 ubrk_preceding(UBreakIterator *bi, in ubrk_preceding() function
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | cbiapts.c | 301 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/ |
D | ubrk.cpp | 260 ubrk_preceding(UBreakIterator *bi, in ubrk_preceding() function
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ubrk.cpp | 260 ubrk_preceding(UBreakIterator *bi, in ubrk_preceding() function
|
/third_party/icu/icu4c/source/common/ |
D | ubrk.cpp | 260 ubrk_preceding(UBreakIterator *bi, in ubrk_preceding() function
|
/third_party/flutter/skia/modules/skparagraph/src/ |
D | ParagraphImpl.cpp | 63 auto pos = ubrk_preceding(fIterator.get(), offset); in preceding()
|
/third_party/icu/docs/userguide/boundaryanalysis/ |
D | index.md | 335 *start = ubrk_preceding(wordBrk, idx + 1);
|