Home
last modified time | relevance | path

Searched refs:ubrk_last (Results 1 - 16 of 16) sorted by relevance

/third_party/icu/icu4c/source/samples/break/
H A Dubreak.c52 int32_t end = ubrk_last(boundary); in printEachBackward()
70 int32_t end = ubrk_last(boundary); in printLast()
/third_party/skia/third_party/externals/icu/source/samples/break/
H A Dubreak.c52 int32_t end = ubrk_last(boundary); in printEachBackward()
70 int32_t end = ubrk_last(boundary); in printLast()
/third_party/icu/icu4c/source/common/unicode/
H A Dubrk.h426 * \ref ubrk_first, or \ref ubrk_last.
460 * @see ubrk_last
476 ubrk_last(UBreakIterator *bi);
H A Durename.h503 #define ubrk_last U_ICU_ENTRY_POINT_RENAME(ubrk_last) macro
/third_party/node/deps/icu-small/source/common/unicode/
H A Dubrk.h426 * \ref ubrk_first, or \ref ubrk_last.
460 * @see ubrk_last
476 ubrk_last(UBreakIterator *bi);
H A Durename.h504 #define ubrk_last U_ICU_ENTRY_POINT_RENAME(ubrk_last) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dubrk.h429 * \ref ubrk_first, or \ref ubrk_last.
463 * @see ubrk_last
479 ubrk_last(UBreakIterator *bi);
H A Durename.h497 #define ubrk_last U_ICU_ENTRY_POINT_RENAME(ubrk_last) macro
/third_party/icu/icu4c/source/test/cintltst/
H A Dcbiapts.c253 /*========Test ubrk_first(), ubrk_last()...... and other functions*/ in TestBreakIteratorCAPI()
268 end=ubrk_last(word); in TestBreakIteratorCAPI()
270 log_err("error ubrk_last(word) did not return 49\n"); in TestBreakIteratorCAPI()
323 pos = ubrk_last(sentence); in TestBreakIteratorCAPI()
325 log_err("error ubrk_last for sentence did not return 49\n"); in TestBreakIteratorCAPI()
1169 offset = ubrk_last(bi); in TestBreakIteratorSuppressions()
1170 log_verbose("___ @%d ubrk_last\n", offset); in TestBreakIteratorSuppressions()
1172 log_err("FAIL: ubrk_last loc \"%s\" unexpected %d\n", itemPtr->locale, offset); in TestBreakIteratorSuppressions()
1188 start = ubrk_last(bi) - 1; in TestBreakIteratorSuppressions()
/third_party/icu/icu4c/source/common/
H A Dubrk.cpp245 ubrk_last(UBreakIterator *bi) in ubrk_last() function
/third_party/node/deps/icu-small/source/common/
H A Dubrk.cpp245 ubrk_last(UBreakIterator *bi) in ubrk_last() function
/third_party/skia/third_party/externals/icu/source/common/
H A Dubrk.cpp253 ubrk_last(UBreakIterator *bi) in ubrk_last() function
/third_party/icu/ohos_icu4c/src/
H A Dicu_addon.cpp154 #undef ubrk_last macro
955 int32_t ubrk_last(UBreakIterator *bi) in ubrk_last() function
957 return U_ICU_ENTRY_POINT_RENAME(ubrk_last)(bi); in ubrk_last()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dusearch.cpp613 int32_t endindex = ubrk_last(breakiterator); in isBreakUnit()
3740 int32_t endindex = ubrk_last(breakiterator);
/third_party/icu/icu4c/source/i18n/
H A Dusearch.cpp1671 int32_t endindex = ubrk_last(breakiterator);
/third_party/node/deps/icu-small/source/i18n/
H A Dusearch.cpp1669 int32_t endindex = ubrk_last(breakiterator);

Completed in 52 milliseconds