Home | History | Annotate | Download | only in intltest

Lines Matching defs:decomp

161   logln("testing decomp...");
265 UnicodeString decomp[1][3];
266 decomp[0][0] = str("\\u0f77");
267 decomp[0][1] = str("\\u0f77");
268 decomp[0][2] = str("\\u0fb2\\u0f71\\u0f80");
275 staticTest(UNORM_NFD, 0, decomp, ARRAY_LENGTH(decomp), 1);
276 staticTest(UNORM_NFKD, 0, decomp, ARRAY_LENGTH(decomp), 2);
339 // Expect col2 x DECOMP => col3
365 logln((UnicodeString)"Ok: " + hex(b) + " x DECOMP => " + hex(a));
367 errln((UnicodeString)"FAIL: " + hex(b) + " x DECOMP => " + hex(a) +