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

  /external/tagsoup/templates/org/ccil/cowan/tagsoup/
HTMLScanner.java 41 int theNextState; // Next state
205 theNextState = statetable[statetableRow + 3];
208 // System.err.println("In " + debug_statenames[theState] + " got " + nicechar(ch) + " doing " + debug_actionnames[action] + " then " + debug_statenames[theNextState]);
269 theNextState = S_NCR;
274 theNextState = S_XNCR;
328 theNextState = S_PCDATA;
425 theState = theNextState;
446 public void startCDATA() { theNextState = S_CDATA; }
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
HTMLScanner.java 262 int theNextState; // Next state
426 theNextState = statetable[statetableRow + 3];
429 // System.err.println("In " + debug_statenames[theState] + " got " + nicechar(ch) + " doing " + debug_actionnames[action] + " then " + debug_statenames[theNextState]);
490 theNextState = S_NCR;
495 theNextState = S_XNCR;
549 theNextState = S_PCDATA;
646 theState = theNextState;
667 public void startCDATA() { theNextState = S_CDATA; }

Completed in 1355 milliseconds