Home
last modified time | relevance | path

Searched refs:ubrk_close (Results 1 – 25 of 35) sorted by relevance

12

/third_party/icu/icu4c/source/test/cintltst/
Dcbiapts.c343 ubrk_close(b); in TestBreakIteratorCAPI()
368 ubrk_close(bb); in TestBreakIteratorCAPI()
372 ubrk_close(word); in TestBreakIteratorCAPI()
373 ubrk_close(sentence); in TestBreakIteratorCAPI()
374 ubrk_close(line); in TestBreakIteratorCAPI()
375 ubrk_close(character); in TestBreakIteratorCAPI()
438 ubrk_close(brk); in TestBreakIteratorSafeClone()
459 ubrk_close(brk); in TestBreakIteratorSafeClone()
469 ubrk_close(brk); in TestBreakIteratorSafeClone()
479 ubrk_close(brk); in TestBreakIteratorSafeClone()
[all …]
Dcstrcase.c330 ubrk_close(titleIterChars); in TestCaseTitle()
392 ubrk_close(titleIterWord); in TestCaseDutchTitle()
943 ubrk_close(sentenceIter); in TestUCaseMapToTitle()
Dusrchtst.c116 ubrk_close(EN_WORDBREAKER_); in close()
117 ubrk_close(EN_CHARACTERBREAKER_); in close()
296 ubrk_close(breakiter); in TestOpenClose()
2890 ubrk_close(ubrk); in TestPCEBuffer_with()
3025 ubrk_close(ubrk); in TestMatchFollowedByIgnorables()
/third_party/skia/modules/skplaintexteditor/src/
Dword_boundaries.cpp16 using ICUBrk = resource<UBreakIterator, decltype(ubrk_close) , ubrk_close >;
/third_party/skia/third_party/externals/icu/source/samples/break/
Dubreak.c111 ubrk_close(boundary); in c_main()
130 ubrk_close(boundary); in c_main()
/third_party/flutter/skia/third_party/externals/icu/source/samples/break/
Dubreak.c111 ubrk_close(boundary); in c_main()
130 ubrk_close(boundary); in c_main()
/third_party/icu/icu4c/source/samples/break/
Dubreak.c111 ubrk_close(boundary); in c_main()
130 ubrk_close(boundary); in c_main()
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dubrk.h338 ubrk_close(UBreakIterator *bi);
353 U_DEFINE_LOCAL_OPEN_POINTER(LocalUBreakIteratorPointer, UBreakIterator, ubrk_close);
Durename.h482 #define ubrk_close U_ICU_ENTRY_POINT_RENAME(ubrk_close) macro
/third_party/node/deps/icu-small/source/common/unicode/
Dubrk.h360 ubrk_close(UBreakIterator *bi);
375 U_DEFINE_LOCAL_OPEN_POINTER(LocalUBreakIteratorPointer, UBreakIterator, ubrk_close);
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dubrk.h360 ubrk_close(UBreakIterator *bi);
375 U_DEFINE_LOCAL_OPEN_POINTER(LocalUBreakIteratorPointer, UBreakIterator, ubrk_close);
Durename.h486 #define ubrk_close U_ICU_ENTRY_POINT_RENAME(ubrk_close) macro
/third_party/icu/icu4c/source/common/unicode/
Dubrk.h360 ubrk_close(UBreakIterator *bi);
375 U_DEFINE_LOCAL_OPEN_POINTER(LocalUBreakIteratorPointer, UBreakIterator, ubrk_close);
/third_party/skia/modules/skunicode/src/
DSkUnicode_icu.h32 SKICU_FUNC(ubrk_close) \
DSkUnicode_icu.cpp61 using ICUBreakIterator = std::unique_ptr<UBreakIterator, SkFunctionWrapper<decltype(ubrk_close),
/third_party/flutter/skia/experimental/editor/
Dword_boundaries.cpp17 void operator()(UBreakIterator* p) { (void)ubrk_close(p); } in GetUtf8WordBoundaries()
/third_party/icu/icu4c/source/test/perf/strsrchperf/
Dstrsrchperf.cpp46 ubrk_close(brk); in StringSearchPerformanceTest()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dubrk.cpp180 ubrk_close(UBreakIterator *bi) in ubrk_close() function
/third_party/node/deps/icu-small/source/common/
Dubrk.cpp192 ubrk_close(UBreakIterator *bi) in ubrk_close() function
/third_party/skia/third_party/externals/icu/source/common/
Dubrk.cpp192 ubrk_close(UBreakIterator *bi) in ubrk_close() function
/third_party/icu/icu4c/source/common/
Dubrk.cpp192 ubrk_close(UBreakIterator *bi) in ubrk_close() function
/third_party/icu/icu4c/source/test/intltest/
Dssearch.cpp1200 ubrk_close(charBreakIterator); in simpleSearch()
1269 ubrk_close(charBreakIterator); in simpleSearch()
1274 ubrk_close(charBreakIterator); in simpleSearch()
/third_party/node/deps/icu-small/source/i18n/
Dusearch.cpp725 ubrk_close(strsrch->search->internalBreakIter); in usearch_close()
988 ubrk_close(strsrch->search->internalBreakIter); in usearch_setCollator()
/third_party/flutter/skia/modules/skparagraph/src/
DParagraphImpl.cpp78 std::unique_ptr<UBreakIterator, SkFunctionWrapper<void, UBreakIterator, ubrk_close>> fIterator;
/third_party/icu/docs/userguide/strings/
Dutext.md123 ubrk_close(bi);

12