Searched refs:maxState (Results 1 - 6 of 6) sorted by relevance

/external/tagsoup/templates/org/ccil/cowan/tagsoup/
H A DHTMLScanner.java83 int maxState = -1;
86 if (statetable[i] > maxState) {
87 maxState = statetable[i];
95 statetableIndex = new short[maxState + 1][maxChar + 3];
96 for (int theState = 0; theState <= maxState; ++theState) {
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DHTMLScanner.java304 int maxState = -1;
307 if (statetable[i] > maxState) {
308 maxState = statetable[i];
316 statetableIndex = new short[maxState + 1][maxChar + 3];
317 for (int theState = 0; theState <= maxState; ++theState) {
/external/libxml2/
H A Dpattern.c112 int maxState; /* allocated number of states */ member in struct:_xmlStreamCtxt
1777 cur->maxState = 4;
1822 if (comp->nbState >= comp->maxState) {
1826 comp->maxState * 4 * sizeof(int));
1833 comp->maxState *= 2;
H A Drelaxng.c322 int maxState; /* the size of the array */ member in struct:_xmlRelaxNGStates
1030 ret->maxState = size;
1061 if (states->nbState >= states->maxState) {
1065 size = states->maxState * 2;
1075 states->maxState = size;
1101 if (states->nbState >= states->maxState) {
1105 size = states->maxState * 2;
1115 states->maxState = size;
/external/robolectric/v3/runtime/
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/ ...

Completed in 178 milliseconds