Searched refs:MAXSTR (Results 1 - 2 of 2) sorted by relevance

/openjdk10/jdk/src/java.desktop/share/classes/com/sun/imageio/plugins/common/
H A DLZWStringTable.java46 private static final int MAXSTR = (1 << MAXBITS); field in class:LZWStringTable
66 strChr = new byte[MAXSTR];
67 strNxt = new short[MAXSTR];
68 strLen = new int[MAXSTR];
82 if (numStrings >= MAXSTR) { // if used up all codes
/openjdk10/jdk/src/java.desktop/share/native/liblcms/
H A Dcmscgats.c63 #define MAXSTR 1024 // Max length of string macro
147 char SheetType[MAXSTR]; // The first row of the IT8 (the type)
185 char str[MAXSTR]; // string
903 while (k < MAXSTR && it8->ch != sng) {
905 if (it8->ch == '\n'|| it8->ch == '\r') k = MAXSTR+1;
1364 strncpy(t ->SheetType, Type, MAXSTR-1);
1365 t ->SheetType[MAXSTR-1] = 0;
1948 char Buffer[MAXSTR];
1961 if (!GetVal(it8, Buffer, MAXSTR-1, "Keyword expected")) return FALSE;
1969 if (!GetVal(it8, Buffer, MAXSTR
[all...]

Completed in 70 milliseconds