Searched defs:theState (Results 1 - 10 of 10) sorted by relevance

/external/tagsoup/templates/org/ccil/cowan/tagsoup/
H A DHTMLScanner.java40 int theState; // Current state field in class:HTMLScanner
96 for (int theState = 0; theState <= maxState; ++theState) {
101 if (theState != statetable[i]) {
115 statetableIndex[theState][ch + 2] = (short) hit;
163 theState = S_PCDATA;
175 while (theState != S_DONE) {
201 int statetableRow = statetableIndex[theState][adjCh + 2];
208 // System.err.println("In " + debug_statenames[theState]
[all...]
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
H A DNGramParser.java50 StateEntry(int theState, int theAction) argument
52 newState = theState;
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DHTMLScanner.java261 int theState; // Current state field in class:HTMLScanner
317 for (int theState = 0; theState <= maxState; ++theState) {
322 if (theState != statetable[i]) {
336 statetableIndex[theState][ch + 2] = (short) hit;
384 theState = S_PCDATA;
396 while (theState != S_DONE) {
422 int statetableRow = statetableIndex[theState][adjCh + 2];
429 // System.err.println("In " + debug_statenames[theState]
[all...]
/external/robolectric/v3/runtime/
H A Dtagsoup-1.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 156 milliseconds