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

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/common/
H A DLZWStringTable.java46 private final static 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
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmscgats.c63 #define MAXSTR 1024 // Max lenght of string macro
147 char SheetType[MAXSTR]; // The first row of the IT8 (the type)
185 char str[MAXSTR]; // string
893 while (k < MAXSTR && it8->ch != sng) {
895 if (it8->ch == '\n'|| it8->ch == '\r') k = MAXSTR+1;
1349 strncpy(t ->SheetType, Type, MAXSTR-1);
1350 t ->SheetType[MAXSTR-1] = 0;
1931 char Buffer[MAXSTR];
1944 if (!GetVal(it8, Buffer, MAXSTR-1, "Keyword expected")) return FALSE;
1952 if (!GetVal(it8, Buffer, MAXSTR
[all...]

Completed in 73 milliseconds