Searched refs:maxNumFields (Results 1 – 1 of 1) sorted by relevance
1157 int maxNumFields = (data.length - offset - padding) / width; in decodeCharset() local1158 if (maxNumFields < 0) { in decodeCharset()1163 + maxNumFields); in decodeCharset()1164 numFields = maxNumFields; in decodeCharset()