/external/icu/icu4c/source/test/cintltst/ |
D | utexttst.c | 74 uta = utext_openUChars(NULL, uString, -1, &status); in TestAPI() 97 uta = utext_openUChars(NULL, uString, -1, &status); in TestAPI() 119 uta = utext_openUChars(NULL, uString, -1, &status); in TestAPI() 194 uta = utext_openUChars(NULL, NULL, 0, &status); in TestAPI() 222 uta = utext_openUChars(NULL, uString, -1, &status); in TestAPI() 241 uta = utext_openUChars(NULL, uString2Ptr, -1, &status); in TestAPI() 265 uta = utext_openUChars(NULL, uString, -1, &status); in TestAPI()
|
D | cbiapts.c | 354 ut = utext_openUChars(ut, s2, -1, &status); in TestBreakIteratorCAPI() 903 utext_openUChars(&ut1, testStr, -1, &status); in TestBreakIteratorRefresh() 916 utext_openUChars(&ut2, movedStr, -1, &status); in TestBreakIteratorRefresh()
|
D | reapits.c | 1612 utext_openUChars(&text2, text2Chars, -1, &status); in TestUTextAPI() 2202 utext_openUChars(&ut1, testStr, -1, &status); in TestRefreshInput() 2214 utext_openUChars(&ut2, movedStr, -1, &status); in TestRefreshInput()
|
/external/icu/icu4c/source/test/intltest/ |
D | utxttest.cpp | 192 ut = utext_openUChars(NULL, buf, -1, &status); in TestString() 203 ut = utext_openUChars(NULL, buf, saLen, &status); in TestString() 895 utp = utext_openUChars(&ut, s2, -1, &status); in ErrorTest() 913 utext_openUChars(&ut, NULL, 5, &status); in ErrorTest() 917 utext_openUChars(&ut, NULL, -1, &status); in ErrorTest() 984 UText *utb = utext_openUChars(NULL, sb, -1, &status); in ErrorTest() 1230 ut = utext_openUChars(ut, u16str, -1, &status); in FreezeTest() 1284 ut = utext_openUChars(ut, u16str, -1, &status); in FreezeTest() 1439 UText *ut = utext_openUChars(NULL, s, -1, &status); in Ticket6847() 1529 utext_openUChars(&ut, ustr, -1, &status); in Ticket12130() [all …]
|
D | rbbiapts.cpp | 1130 utext_openUChars(&ut1, testStr, -1, &status); in TestRefreshInputText() 1144 utext_openUChars(&ut2, movedStr, -1, &status); in TestRefreshInputText()
|
D | regextst.cpp | 1822 utext_openUChars(&empty, NULL, 0, &status); in API_Match_UTF8() 4989 utext_openUChars(&text2, text2Chars, -1, &status); in PreAllocatedUTextCAPI() 5654 UText *ut = utext_openUChars(NULL, exactBuffer, dataString.length(), &status); in TestCase11049() 5826 UText *ut = utext_openUChars(nullptr, &s, 1, &status); in TestBug13631()
|
/external/icu/icu4c/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()
|
D | rematch.cpp | 1982 return utext_openUChars(NULL, NULL, 0, status); in utext_extract_replace() 2014 UText *result = utext_openUChars(NULL, ownedBuf, length, status); in utext_extract_replace() 2112 utext_openUChars(&remainingText, input->chunkContents+nextOutputStringStart, in split() 2132 … utext_openUChars(&remainingText, remainingChars, remaining16Length, &status); in split() 2152 utext_openUChars(&remainingText, input->chunkContents+nextOutputStringStart, in split() 2170 utext_openUChars(&remainingText, remainingChars, remaining16Length, &status); in split() 2201 dest[i] = utext_openUChars(NULL, NULL, 0, &status); in split() 2222 utext_openUChars(&remainingText, input->chunkContents+nextOutputStringStart, in split() 2241 utext_openUChars(&remainingText, remainingChars, remaining16Length, &status); in split()
|
/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 | 192 utext_openUChars(&ut, text, textLength, status); in ubrk_setText()
|
D | rbbi.cpp | 302 utext_openUChars(&fText, NULL, 0, &status); in init() 453 utext_openUChars(&fText, NULL, 0, &status); in adoptText()
|
D | utext.cpp | 2309 utext_openUChars(ut, NULL, 0, status); in utext_openConstUnicodeString() 2612 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status) { in utext_openUChars() function
|
/external/icu/libandroidicu/include/unicode/ |
D | utext.h | 245 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status);
|
D | urename.h | 1729 #define utext_openUChars U_ICU_ENTRY_POINT_RENAME(utext_openUChars) macro
|
/external/icu/icu4c/source/common/unicode/ |
D | utext.h | 245 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status);
|
D | urename.h | 1729 #define utext_openUChars U_ICU_ENTRY_POINT_RENAME(utext_openUChars) macro
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 2881 return utext_openUChars(ut, s, length, status); in utext_openUChars_android()
|