Lines Matching refs:hex
323 errln("FAIL: " + hex(a) + " x DECOMP_COMPAT => " +
324 hex(b) + " x COMPOSE => " +
325 hex(c));
327 logln("Ok: " + hex(a) + " x DECOMP_COMPAT => " +
328 hex(b) + " x COMPOSE => " +
329 hex(c));
367 logln((UnicodeString)"Ok: " + hex(a) + " x COMPOSE_COMPAT => " + hex(b));
369 errln((UnicodeString)"FAIL: " + hex(a) + " x COMPOSE_COMPAT => " + hex(b) +
370 ", expect " + hex(exp));
379 logln((UnicodeString)"Ok: " + hex(b) + " x DECOMP => " + hex(a));
381 errln((UnicodeString)"FAIL: " + hex(b) + " x DECOMP => " + hex(a) +
382 ", expect " + hex(exp));
486 UnicodeString BasicNormalizerTest::hex(UChar ch) {
491 UnicodeString BasicNormalizerTest::hex(const UnicodeString& s) {
524 errln("Forward/reverse mismatch for input " + hex(input)
525 + ", forward: " + hex(forward) + ", backward: " + hex(reverse));
538 logln("Normalizing '" + input + "' (" + hex(input) + ")" );
544 dataerrln(UnicodeString("ERROR: case ") + i + " normalized " + hex(input) + "\n"
545 + " expected " + hex(expect) + "\n"
546 + " static got " + hex(output) );
560 logln("Normalizing '" + input + "' (" + hex(input) + ")" );
578 dataerrln(errPrefix + "normalized " + hex(input) + "\n"
579 + " expected " + hex(expected) + "\n"
580 + " iterate got " + hex(result) );
827 hex(expect)+" =========> got: " + hex(result));
1513 hex(c)+