Home | History | Annotate | Download | only in intltest

Lines Matching full:compose

174   logln("testing compose...");
277 UnicodeString compose[1][3];
278 compose[0][0] = str("\\u0fb2\\u0f71\\u0f80");
279 compose[0][1] = str("\\u0fb2\\u0f71\\u0f80");
280 compose[0][2] = str("\\u0fb2\\u0f71\\u0f80");
284 staticTest(UNORM_NFC, 0, compose, ARRAY_LENGTH(compose), 1);
285 staticTest(UNORM_NFKC, 0, compose, ARRAY_LENGTH(compose), 2);
324 hex(b) + " x COMPOSE => " +
328 hex(b) + " x COMPOSE => " +
1178 // test composePair() for some pairs of characters that do not compose
1447 errln("custom compose Normalizer2 did not normalize input %d as expected", i);