Searched refs:utext_openUChars (Results 1 – 9 of 9) sorted by relevance
/external/icu4c/test/cintltst/ |
D | utexttst.c | 71 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()
|
D | cbiapts.c | 333 ut = utext_openUChars(ut, s2, -1, &status); in TestBreakIteratorCAPI()
|
/external/icu4c/test/intltest/ |
D | utxttest.cpp | 188 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/ |
D | ubrk.cpp | 171 utext_openUChars(&ut, text, textLength, status); in ubrk_setText()
|
D | triedict.cpp | 90 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()
|
D | rbbi.cpp | 226 fText = utext_openUChars(NULL, NULL, 0, &status); in init() 396 fText = utext_openUChars(fText, NULL, 0, &status); in adoptText()
|
D | utext.cpp | 2568 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status) { in utext_openUChars() function
|
/external/icu4c/common/unicode/ |
D | utext.h | 223 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status);
|
D | urename.h | 1275 #define utext_openUChars utext_openUChars_3_8 macro
|