Home | History | Annotate | Download | only in intltest

Lines Matching refs:decomp

168   logln("testing decomp...");
272 UnicodeString decomp[1][3];
273 decomp[0][0] = str("\\u0f77");
274 decomp[0][1] = str("\\u0f77");
275 decomp[0][2] = str("\\u0fb2\\u0f71\\u0f80");
282 staticTest(UNORM_NFD, 0, decomp, ARRAY_LENGTH(decomp), 1);
283 staticTest(UNORM_NFKD, 0, decomp, ARRAY_LENGTH(decomp), 2);
346 // Expect col2 x DECOMP => col3
379 logln((UnicodeString)"Ok: " + hex(b) + " x DECOMP => " + hex(a));
381 errln((UnicodeString)"FAIL: " + hex(b) + " x DECOMP => " + hex(a) +