/third_party/icu/icu4c/source/test/cintltst/ |
D | utexttst.c | 78 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()
|
D | cbiapts.c | 362 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/ |
D | utxttest.cpp | 196 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/ |
D | SkUnicode_icu.h | 45 SKICU_FUNC(utext_openUChars) \
|
/third_party/icu/icu4c/source/test/fuzzer/ |
D | break_iterator_fuzzer.cpp | 35 UText* fuzzstr = utext_openUChars(nullptr, fuzzbuff.get(), unistr_size, &status); in LLVMFuzzerTestOneInput()
|
/third_party/icu/icu4c/source/i18n/ |
D | regexst.cpp | 126 fEmptyText = utext_openUChars(nullptr, nullptr, 0, status); in RegexStaticSets()
|
D | uregex.cpp | 151 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/ |
D | regexst.cpp | 126 fEmptyText = utext_openUChars(nullptr, nullptr, 0, status); in RegexStaticSets()
|
D | uregex.cpp | 151 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/ |
D | regexst.cpp | 126 fEmptyText = utext_openUChars(nullptr, nullptr, 0, status); in RegexStaticSets()
|
D | uregex.cpp | 151 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/ |
D | regexst.cpp | 222 fEmptyText = utext_openUChars(NULL, NULL, 0, status); in RegexStaticSets()
|
D | uregex.cpp | 151 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/ |
D | WordBreaker.cpp | 63 utext_openUChars(&mUText, reinterpret_cast<const UChar*>(data), size, in setText()
|
/third_party/icu/icu4c/source/test/perf/dicttrieperf/ |
D | dicttrieperf.cpp | 452 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/ |
D | boundary.cpp | 149 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/ |
D | ubrk.cpp | 192 utext_openUChars(&ut, text, textLength, status); in ubrk_setText()
|
/third_party/node/deps/icu-small/source/common/ |
D | ubrk.cpp | 204 utext_openUChars(&ut, text, textLength, status); in ubrk_setText()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ubrk.cpp | 204 utext_openUChars(&ut, text, textLength, status); in ubrk_setText()
|
/third_party/icu/icu4c/source/common/ |
D | ubrk.cpp | 204 utext_openUChars(&ut, text, textLength, status); in ubrk_setText()
|
D | rbbi.cpp | 335 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/ |
D | utext.h | 245 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status);
|
/third_party/icu/icu4c/source/common/unicode/ |
D | utext.h | 226 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status);
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | utext.h | 226 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status);
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | utext.h | 226 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status);
|