Home | History | Annotate | Download | only in intltest

Lines Matching defs:hex

325             errln("FAIL: " + hex(a) + " x DECOMP_COMPAT => " +
326 hex(b) + " x COMPOSE => " +
327 hex(c));
329 logln("Ok: " + hex(a) + " x DECOMP_COMPAT => " +
330 hex(b) + " x COMPOSE => " +
331 hex(c));
369 logln((UnicodeString)"Ok: " + hex(a) + " x COMPOSE_COMPAT => " + hex(b));
371 errln((UnicodeString)"FAIL: " + hex(a) + " x COMPOSE_COMPAT => " + hex(b) +
372 ", expect " + hex(exp));
381 logln((UnicodeString)"Ok: " + hex(b) + " x DECOMP => " + hex(a));
383 errln((UnicodeString)"FAIL: " + hex(b) + " x DECOMP => " + hex(a) +
384 ", expect " + hex
488 UnicodeString BasicNormalizerTest::hex(UChar ch) {
493 UnicodeString BasicNormalizerTest::hex(const UnicodeString& s) {
527 errln("Forward/reverse mismatch for input " + hex(input)
528 + ", forward: " + hex(forward) + ", backward: " + hex(reverse));
542 logln("Normalizing '" + input + "' (" + hex(input) + ")" );
548 dataerrln(UnicodeString("ERROR: case ") + i + " normalized " + hex(input) + "\n"
549 + " expected " + hex(expect) + "\n"
550 + " static got " + hex(output) );
565 logln("Normalizing '" + input + "' (" + hex(input) + ")" );
583 dataerrln(errPrefix + "normalized " + hex(input) + "\n"
584 + " expected " + hex(expected) + "\n"
585 + " iterate got " + hex(result) );
832 hex(expect)+" =========> got: " + hex(result));
1523 hex(c)+