Home
last modified time | relevance | path

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

/external/icu4c/test/cintltst/
Dutexttst.c71 uta = utext_openUChars(NULL, uString, -1, &status); in TestAPI()
94 uta = utext_openUChars(NULL, uString, -1, &status); in TestAPI()
116 uta = utext_openUChars(NULL, uString, -1, &status); in TestAPI()
193 uta = utext_openUChars(NULL, uString, -1, &status); in TestAPI()
222 uta = utext_openUChars(NULL, uString, -1, &status); in TestAPI()
Dcbiapts.c333 ut = utext_openUChars(ut, s2, -1, &status); in TestBreakIteratorCAPI()
/external/icu4c/test/intltest/
Dutxttest.cpp188 ut = utext_openUChars(NULL, buf, -1, &status); in TestString()
199 ut = utext_openUChars(NULL, buf, saLen, &status); in TestString()
893 utp = utext_openUChars(&ut, s2, -1, &status); in ErrorTest()
956 UText *utb = utext_openUChars(NULL, sb, -1, &status); in ErrorTest()
1202 ut = utext_openUChars(ut, u16str, -1, &status); in FreezeTest()
1256 ut = utext_openUChars(ut, u16str, -1, &status); in FreezeTest()
/external/icu4c/common/
Dubrk.cpp171 utext_openUChars(&ut, text, textLength, status); in ubrk_setText()
Dtriedict.cpp90 fIter = utext_openUChars(NULL, NULL, 0, &status); in MutableTrieDictionary()
98 fIter = utext_openUChars(NULL, NULL, 0, &status); in MutableTrieDictionary()
174 fIter = utext_openUChars(fIter, word, length, &status); in addWord()
Drbbi.cpp226 fText = utext_openUChars(NULL, NULL, 0, &status); in init()
396 fText = utext_openUChars(fText, NULL, 0, &status); in adoptText()
Dutext.cpp2568 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status) { in utext_openUChars() function
/external/icu4c/common/unicode/
Dutext.h223 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status);
Durename.h1275 #define utext_openUChars utext_openUChars_3_8 macro