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

/external/icu4c/test/cintltst/
H A Dutexttst.c71 uta = utext_openUChars(NULL, uString, -1, &status);
94 uta = utext_openUChars(NULL, uString, -1, &status);
116 uta = utext_openUChars(NULL, uString, -1, &status);
191 uta = utext_openUChars(NULL, NULL, 0, &status);
219 uta = utext_openUChars(NULL, uString, -1, &status);
238 uta = utext_openUChars(NULL, uString2Ptr, -1, &status);
262 uta = utext_openUChars(NULL, uString, -1, &status);
H A Dreapits.c1569 utext_openUChars(&text2, text2Chars, -1, &status);
1765 utext_openUChars(&groupText, groupChars, len16, &shallowStatus);
2179 utext_openUChars(&ut1, testStr, -1, &status);
2191 utext_openUChars(&ut2, movedStr, -1, &status);
H A Dcbiapts.c337 ut = utext_openUChars(ut, s2, -1, &status);
/external/icu4c/test/intltest/
H A Dutxttest.cpp191 ut = utext_openUChars(NULL, buf, -1, &status);
202 ut = utext_openUChars(NULL, buf, saLen, &status);
869 utext_openUChars(&uniCharText, uniChars, -1, &status);
1038 utext_openUChars(&mixed, _mixed, -1, &status);
1039 utext_openUChars(&otherDefault, _otherDefault, -1, &status);
1040 utext_openUChars(&otherExcludeSpecialI, _otherExcludeSpecialI, -1, &status);
1041 utext_openUChars(&different, _different, -1, &status);
1140 utext_openUChars(&before, _before, -1, &status);
1141 utext_openUChars(&after, _after, -1, &status);
1188 utext_openUChars(
[all...]
H A Dregextst.cpp1843 utext_openUChars(&empty, NULL, 0, &status);
4926 utext_openUChars(&text2, text2Chars, -1, &status);
/external/icu4c/test/perf/dicttrieperf/
H A Ddicttrieperf.cpp376 utext_openUChars(&text, lines[i].name, lines[i].len, pErrorCode);
500 utext_openUChars(&text, lines[i].name, lines[i].len, pErrorCode);
649 utext_openUChars(&text, lines[i].name, lines[i].len, pErrorCode);
/external/icu4c/common/
H A Dubrk.cpp181 utext_openUChars(&ut, text, textLength, status);
H A Dtriedict.cpp90 fIter = utext_openUChars(NULL, NULL, 0, &status);
98 fIter = utext_openUChars(NULL, NULL, 0, &status);
174 fIter = utext_openUChars(fIter, word, length, &status);
H A Drbbi.cpp274 fText = utext_openUChars(NULL, NULL, 0, &status);
451 fText = utext_openUChars(fText, NULL, 0, &status);
H A Dutext.cpp2637 utext_openUChars(ut, NULL, 0, status);
2934 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status) { function
/external/icu4c/i18n/
H A Duregex.cpp148 utext_openUChars(&patText, patBuf, patternLength, status);
231 utext_openUChars(&patText, patBuf, pattern16Length, status);
392 utext_openUChars(&input, text, textLength, status);
704 return (dest ? dest : utext_openUChars(NULL, NULL, 0, &emptyTextStatus));
723 return (dest ? dest : utext_openUChars(NULL, NULL, 0, &emptyTextStatus));
735 return (dest ? dest : utext_openUChars(NULL, NULL, 0, &emptyTextStatus));
742 utext_openUChars(&groupText, &regexp->fText[startIx], endIx - startIx, status);
H A Dregexst.cpp220 fEmptyText = utext_openUChars(NULL, NULL, 0, status);
H A Drematch.cpp1143 return (dest) ? dest : utext_openUChars(NULL, NULL, 0, &status);
1211 return utext_openUChars(NULL, NULL, 0, &status);
1233 return utext_openUChars(NULL, NULL, 0, &status);
1244 utext_openUChars(&groupText, fInputText->chunkContents+s, e-s, &status);
1267 utext_openUChars(&groupText, groupChars, len16, &status);
2103 utext_openUChars(&remainingText, input->chunkContents+nextOutputStringStart,
2123 utext_openUChars(&remainingText, remainingChars, remaining16Length, &status);
2143 utext_openUChars(&remainingText, input->chunkContents+nextOutputStringStart,
2161 utext_openUChars(&remainingText, remainingChars, remaining16Length, &status);
2191 dest[i] = utext_openUChars(NUL
[all...]
/external/icu4c/common/unicode/
H A Dutext.h243 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status);
H A Durename.h1629 #define utext_openUChars U_ICU_ENTRY_POINT_RENAME(utext_openUChars) macro

Completed in 124 milliseconds