Home | History | Annotate | Download | only in intltest

Lines Matching full:utext

23 #include "unicode/utext.h"
295 // (With the change of the break engine to working with UText internally,
307 // UText API
309 // Quick test to see if UText is working at all.
316 UText *ut = utext_openUTF8(NULL, s1, -1, &status);
333 UText *ut2 = utext_openUTF8(NULL, s2, -1, &status);
358 UText *gut2 = utext_openUnicodeString(NULL, &sEmpty, &status);