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

  /external/tagsoup/src/org/ccil/cowan/tagsoup/
HTMLScanner.java 261 int theState; // Current state
314 theState = S_PCDATA;
329 while (theState != S_DONE) {
356 if (theState != statetable[i]) {
370 // System.err.println("In " + debug_statenames[theState] + " got " + nicechar(ch) + " doing " + debug_actionnames[action] + " then " + debug_statenames[theNextState]);
375 Integer.toString(theState));
429 // System.out.println("Got " + ch1 + " in state " + ((theState == S_ENT) ? "S_ENT" : ((theState == S_NCR) ? "S_NCR" : "UNK")));
430 if (theState == S_ENT && ch1 == '#') {
435 else if (theState == S_NCR && (ch1 == 'x' || ch1 == 'X'))
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jar 

Completed in 759 milliseconds