Home | History | Annotate | Download | only in intltest

Lines Matching refs:hex

316             errln("FAIL: " + hex(a) + " x DECOMP_COMPAT => " +
317 hex(b) + " x COMPOSE => " +
318 hex(c));
320 logln("Ok: " + hex(a) + " x DECOMP_COMPAT => " +
321 hex(b) + " x COMPOSE => " +
322 hex(c));
357 logln((UnicodeString)"Ok: " + hex(a) + " x COMPOSE_COMPAT => " + hex(b));
359 errln((UnicodeString)"FAIL: " + hex(a) + " x COMPOSE_COMPAT => " + hex(b) +
360 ", expect " + hex(exp));
365 logln((UnicodeString)"Ok: " + hex(b) + " x DECOMP => " + hex(a));
367 errln((UnicodeString)"FAIL: " + hex(b) + " x DECOMP => " + hex(a) +
368 ", expect " + hex(exp));
471 UnicodeString BasicNormalizerTest::hex(UChar ch) {
476 UnicodeString BasicNormalizerTest::hex(const UnicodeString& s) {
509 errln("Forward/reverse mismatch for input " + hex(input)
510 + ", forward: " + hex(forward) + ", backward: " + hex(reverse));
523 logln("Normalizing '" + input + "' (" + hex(input) + ")" );
529 errln(UnicodeString("ERROR: case ") + i + " normalized " + hex(input) + "\n"
530 + " expected " + hex(expect) + "\n"
531 + " static got " + hex(output) );
545 logln("Normalizing '" + input + "' (" + hex(input) + ")" );
563 errln(errPrefix + "normalized " + hex(input) + "\n"
564 + " expected " + hex(expected) + "\n"
565 + " iterate got " + hex(result) );
840 hex(expect)+" =========> got: " + hex(result));