Searched refs:maxNumFields (Results 1 – 2 of 2) sorted by relevance
262 int maxNumFields = (data.length - offset - padding) / width; in decodeCharset() local263 if (maxNumFields < 0) { in decodeCharset()268 + maxNumFields); in decodeCharset()269 numFields = maxNumFields; in decodeCharset()
1176 int maxNumFields = (data.length - offset - padding) / width; in decodeCharset() local1177 if (maxNumFields < 0) { in decodeCharset()1182 + maxNumFields); in decodeCharset()1183 numFields = maxNumFields; in decodeCharset()