HomeSort by relevance Sort by last modified time
    Searched refs:nicechar (Results 1 - 2 of 2) sorted by null

  /external/tagsoup/templates/org/ccil/cowan/tagsoup/
HTMLScanner.java 208 // System.err.println("In " + debug_statenames[theState] + " got " + nicechar(ch) + " doing " + debug_actionnames[action] + " then " + debug_statenames[theNextState]);
480 private static String nicechar(int in) { method in class:HTMLScanner
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
HTMLScanner.java 429 // System.err.println("In " + debug_statenames[theState] + " got " + nicechar(ch) + " doing " + debug_actionnames[action] + " then " + debug_statenames[theNextState]);
701 private static String nicechar(int in) { method in class:HTMLScanner

Completed in 126 milliseconds