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

/external/icu/icu4c/source/test/cintltst/
H A Dutexttst.c72 uta = utext_openUChars(NULL, uString, -1, &status);
95 uta = utext_openUChars(NULL, uString, -1, &status);
117 uta = utext_openUChars(NULL, uString, -1, &status);
192 uta = utext_openUChars(NULL, NULL, 0, &status);
220 uta = utext_openUChars(NULL, uString, -1, &status);
239 uta = utext_openUChars(NULL, uString2Ptr, -1, &status);
263 uta = utext_openUChars(NULL, uString, -1, &status);
H A Dcbiapts.c350 ut = utext_openUChars(ut, s2, -1, &status);
859 utext_openUChars(&ut1, testStr, -1, &status);
872 utext_openUChars(&ut2, movedStr, -1, &status);
H A Dreapits.c1609 utext_openUChars(&text2, text2Chars, -1, &status);
2199 utext_openUChars(&ut1, testStr, -1, &status);
2211 utext_openUChars(&ut2, movedStr, -1, &status);
/external/icu/icu4c/source/test/intltest/
H A Dutxttest.cpp193 ut = utext_openUChars(NULL, buf, -1, &status);
204 ut = utext_openUChars(NULL, buf, saLen, &status);
896 utp = utext_openUChars(&ut, s2, -1, &status);
914 utext_openUChars(&ut, NULL, 5, &status);
918 utext_openUChars(&ut, NULL, -1, &status);
981 UText *utb = utext_openUChars(NULL, sb, -1, &status);
1227 ut = utext_openUChars(ut, u16str, -1, &status);
1281 ut = utext_openUChars(ut, u16str, -1, &status);
1436 UText *ut = utext_openUChars(NULL, s, -1, &status);
H A Drbbiapts.cpp1149 utext_openUChars(&ut1, testStr, -1, &status);
1163 utext_openUChars(&ut2, movedStr, -1, &status);
H A Dregextst.cpp1881 utext_openUChars(&empty, NULL, 0, &status);
5041 utext_openUChars(&text2, text2Chars, -1, &status);
5706 UText *ut = utext_openUChars(NULL, exactBuffer, dataString.length(), &status);
/external/icu/icu4c/source/common/
H A Dubrk.cpp168 utext_openUChars(&ut, text, textLength, status);
H A Drbbi.cpp273 fText = utext_openUChars(NULL, NULL, 0, &status);
450 fText = utext_openUChars(fText, NULL, 0, &status);
H A Dutext.cpp2294 utext_openUChars(ut, NULL, 0, status);
2591 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status) { function
/external/icu/icu4c/source/test/perf/dicttrieperf/
H A Ddicttrieperf.cpp448 utext_openUChars(&text, lines[i].name, lines[i].len, pErrorCode);
597 utext_openUChars(&text, lines[i].name, lines[i].len, pErrorCode);
/external/icu/icu4c/source/common/unicode/
H A Dutext.h243 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status);
H A Durename.h1661 #define utext_openUChars U_ICU_ENTRY_POINT_RENAME(utext_openUChars) macro
/external/icu/icu4c/source/i18n/
H A Dregexst.cpp220 fEmptyText = utext_openUChars(NULL, NULL, 0, status);
H A Duregex.cpp149 utext_openUChars(&patText, patBuf, patternLength, status);
232 utext_openUChars(&patText, patBuf, pattern16Length, status);
393 utext_openUChars(&input, text, textLength, status);
742 return (dest ? dest : utext_openUChars(NULL, NULL, 0, &emptyTextStatus));
H A Drematch.cpp1978 return utext_openUChars(NULL, NULL, 0, status);
2010 UText *result = utext_openUChars(NULL, ownedBuf, length, status);
2108 utext_openUChars(&remainingText, input->chunkContents+nextOutputStringStart,
2128 utext_openUChars(&remainingText, remainingChars, remaining16Length, &status);
2148 utext_openUChars(&remainingText, input->chunkContents+nextOutputStringStart,
2166 utext_openUChars(&remainingText, remainingChars, remaining16Length, &status);
2197 dest[i] = utext_openUChars(NULL, NULL, 0, &status);
2218 utext_openUChars(&remainingText, input->chunkContents+nextOutputStringStart,
2237 utext_openUChars(&remainingText, remainingChars, remaining16Length, &status);

Completed in 209 milliseconds