Searched refs:utext_openUChars (Results 1 - 15 of 15) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
H A Dutexttst.c74 uta = utext_openUChars(NULL, uString, -1, &status);
97 uta = utext_openUChars(NULL, uString, -1, &status);
119 uta = utext_openUChars(NULL, uString, -1, &status);
194 uta = utext_openUChars(NULL, NULL, 0, &status);
222 uta = utext_openUChars(NULL, uString, -1, &status);
241 uta = utext_openUChars(NULL, uString2Ptr, -1, &status);
265 uta = utext_openUChars(NULL, uString, -1, &status);
H A Dcbiapts.c352 ut = utext_openUChars(ut, s2, -1, &status);
861 utext_openUChars(&ut1, testStr, -1, &status);
874 utext_openUChars(&ut2, movedStr, -1, &status);
H A Dreapits.c1611 utext_openUChars(&text2, text2Chars, -1, &status);
2201 utext_openUChars(&ut1, testStr, -1, &status);
2213 utext_openUChars(&ut2, movedStr, -1, &status);
/external/icu/icu4c/source/test/intltest/
H A Dutxttest.cpp199 ut = utext_openUChars(NULL, buf, -1, &status);
210 ut = utext_openUChars(NULL, buf, saLen, &status);
902 utp = utext_openUChars(&ut, s2, -1, &status);
920 utext_openUChars(&ut, NULL, 5, &status);
924 utext_openUChars(&ut, NULL, -1, &status);
987 UText *utb = utext_openUChars(NULL, sb, -1, &status);
1233 ut = utext_openUChars(ut, u16str, -1, &status);
1287 ut = utext_openUChars(ut, u16str, -1, &status);
1442 UText *ut = utext_openUChars(NULL, s, -1, &status);
1532 utext_openUChars(
[all...]
H A Drbbiapts.cpp1124 utext_openUChars(&ut1, testStr, -1, &status);
1138 utext_openUChars(&ut2, movedStr, -1, &status);
H A Dregextst.cpp1883 utext_openUChars(&empty, NULL, 0, &status);
5050 utext_openUChars(&text2, text2Chars, -1, &status);
5715 UText *ut = utext_openUChars(NULL, exactBuffer, dataString.length(), &status);
/external/icu/icu4c/source/common/
H A Dubrk.cpp170 utext_openUChars(&ut, text, textLength, status);
H A Drbbi.cpp260 fText = utext_openUChars(NULL, NULL, 0, &status);
437 fText = utext_openUChars(fText, NULL, 0, &status);
H A Dutext.cpp2296 utext_openUChars(ut, NULL, 0, status);
2599 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status) { function
/external/icu/icu4c/source/test/perf/dicttrieperf/
H A Ddicttrieperf.cpp452 utext_openUChars(&text, lines[i].name, lines[i].len, pErrorCode);
601 utext_openUChars(&text, lines[i].name, lines[i].len, pErrorCode);
/external/icu/icu4c/source/common/unicode/
H A Dutext.h245 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status);
H A Durename.h1683 #define utext_openUChars U_ICU_ENTRY_POINT_RENAME(utext_openUChars) macro
/external/icu/icu4c/source/i18n/
H A Dregexst.cpp222 fEmptyText = utext_openUChars(NULL, NULL, 0, status);
H A Duregex.cpp151 utext_openUChars(&patText, patBuf, patternLength, status);
234 utext_openUChars(&patText, patBuf, pattern16Length, status);
395 utext_openUChars(&input, text, textLength, status);
744 return (dest ? dest : utext_openUChars(NULL, NULL, 0, &emptyTextStatus));
H A Drematch.cpp1982 return utext_openUChars(NULL, NULL, 0, status);
2014 UText *result = utext_openUChars(NULL, ownedBuf, length, status);
2112 utext_openUChars(&remainingText, input->chunkContents+nextOutputStringStart,
2132 utext_openUChars(&remainingText, remainingChars, remaining16Length, &status);
2152 utext_openUChars(&remainingText, input->chunkContents+nextOutputStringStart,
2170 utext_openUChars(&remainingText, remainingChars, remaining16Length, &status);
2201 dest[i] = utext_openUChars(NULL, NULL, 0, &status);
2222 utext_openUChars(&remainingText, input->chunkContents+nextOutputStringStart,
2241 utext_openUChars(&remainingText, remainingChars, remaining16Length, &status);

Completed in 260 milliseconds