Searched refs:utext_openUTF8 (Results 1 – 8 of 8) sorted by relevance
/external/icu4c/test/intltest/ |
D | utxttest.cpp | 272 ut = utext_openUTF8(NULL, u8String, -1, &status); in TestString() 889 utp = utext_openUTF8(&ut, s3, -1, &status); in ErrorTest() 915 ut = utext_openUTF8(NULL, badUTF8, -1, &status); in ErrorTest() 984 UText *ut = utext_openUTF8(NULL, u8str, -1, &status); in ErrorTest() 1194 ut = utext_openUTF8(ut, u8str, -1, &status); in FreezeTest() 1380 utext_openUTF8(&ut1, s1, -1, &status); in Ticket5560() 1391 utext_openUTF8(&ut1, s2, -1, &status); in Ticket5560()
|
D | rbbiapts.cpp | 315 UText *ut = utext_openUTF8(NULL, s1, -1, &status); in TestGetSetAdoptText() 332 UText *ut2 = utext_openUTF8(NULL, s2, -1, &status); in TestGetSetAdoptText()
|
/external/icu4c/test/cintltst/ |
D | utexttst.c | 78 uta = utext_openUTF8(&utLoc, cString, -1, &status); in TestAPI()
|
D | cbiapts.c | 673 UText *ut = utext_openUTF8(NULL, UTF8Str, -1, &status); in TestBreakIteratorUText()
|
/external/icu4c/common/unicode/ |
D | utext.h | 205 utext_openUTF8(UText *ut, const char *s, int64_t length, UErrorCode *status);
|
D | urename.h | 1276 #define utext_openUTF8 utext_openUTF8_3_8 macro
|
/external/icu4c/common/ |
D | ucasemap.c | 280 utext_openUTF8(&utext, (const char *)src, srcLength, pErrorCode); in _toTitle()
|
D | utext.cpp | 1606 utext_openUTF8(UText *ut, const char *s, int64_t length, UErrorCode *status) { in utext_openUTF8() function
|