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

/macosx-10.10.1/ICU-531.30/icuSources/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.c345 ut = utext_openUChars(ut, s2, -1, &status);
851 utext_openUChars(&ut1, testStr, -1, &status);
864 utext_openUChars(&ut2, movedStr, -1, &status);
H A Dreapits.c1606 utext_openUChars(&text2, text2Chars, -1, &status);
1803 utext_openUChars(&groupText, groupChars, len16, &shallowStatus);
2217 utext_openUChars(&ut1, testStr, -1, &status);
2229 utext_openUChars(&ut2, movedStr, -1, &status);
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dutxttest.cpp191 ut = utext_openUChars(NULL, buf, -1, &status);
202 ut = utext_openUChars(NULL, buf, saLen, &status);
894 utp = utext_openUChars(&ut, s2, -1, &status);
912 utext_openUChars(&ut, NULL, 5, &status);
916 utext_openUChars(&ut, NULL, -1, &status);
979 UText *utb = utext_openUChars(NULL, sb, -1, &status);
1225 ut = utext_openUChars(ut, u16str, -1, &status);
1279 ut = utext_openUChars(ut, u16str, -1, &status);
1434 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.cpp1854 utext_openUChars(&empty, NULL, 0, &status);
4944 utext_openUChars(&text2, text2Chars, -1, &status);
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dubrk.cpp169 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.cpp2282 utext_openUChars(ut, NULL, 0, status);
2579 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status) { function
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Duregex.cpp149 utext_openUChars(&patText, patBuf, patternLength, status);
232 utext_openUChars(&patText, patBuf, pattern16Length, status);
393 utext_openUChars(&input, text, textLength, status);
708 return (dest ? dest : utext_openUChars(NULL, NULL, 0, &emptyTextStatus));
727 return (dest ? dest : utext_openUChars(NULL, NULL, 0, &emptyTextStatus));
739 return (dest ? dest : utext_openUChars(NULL, NULL, 0, &emptyTextStatus));
746 utext_openUChars(&groupText, &regexp->fText[startIx], endIx - startIx, status);
H A Dregexst.cpp223 fEmptyText = utext_openUChars(NULL, NULL, 0, status);
H A Drematch.cpp1212 return utext_openUChars(NULL, NULL, 0, &status);
1223 utext_openUChars(&groupText, fInputText->chunkContents+s, e-s, &status);
1246 utext_openUChars(&groupText, groupChars, len16, &status);
2072 utext_openUChars(&remainingText, input->chunkContents+nextOutputStringStart,
2092 utext_openUChars(&remainingText, remainingChars, remaining16Length, &status);
2112 utext_openUChars(&remainingText, input->chunkContents+nextOutputStringStart,
2130 utext_openUChars(&remainingText, remainingChars, remaining16Length, &status);
2160 dest[i] = utext_openUChars(NULL, NULL, 0, &status);
2181 utext_openUChars(&remainingText, input->chunkContents+nextOutputStringStart,
2200 utext_openUChars(
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/dicttrieperf/
H A Ddicttrieperf.cpp449 utext_openUChars(&text, lines[i].name, lines[i].len, pErrorCode);
598 utext_openUChars(&text, lines[i].name, lines[i].len, pErrorCode);
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Dutext.h243 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status);
H A Durename.h1621 #define utext_openUChars U_ICU_ENTRY_POINT_RENAME(utext_openUChars) macro
/macosx-10.10.1/JavaScriptCore-7600.1.17/icu/unicode/
H A Durename.h1615 #define utext_openUChars U_ICU_ENTRY_POINT_RENAME(utext_openUChars) macro
/macosx-10.10.1/WTF-7600.1.24/icu/unicode/
H A Durename.h1615 #define utext_openUChars U_ICU_ENTRY_POINT_RENAME(utext_openUChars) macro
/macosx-10.10.1/WebKit-7600.1.25/mac/icu/unicode/
H A Durename.h1615 #define utext_openUChars U_ICU_ENTRY_POINT_RENAME(utext_openUChars) macro

Completed in 235 milliseconds