Lines Matching full:compose
173 logln("testing compose...");
276 UnicodeString compose[1][3];
277 compose[0][0] = str("\\u0fb2\\u0f71\\u0f80");
278 compose[0][1] = str("\\u0fb2\\u0f71\\u0f80");
279 compose[0][2] = str("\\u0fb2\\u0f71\\u0f80");
283 staticTest(UNORM_NFC, 0, compose, ARRAY_LENGTH(compose), 1);
284 staticTest(UNORM_NFKC, 0, compose, ARRAY_LENGTH(compose), 2);
323 hex(b) + " x COMPOSE => " +
327 hex(b) + " x COMPOSE => " +
1415 errln("custom compose Normalizer2 did not normalize input %d as expected", i);