/external/icu/icu4c/source/test/cintltst/ |
D | utexttst.c | 72 uta = utext_openUChars(NULL, uString, -1, &status); in TestAPI() 95 uta = utext_openUChars(NULL, uString, -1, &status); in TestAPI() 117 uta = utext_openUChars(NULL, uString, -1, &status); in TestAPI() 192 uta = utext_openUChars(NULL, NULL, 0, &status); in TestAPI() 220 uta = utext_openUChars(NULL, uString, -1, &status); in TestAPI() 239 uta = utext_openUChars(NULL, uString2Ptr, -1, &status); in TestAPI() 263 uta = utext_openUChars(NULL, uString, -1, &status); in TestAPI()
|
D | cbiapts.c | 350 ut = utext_openUChars(ut, s2, -1, &status); in TestBreakIteratorCAPI() 859 utext_openUChars(&ut1, testStr, -1, &status); in TestBreakIteratorRefresh() 872 utext_openUChars(&ut2, movedStr, -1, &status); in TestBreakIteratorRefresh()
|
D | reapits.c | 1609 utext_openUChars(&text2, text2Chars, -1, &status); in TestUTextAPI() 2199 utext_openUChars(&ut1, testStr, -1, &status); in TestRefreshInput() 2211 utext_openUChars(&ut2, movedStr, -1, &status); in TestRefreshInput()
|
/external/icu/icu4c/source/test/intltest/ |
D | utxttest.cpp | 193 ut = utext_openUChars(NULL, buf, -1, &status); in TestString() 204 ut = utext_openUChars(NULL, buf, saLen, &status); in TestString() 896 utp = utext_openUChars(&ut, s2, -1, &status); in ErrorTest() 914 utext_openUChars(&ut, NULL, 5, &status); in ErrorTest() 918 utext_openUChars(&ut, NULL, -1, &status); in ErrorTest() 981 UText *utb = utext_openUChars(NULL, sb, -1, &status); in ErrorTest() 1227 ut = utext_openUChars(ut, u16str, -1, &status); in FreezeTest() 1281 ut = utext_openUChars(ut, u16str, -1, &status); in FreezeTest() 1436 UText *ut = utext_openUChars(NULL, s, -1, &status); in Ticket6847()
|
D | rbbiapts.cpp | 1149 utext_openUChars(&ut1, testStr, -1, &status); in TestRefreshInputText() 1163 utext_openUChars(&ut2, movedStr, -1, &status); in TestRefreshInputText()
|
D | regextst.cpp | 1881 utext_openUChars(&empty, NULL, 0, &status); in API_Match_UTF8() 5041 utext_openUChars(&text2, text2Chars, -1, &status); in PreAllocatedUTextCAPI() 5706 UText *ut = utext_openUChars(NULL, exactBuffer, dataString.length(), &status); in TestCase11049()
|
/external/icu/icu4c/source/i18n/ |
D | regexst.cpp | 220 fEmptyText = utext_openUChars(NULL, NULL, 0, status); in RegexStaticSets()
|
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() 742 return (dest ? dest : utext_openUChars(NULL, NULL, 0, &emptyTextStatus)); in uregex_groupUText()
|
D | rematch.cpp | 1978 return utext_openUChars(NULL, NULL, 0, status); in utext_extract_replace() 2010 UText *result = utext_openUChars(NULL, ownedBuf, length, status); in utext_extract_replace() 2108 utext_openUChars(&remainingText, input->chunkContents+nextOutputStringStart, in split() 2128 … utext_openUChars(&remainingText, remainingChars, remaining16Length, &status); in split() 2148 utext_openUChars(&remainingText, input->chunkContents+nextOutputStringStart, in split() 2166 utext_openUChars(&remainingText, remainingChars, remaining16Length, &status); in split() 2197 dest[i] = utext_openUChars(NULL, NULL, 0, &status); in split() 2218 utext_openUChars(&remainingText, input->chunkContents+nextOutputStringStart, in split() 2237 utext_openUChars(&remainingText, remainingChars, remaining16Length, &status); in split()
|
/external/icu/icu4c/source/common/ |
D | ubrk.cpp | 168 utext_openUChars(&ut, text, textLength, status); in ubrk_setText()
|
D | rbbi.cpp | 273 fText = utext_openUChars(NULL, NULL, 0, &status); in init() 450 fText = utext_openUChars(fText, NULL, 0, &status); in adoptText()
|
D | utext.cpp | 2294 utext_openUChars(ut, NULL, 0, status); in utext_openConstUnicodeString() 2591 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status) { in utext_openUChars() function
|
/external/icu/icu4c/source/test/perf/dicttrieperf/ |
D | dicttrieperf.cpp | 448 utext_openUChars(&text, lines[i].name, lines[i].len, pErrorCode); in call() 597 utext_openUChars(&text, lines[i].name, lines[i].len, pErrorCode); in call()
|
/external/icu/icu4c/source/common/unicode/ |
D | utext.h | 243 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status);
|
D | urename.h | 1661 #define utext_openUChars U_ICU_ENTRY_POINT_RENAME(utext_openUChars) macro
|