Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
Dcmscgats.c34 #define MAXSTR 1024 // Max length of string macro
121 char SheetType[MAXSTR]; // The first row of the IT8 (the type)
159 char str[MAXSTR]; // string
877 while (k < MAXSTR && it8->ch != sng) { in InSymbol()
879 if (it8->ch == '\n'|| it8->ch == '\r') k = MAXSTR+1; in InSymbol()
1338 strncpy(t ->SheetType, Type, MAXSTR-1); in cmsIT8SetSheetType()
1339 t ->SheetType[MAXSTR-1] = 0; in cmsIT8SetSheetType()
1922 char Buffer[MAXSTR]; in HeaderSection()
1935 if (!GetVal(it8, Buffer, MAXSTR-1, "Keyword expected")) return FALSE; in HeaderSection()
1943 if (!GetVal(it8, Buffer, MAXSTR-1, "Keyword expected")) return FALSE; in HeaderSection()
[all …]