Home
last modified time | relevance | path

Searched refs:utext_openUChars (Results 1 – 18 of 18) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dutexttst.c74 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()
Dcbiapts.c354 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()
Dreapits.c1612 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/
Dutxttest.cpp192 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 …]
Drbbiapts.cpp1130 utext_openUChars(&ut1, testStr, -1, &status); in TestRefreshInputText()
1144 utext_openUChars(&ut2, movedStr, -1, &status); in TestRefreshInputText()
Dregextst.cpp1822 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/
Dregexst.cpp222 fEmptyText = utext_openUChars(NULL, NULL, 0, status); in RegexStaticSets()
Duregex.cpp151 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()
Drematch.cpp1982 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()
2132utext_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/
Ddicttrieperf.cpp452 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/
Dubrk.cpp192 utext_openUChars(&ut, text, textLength, status); in ubrk_setText()
Drbbi.cpp302 utext_openUChars(&fText, NULL, 0, &status); in init()
453 utext_openUChars(&fText, NULL, 0, &status); in adoptText()
Dutext.cpp2309 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/
Dutext.h245 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status);
Durename.h1729 #define utext_openUChars U_ICU_ENTRY_POINT_RENAME(utext_openUChars) macro
/external/icu/icu4c/source/common/unicode/
Dutext.h245 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status);
Durename.h1729 #define utext_openUChars U_ICU_ENTRY_POINT_RENAME(utext_openUChars) macro
/external/icu/libandroidicu/static_shim/
Dshim.cpp2881 return utext_openUChars(ut, s, length, status); in utext_openUChars_android()