Home | History | Annotate | Download | only in intltest

Lines Matching full:utf8

1197     source=cc.utf8;
1430 // convert unicode to utf8
1431 char utf8[256];
1432 cc.utf8=utf8;
1433 u_strToUTF8(utf8, LENGTHOF(utf8), &cc.utf8Length,
1452 { 0, "bulk", "utf8" }, // must be first for offsets to be checked
1453 { 1, "step=1", "utf8 step=1" },
1454 { 3, "step=3", "utf8 step=3" },
1455 { 7, "step=7", "utf8 step=7" }