Lines Matching refs:utext_openUChars
196 ut = utext_openUChars(NULL, buf, -1, &status); in TestString()
207 ut = utext_openUChars(NULL, buf, saLen, &status); in TestString()
899 utp = utext_openUChars(&ut, s2, -1, &status); in ErrorTest()
917 utext_openUChars(&ut, NULL, 5, &status); in ErrorTest()
921 utext_openUChars(&ut, NULL, -1, &status); in ErrorTest()
988 UText *utb = utext_openUChars(NULL, sb, -1, &status); in ErrorTest()
1234 ut = utext_openUChars(ut, u16str, -1, &status); in FreezeTest()
1288 ut = utext_openUChars(ut, u16str, -1, &status); in FreezeTest()
1443 UText *ut = utext_openUChars(NULL, s, -1, &status); in Ticket6847()
1533 utext_openUChars(&ut, ustr, -1, &status); in Ticket12130()
1563 utext_openUChars(&ut, ustr, str.length(), &status); in Ticket12130()
1594 LocalUTextPointer ut(utext_openUChars(NULL, str, -1, &status)); in Ticket13344()