Home | History | Annotate | Download | only in intltest

Lines Matching defs:decomp

167   logln("testing decomp...");
271 UnicodeString decomp[1][3];
272 decomp[0][0] = str("\\u0f77");
273 decomp[0][1] = str("\\u0f77");
274 decomp[0][2] = str("\\u0fb2\\u0f71\\u0f80");
281 staticTest(UNORM_NFD, 0, decomp, ARRAY_LENGTH(decomp), 1);
282 staticTest(UNORM_NFKD, 0, decomp, ARRAY_LENGTH(decomp), 2);
345 // Expect col2 x DECOMP => col3
378 logln((UnicodeString)"Ok: " + hex(b) + " x DECOMP => " + hex(a));
380 errln((UnicodeString)"FAIL: " + hex(b) + " x DECOMP => " + hex(a) +