Lines Matching refs:logln
27 logln(#test "---"); \
28 logln((UnicodeString)""); \
167 logln("testing decomp...");
173 logln("testing compose...");
226 logln("Canonical composition...");
228 logln("Compatibility composition...");
231 logln("Static composition...");
237 logln("Reverse iteration...");
248 logln("Canonical decomposition...");
250 logln("Compatibility decomposition...");
253 logln("Iterative decomposition...");
259 logln("Reverse iteration...");
326 logln("Ok: " + hex(a) + " x DECOMP_COMPAT => " +
366 logln((UnicodeString)"Ok: " + hex(a) + " x COMPOSE_COMPAT => " + hex(b));
378 logln((UnicodeString)"Ok: " + hex(b) + " x DECOMP => " + hex(a));
537 logln("Normalizing '" + input + "' (" + hex(input) + ")" );
559 logln("Normalizing '" + input + "' (" + hex(input) + ")" );
1222 logln("Test if case folding may un-FCD a string (folding options %04lx)", foldingOptions);
1293 logln("There are %ld code points for which case-folding may un-FCD a string (folding options %04lx)", count, foldingOptions);