Searched refs:maxChar (Results 1 - 7 of 7) sorted by relevance

/external/tagsoup/templates/org/ccil/cowan/tagsoup/
H A DHTMLScanner.java84 int maxChar = -1;
89 if (statetable[i + 1] > maxChar) {
90 maxChar = statetable[i + 1];
93 statetableIndexMaxChar = maxChar + 1;
95 statetableIndex = new short[maxState + 1][maxChar + 3];
97 for (int ch = -2; ch <= maxChar; ++ch) {
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DHTMLScanner.java305 int maxChar = -1;
310 if (statetable[i + 1] > maxChar) {
311 maxChar = statetable[i + 1];
314 statetableIndexMaxChar = maxChar + 1;
316 statetableIndex = new short[maxState + 1][maxChar + 3];
318 for (int ch = -2; ch <= maxChar; ++ch) {
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dbytestrietest.cpp736 const int32_t maxChar=0x7e; local
739 const int32_t maxChar=0xfe; local
742 const int32_t maxChar=0xff; local
744 for(int32_t c=minChar; c<=maxChar; ++c) {
/external/icu/icu4c/source/test/intltest/
H A Dbytestrietest.cpp736 const int32_t maxChar=0x7e; local
739 const int32_t maxChar=0xfe; local
742 const int32_t maxChar=0xff; local
744 for(int32_t c=minChar; c<=maxChar; ++c) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 1722 milliseconds