Home | History | Annotate | Download | only in text

Lines Matching refs:PROGRESS

152             if (PROGRESS) System.out.println("SEGMENT");
169 //if (PROGRESS) System.out.println("Permute: " + source);
202 //if (PROGRESS) System.out.println(" Piece: " + piece);
230 private static boolean PROGRESS = false; // debug progress
231 //private static Transliterator NAME = PROGRESS ? Transliterator.getInstance("name") : null;
273 if (PROGRESS) System.out.println("Adding Permutation: " + Utility.hex(possible));
277 if (PROGRESS) System.out.println("-Skipping Permutation: " + Utility.hex(possible));
293 if (PROGRESS) System.out.println("Adding: " + Utility.hex(segment));
327 if (PROGRESS) System.out.println("Adding: " + NAME.transliterate(segment));
354 if (PROGRESS) System.out.println("Adding: " + NAME.transliterate(prefix + item));
369 if (PROGRESS) System.out.println(" extract: " + Utility.hex(UTF16.valueOf(comp))
389 if (PROGRESS) System.out.println(" matches: " + Utility.hex(UTF16.valueOf(cp)));
399 if (PROGRESS) System.out.println(" buffer: " + Utility.hex(UTF16.valueOf(cp)));
416 if (PROGRESS) System.out.println("Matches");
464 if (PROGRESS) System.out.println("Getting Safe Start");
466 if (PROGRESS & (cp & 0x7FF) == 0) System.out.print('.');
471 if (PROGRESS) System.out.println();
473 if (PROGRESS) System.out.println("Getting Containment");
475 if (PROGRESS & (cp & 0x7FF) == 0) System.out.print('.');
495 if (PROGRESS) System.out.println();