Home | History | Annotate | Download | only in intltest

Lines Matching refs:u8str

1468         const char *u8str =         "\xc8\x81\xe1\x82\x83\xf1\x84\x85\x86";
1481 UText *ut = utext_openUTF8(NULL, u8str, -1, &status);
1684 const char u8str[] = {char(0x31), (char)0x32, (char)0x33, 0};
1691 ut = utext_openUTF8(ut, u8str, -1, &status);