/external/icu4c/test/cintltst/ |
D | utexttst.c | 71 uta = utext_openUChars(NULL, uString, -1, &status); in TestAPI() 94 uta = utext_openUChars(NULL, uString, -1, &status); in TestAPI() 116 uta = utext_openUChars(NULL, uString, -1, &status); in TestAPI() 191 uta = utext_openUChars(NULL, NULL, 0, &status); in TestAPI() 219 uta = utext_openUChars(NULL, uString, -1, &status); in TestAPI() 238 uta = utext_openUChars(NULL, uString2Ptr, -1, &status); in TestAPI() 262 uta = utext_openUChars(NULL, uString, -1, &status); in TestAPI()
|
D | cbiapts.c | 342 ut = utext_openUChars(ut, s2, -1, &status); in TestBreakIteratorCAPI() 853 utext_openUChars(&ut1, testStr, -1, &status); in TestBreakIteratorRefresh() 866 utext_openUChars(&ut2, movedStr, -1, &status); in TestBreakIteratorRefresh()
|
D | reapits.c | 1606 utext_openUChars(&text2, text2Chars, -1, &status); in TestUTextAPI() 1802 utext_openUChars(&groupText, groupChars, len16, &shallowStatus); in TestUTextAPI() 2216 utext_openUChars(&ut1, testStr, -1, &status); in TestRefreshInput() 2228 utext_openUChars(&ut2, movedStr, -1, &status); in TestRefreshInput()
|
/external/icu4c/test/intltest/ |
D | utxttest.cpp | 189 ut = utext_openUChars(NULL, buf, -1, &status); in TestString() 200 ut = utext_openUChars(NULL, buf, saLen, &status); in TestString() 892 utp = utext_openUChars(&ut, s2, -1, &status); in ErrorTest() 910 utext_openUChars(&ut, NULL, 5, &status); in ErrorTest() 914 utext_openUChars(&ut, NULL, -1, &status); in ErrorTest() 977 UText *utb = utext_openUChars(NULL, sb, -1, &status); in ErrorTest() 1223 ut = utext_openUChars(ut, u16str, -1, &status); in FreezeTest() 1277 ut = utext_openUChars(ut, u16str, -1, &status); in FreezeTest() 1432 UText *ut = utext_openUChars(NULL, s, -1, &status); in Ticket6847()
|
D | rbbiapts.cpp | 1147 utext_openUChars(&ut1, testStr, -1, &status); in TestRefreshInputText() 1161 utext_openUChars(&ut2, movedStr, -1, &status); in TestRefreshInputText()
|
D | regextst.cpp | 1849 utext_openUChars(&empty, NULL, 0, &status); in API_Match_UTF8() 4935 utext_openUChars(&text2, text2Chars, -1, &status); in PreAllocatedUTextCAPI()
|
/external/icu4c/i18n/ |
D | uregex.cpp | 149 utext_openUChars(&patText, patBuf, patternLength, status); in uregex_open() 232 utext_openUChars(&patText, patBuf, pattern16Length, status); in uregex_openUText() 393 utext_openUChars(&input, text, textLength, status); in uregex_setText() 705 return (dest ? dest : utext_openUChars(NULL, NULL, 0, &emptyTextStatus)); in uregex_groupUText() 724 return (dest ? dest : utext_openUChars(NULL, NULL, 0, &emptyTextStatus)); in uregex_groupUTextDeep() 736 return (dest ? dest : utext_openUChars(NULL, NULL, 0, &emptyTextStatus)); in uregex_groupUTextDeep() 743 utext_openUChars(&groupText, ®exp->fText[startIx], endIx - startIx, status); in uregex_groupUTextDeep()
|
D | regexst.cpp | 222 fEmptyText = utext_openUChars(NULL, NULL, 0, status); in RegexStaticSets()
|
D | rematch.cpp | 1149 return (dest) ? dest : utext_openUChars(NULL, NULL, 0, &status); in group() 1217 return utext_openUChars(NULL, NULL, 0, &status); in group() 1239 return utext_openUChars(NULL, NULL, 0, &status); in group() 1250 utext_openUChars(&groupText, fInputText->chunkContents+s, e-s, &status); in group() 1273 utext_openUChars(&groupText, groupChars, len16, &status); in group() 2109 … utext_openUChars(&remainingText, input->chunkContents+nextOutputStringStart, in split() 2129 … utext_openUChars(&remainingText, remainingChars, remaining16Length, &status); in split() 2149 utext_openUChars(&remainingText, input->chunkContents+nextOutputStringStart, in split() 2167 utext_openUChars(&remainingText, remainingChars, remaining16Length, &status); in split() 2197 dest[i] = utext_openUChars(NULL, NULL, 0, &status); in split() [all …]
|
/external/icu4c/common/ |
D | ubrk.cpp | 171 utext_openUChars(&ut, text, textLength, status); in ubrk_setText()
|
D | rbbi.cpp | 274 fText = utext_openUChars(NULL, NULL, 0, &status); in init() 451 fText = utext_openUChars(fText, NULL, 0, &status); in adoptText()
|
D | utext.cpp | 2291 utext_openUChars(ut, NULL, 0, status); in utext_openConstUnicodeString() 2588 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status) { in utext_openUChars() function
|
/external/icu4c/test/perf/dicttrieperf/ |
D | dicttrieperf.cpp | 449 utext_openUChars(&text, lines[i].name, lines[i].len, pErrorCode); in call() 598 utext_openUChars(&text, lines[i].name, lines[i].len, pErrorCode); in call()
|
/external/icu4c/common/unicode/ |
D | utext.h | 243 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status);
|
D | urename.h | 1645 #define utext_openUChars U_ICU_ENTRY_POINT_RENAME(utext_openUChars) macro
|