/external/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()
|
D | reapits.c | 1620 utext_openUChars(&text2, text2Chars, -1, &status); in TestUTextAPI() 2210 utext_openUChars(&ut1, testStr, -1, &status); in TestRefreshInput() 2222 utext_openUChars(&ut2, movedStr, -1, &status); in TestRefreshInput()
|
/external/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 …]
|
D | rbbiapts.cpp | 1136 utext_openUChars(&ut1, testStr, -1, &status); in TestRefreshInputText() 1150 utext_openUChars(&ut2, movedStr, -1, &status); in TestRefreshInputText()
|
D | regextst.cpp | 1855 utext_openUChars(&empty, NULL, 0, &status); in API_Match_UTF8() 5035 utext_openUChars(&text2, text2Chars, -1, &status); in PreAllocatedUTextCAPI() 5700 UText *ut = utext_openUChars(NULL, exactBuffer, dataString.length(), &status); in TestCase11049() 5872 UText *ut = utext_openUChars(nullptr, &s, 1, &status); in TestBug13631()
|
/external/icu/icu4c/source/test/fuzzer/ |
D | break_iterator_fuzzer.cpp | 35 UText* fuzzstr = utext_openUChars(nullptr, fuzzbuff.get(), unistr_size, &status); in LLVMFuzzerTestOneInput()
|
/external/icu/android_icu4j/libcore_bridge/src/native/ |
D | MatcherState.cpp | 70 mUText = utext_openUChars(nullptr, mUChars.get(), inputChars.size(), &mStatus); in updateInput()
|
/external/icu/libicu/ndk_headers/unicode/ |
D | utext.h | 230 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status) __INTRODUCED_IN(31);
|
/external/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()
|
D | rematch.cpp | 1987 return utext_openUChars(NULL, NULL, 0, status); in utext_extract_replace() 2019 UText *result = utext_openUChars(NULL, ownedBuf, length, status); in utext_extract_replace() 2117 utext_openUChars(&remainingText, input->chunkContents+nextOutputStringStart, in split() 2137 … utext_openUChars(&remainingText, remainingChars, remaining16Length, &status); in split() 2157 utext_openUChars(&remainingText, input->chunkContents+nextOutputStringStart, in split() 2175 utext_openUChars(&remainingText, remainingChars, remaining16Length, &status); in split() 2206 dest[i] = utext_openUChars(NULL, NULL, 0, &status); in split() 2227 utext_openUChars(&remainingText, input->chunkContents+nextOutputStringStart, in split() 2246 utext_openUChars(&remainingText, remainingChars, remaining16Length, &status); in split()
|
/external/icu/tools/icu4c_srcgen/ |
D | libandroidicu_allowlisted_api.txt | 138 utext_openUChars
|
D | libicu_export.txt | 297 utext_openUChars
|
/external/icu/libicu/ |
D | libicu.map.txt | 284 utext_openUChars;
|
/external/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()
|
/external/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()
|
D | utext.cpp | 2311 utext_openUChars(ut, NULL, 0, status); in utext_openConstUnicodeString() 2614 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status) { in utext_openUChars() function
|
/external/icu/libandroidicu/include/unicode/ |
D | utext.h | 226 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status);
|
/external/icu/libicu/cts_headers/unicode/ |
D | utext.h | 226 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status);
|
/external/icu/icu4c/source/common/unicode/ |
D | utext.h | 226 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status);
|
/external/skia/modules/skshaper/src/ |
D | SkUnicode_icu.cpp | 312 ICUUText utf16UText(utext_openUChars(nullptr, (UChar*)utf16, utf16Units, &status)); in extractWords()
|
/external/icu/libicu/src/ |
D | shim.cpp | 286 #undef utext_openUChars 1088 UText * utext_openUChars(UText * ut, const UChar * s, int64_t length, UErrorCode * status) { in utext_openUChars() function 1089 return U_ICU_ENTRY_POINT_RENAME(utext_openUChars)(ut, s, length, status); in utext_openUChars()
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 416 return utext_openUChars(ut, s, length, status); in utext_openUChars_android()
|