Home
last modified time | relevance | path

Searched refs:utext_openUChars (Results 1 – 25 of 44) sorted by relevance

12

/third_party/icu/icu4c/source/test/cintltst/
Dutexttst.c78 uta = utext_openUChars(NULL, uString, -1, &status); in TestAPI()
101 uta = utext_openUChars(NULL, uString, -1, &status); in TestAPI()
123 uta = utext_openUChars(NULL, uString, -1, &status); in TestAPI()
198 uta = utext_openUChars(NULL, NULL, 0, &status); in TestAPI()
226 uta = utext_openUChars(NULL, uString, -1, &status); in TestAPI()
245 uta = utext_openUChars(NULL, uString2Ptr, -1, &status); in TestAPI()
269 uta = utext_openUChars(NULL, uString, -1, &status); in TestAPI()
Dcbiapts.c362 ut = utext_openUChars(ut, s2, -1, &status); in TestBreakIteratorCAPI()
996 utext_openUChars(&ut1, testStr, -1, &status); in TestBreakIteratorRefresh()
1009 utext_openUChars(&ut2, movedStr, -1, &status); in TestBreakIteratorRefresh()
/third_party/icu/icu4c/source/test/intltest/
Dutxttest.cpp196 ut = utext_openUChars(NULL, buf, -1, &status); in TestString()
207 ut = utext_openUChars(NULL, buf, saLen, &status); in TestString()
899 utp = utext_openUChars(&ut, s2, -1, &status); in ErrorTest()
917 utext_openUChars(&ut, NULL, 5, &status); in ErrorTest()
921 utext_openUChars(&ut, NULL, -1, &status); in ErrorTest()
988 UText *utb = utext_openUChars(NULL, sb, -1, &status); in ErrorTest()
1234 ut = utext_openUChars(ut, u16str, -1, &status); in FreezeTest()
1288 ut = utext_openUChars(ut, u16str, -1, &status); in FreezeTest()
1443 UText *ut = utext_openUChars(NULL, s, -1, &status); in Ticket6847()
1533 utext_openUChars(&ut, ustr, -1, &status); in Ticket12130()
[all …]
/third_party/skia/modules/skunicode/src/
DSkUnicode_icu.h45 SKICU_FUNC(utext_openUChars) \
/third_party/icu/icu4c/source/test/fuzzer/
Dbreak_iterator_fuzzer.cpp35 UText* fuzzstr = utext_openUChars(nullptr, fuzzbuff.get(), unistr_size, &status); in LLVMFuzzerTestOneInput()
/third_party/icu/icu4c/source/i18n/
Dregexst.cpp126 fEmptyText = utext_openUChars(nullptr, nullptr, 0, status); in RegexStaticSets()
Duregex.cpp151 utext_openUChars(&patText, patBuf, patternLength, status); in uregex_open()
234 utext_openUChars(&patText, patBuf, pattern16Length, status); in uregex_openUText()
395 utext_openUChars(&input, text, textLength, status); in uregex_setText()
744 return (dest ? dest : utext_openUChars(NULL, NULL, 0, &emptyTextStatus)); in uregex_groupUText()
/third_party/node/deps/icu-small/source/i18n/
Dregexst.cpp126 fEmptyText = utext_openUChars(nullptr, nullptr, 0, status); in RegexStaticSets()
Duregex.cpp151 utext_openUChars(&patText, patBuf, patternLength, status); in uregex_open()
234 utext_openUChars(&patText, patBuf, pattern16Length, status); in uregex_openUText()
395 utext_openUChars(&input, text, textLength, status); in uregex_setText()
744 return (dest ? dest : utext_openUChars(NULL, NULL, 0, &emptyTextStatus)); in uregex_groupUText()
/third_party/skia/third_party/externals/icu/source/i18n/
Dregexst.cpp126 fEmptyText = utext_openUChars(nullptr, nullptr, 0, status); in RegexStaticSets()
Duregex.cpp151 utext_openUChars(&patText, patBuf, patternLength, status); in uregex_open()
234 utext_openUChars(&patText, patBuf, pattern16Length, status); in uregex_openUText()
395 utext_openUChars(&input, text, textLength, status); in uregex_setText()
744 return (dest ? dest : utext_openUChars(NULL, NULL, 0, &emptyTextStatus)); in uregex_groupUText()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dregexst.cpp222 fEmptyText = utext_openUChars(NULL, NULL, 0, status); in RegexStaticSets()
Duregex.cpp151 utext_openUChars(&patText, patBuf, patternLength, status); in uregex_open()
234 utext_openUChars(&patText, patBuf, pattern16Length, status); in uregex_openUText()
395 utext_openUChars(&input, text, textLength, status); in uregex_setText()
744 return (dest ? dest : utext_openUChars(NULL, NULL, 0, &emptyTextStatus)); in uregex_groupUText()
/third_party/flutter/engine/flutter/third_party/txt/src/minikin/
DWordBreaker.cpp63 utext_openUChars(&mUText, reinterpret_cast<const UChar*>(data), size, in setText()
/third_party/icu/icu4c/source/test/perf/dicttrieperf/
Ddicttrieperf.cpp452 utext_openUChars(&text, lines[i].name, lines[i].len, pErrorCode); in call()
601 utext_openUChars(&text, lines[i].name, lines[i].len, pErrorCode); in call()
/third_party/boost/libs/locale/src/icu/
Dboundary.cpp149 ut=utext_openUChars(0,reinterpret_cast<UChar const *>(begin),end-begin,&err); in do_map()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dubrk.cpp192 utext_openUChars(&ut, text, textLength, status); in ubrk_setText()
/third_party/node/deps/icu-small/source/common/
Dubrk.cpp204 utext_openUChars(&ut, text, textLength, status); in ubrk_setText()
/third_party/skia/third_party/externals/icu/source/common/
Dubrk.cpp204 utext_openUChars(&ut, text, textLength, status); in ubrk_setText()
/third_party/icu/icu4c/source/common/
Dubrk.cpp204 utext_openUChars(&ut, text, textLength, status); in ubrk_setText()
Drbbi.cpp335 utext_openUChars(&fText, NULL, 0, &status); in init()
486 utext_openUChars(&fText, NULL, 0, &status); in adoptText()
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dutext.h245 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status);
/third_party/icu/icu4c/source/common/unicode/
Dutext.h226 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status);
/third_party/node/deps/icu-small/source/common/unicode/
Dutext.h226 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status);
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dutext.h226 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status);

12