Home
last modified time | relevance | path

Searched refs:ubrk_open (Results 1 - 25 of 25) sorted by relevance

/third_party/icu/icu4c/source/test/cintltst/
H A Dcbiapts.c176 /*test ubrk_open()*/ in TestBreakIteratorCAPI()
180 word = ubrk_open(UBRK_WORD, "en_US", text, u_strlen(text), &status); in TestBreakIteratorCAPI()
185 log_err_status(status, "FAIL: Error in ubrk_open() for word breakiterator: %s\n", myErrorName(status)); in TestBreakIteratorCAPI()
191 sentence = ubrk_open(UBRK_SENTENCE, "en_US", text, u_strlen(text), &status); in TestBreakIteratorCAPI()
193 log_err_status(status, "FAIL: Error in ubrk_open() for sentence breakiterator: %s\n", myErrorName(status)); in TestBreakIteratorCAPI()
200 line = ubrk_open(UBRK_LINE, "en_US", text, u_strlen(text), &status); in TestBreakIteratorCAPI()
202 log_err("FAIL: Error in ubrk_open() for line breakiterator: %s\n", myErrorName(status)); in TestBreakIteratorCAPI()
209 character = ubrk_open(UBRK_CHARACTER, "en_US", text, u_strlen(text), &status); in TestBreakIteratorCAPI()
211 log_err("FAIL: Error in ubrk_open() for character breakiterator: %s\n", myErrorName(status)); in TestBreakIteratorCAPI()
218 bogus = ubrk_open((UBreakIteratorTyp in TestBreakIteratorCAPI()
[all...]
H A Dcstrcase.c243 titleIterChars=ubrk_open(UBRK_CHARACTER, "", beforeTitle, UPRV_LENGTHOF(beforeTitle), &errorCode); in TestCaseTitle()
245 log_err_status(errorCode, "error: ubrk_open(UBRK_CHARACTER)->%s\n", u_errorName(errorCode)); in TestCaseTitle()
347 titleIterWord=ubrk_open(UBRK_WORD, "", beforeTitle, UPRV_LENGTHOF(beforeTitle), &errorCode); in TestCaseDutchTitle()
349 log_err_status(errorCode, "error: ubrk_open(UBRK_WORD)->%s\n", u_errorName(errorCode)); in TestCaseDutchTitle()
934 sentenceIter=ubrk_open(UBRK_SENTENCE, "", NULL, 0, &errorCode); in TestUCaseMapToTitle()
936 log_err("error: ubrk_open(UBRK_SENTENCE) failed - %s\n", u_errorName(errorCode)); in TestUCaseMapToTitle()
H A Dusrchtst.c85 EN_WORDBREAKER_ = ubrk_open(UBRK_WORD, "en_US", NULL, 0, status); in open()
86 EN_CHARACTERBREAKER_ = ubrk_open(UBRK_CHARACTER, "en_US", NULL, 0, in open()
209 UBreakIterator *breakiter = ubrk_open(UBRK_WORD, "en_US", in TestOpenClose()
2862 ubrk = ubrk_open( UBRK_CHARACTER, in TestPCEBuffer_with()
2869 log_err( "ubrk_open error %s\n", u_errorName(icuStatus) ); in TestPCEBuffer_with()
3000 ubrk = ubrk_open(UBRK_CHARACTER, in TestMatchFollowedByIgnorables()
3006 log_data_err("ubrk_open error - %s\n", u_errorName(icuStatus)); in TestMatchFollowedByIgnorables()
H A Dcloctst.c2956 obj = ubrk_open(UBRK_WORD, in TestGetLocale()
2962 log_err("ubrk_open failed. Error: %s \n", u_errorName(ec)); in TestGetLocale()
/third_party/icu/icu4c/source/samples/break/
H A Dubreak.c100 boundary = ubrk_open(UBRK_SENTENCE, "en_us", stringToExamine, in c_main()
103 printf("ubrk_open error: %s\n", u_errorName(status)); in c_main()
114 boundary = ubrk_open(UBRK_WORD, "en_us", stringToExamine, in c_main()
/third_party/skia/third_party/externals/icu/source/samples/break/
H A Dubreak.c100 boundary = ubrk_open(UBRK_SENTENCE, "en_us", stringToExamine, in c_main()
103 printf("ubrk_open error: %s\n", u_errorName(status)); in c_main()
114 boundary = ubrk_open(UBRK_WORD, "en_us", stringToExamine, in c_main()
/third_party/skia/modules/skplaintexteditor/src/
H A Dword_boundaries.cpp35 ICUBrk wordBreakIterator(ubrk_open(UBRK_WORD, locale, nullptr, 0, &status)); in GetUtf8WordBoundaries()
/third_party/skia/modules/skunicode/src/
H A DSkUnicode_icu.h42 SKICU_FUNC(ubrk_open) \
/third_party/icu/icu4c/source/common/unicode/
H A Dubrk.h245 ubrk_open(UBreakIteratorType type,
263 * @see ubrk_open
H A Durename.h505 #define ubrk_open U_ICU_ENTRY_POINT_RENAME(ubrk_open) macro
/third_party/node/deps/icu-small/source/common/unicode/
H A Dubrk.h245 ubrk_open(UBreakIteratorType type,
263 * @see ubrk_open
H A Durename.h506 #define ubrk_open U_ICU_ENTRY_POINT_RENAME(ubrk_open) macro
/third_party/icu/icu4c/source/test/perf/strsrchperf/
H A Dstrsrchperf.cpp33 UBreakIterator* brk = ubrk_open(UBRK_WORD, locale, src, srcLen, &status); in StringSearchPerformanceTest()
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dubrk.h245 ubrk_open(UBreakIteratorType type,
263 * @see ubrk_open
H A Durename.h499 #define ubrk_open U_ICU_ENTRY_POINT_RENAME(ubrk_open) macro
/third_party/icu/icu4c/source/common/
H A Dubrk.cpp29 // ubrk_open Create a canned type of break iterator based on type (word, line, etc.)
34 ubrk_open(UBreakIteratorType type, in ubrk_open() function
/third_party/node/deps/icu-small/source/common/
H A Dubrk.cpp29 // ubrk_open Create a canned type of break iterator based on type (word, line, etc.)
34 ubrk_open(UBreakIteratorType type, in ubrk_open() function
/third_party/skia/third_party/externals/icu/source/common/
H A Dubrk.cpp29 // ubrk_open Create a canned type of break iterator based on type (word, line, etc.)
34 ubrk_open(UBreakIteratorType type, in ubrk_open() function
/third_party/icu/ohos_icu4c/src/
H A Dicu_addon.cpp156 #undef ubrk_open macro
963 UBreakIterator *ubrk_open(UBreakIteratorType type, const char *locale, const UChar *text, int32_t textLength, in ubrk_open() function
966 return U_ICU_ENTRY_POINT_RENAME(ubrk_open)(type, locale, text, textLength, status); in ubrk_open()
/third_party/icu/icu4c/source/test/intltest/
H A Dssearch.cpp1194 UBreakIterator *charBreakIterator = ubrk_open(UBRK_CHARACTER, ucol_getLocaleByType(coll, ULOC_VALID_LOCALE, &status), in simpleSearch()
H A Dstrcase.cpp566 iter.adoptInstead(ubrk_open((UBreakIteratorType)type, cLocaleID, NULL, 0, &status)); in TestCasing()
H A Drbbitst.cpp4375 UBreakIterator* iter = ubrk_open(UBRK_WORD, NULL, crasherString, -1, &status); in TestBug12918()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dusearch.cpp2718 result->search->internalBreakIter = ubrk_open(UBRK_CHARACTER, ucol_getLocaleByType(result->collator, ULOC_VALID_LOCALE, status), text, textlength, status); in usearch_openFromCollator()
3038 strsrch->search->internalBreakIter = ubrk_open(UBRK_CHARACTER, ucol_getLocaleByType(collator, ULOC_VALID_LOCALE, status), in usearch_setCollator()
/third_party/icu/icu4c/source/i18n/
H A Dusearch.cpp465 strsrch->search->internalBreakIter = ubrk_open(UBRK_CHARACTER, in getBreakIterator()
/third_party/node/deps/icu-small/source/i18n/
H A Dusearch.cpp465 strsrch->search->internalBreakIter = ubrk_open(UBRK_CHARACTER, in getBreakIterator()

Completed in 91 milliseconds