Home | History | Annotate | Download | only in intltest

Lines Matching refs:utext_openUChars

192     ut = utext_openUChars(NULL, buf, -1, &status);
203 ut = utext_openUChars(NULL, buf, saLen, &status);
895 utp = utext_openUChars(&ut, s2, -1, &status);
913 utext_openUChars(&ut, NULL, 5, &status);
917 utext_openUChars(&ut, NULL, -1, &status);
984 UText *utb = utext_openUChars(NULL, sb, -1, &status);
1230 ut = utext_openUChars(ut, u16str, -1, &status);
1284 ut = utext_openUChars(ut, u16str, -1, &status);
1439 UText *ut = utext_openUChars(NULL, s, -1, &status);
1529 utext_openUChars(&ut, ustr, -1, &status);
1559 utext_openUChars(&ut, ustr, str.length(), &status);
1590 LocalUTextPointer ut(utext_openUChars(NULL, str, -1, &status));