Searched refs:styleCount (Results 1 – 1 of 1) sorted by relevance
601 long styleCount = getUnsignedInt32(header); in StringPool() local602 if (styleCount > Integer.MAX_VALUE) { in StringPool()603 throw new XmlParserException("Too many styles: " + styleCount); in StringPool()614 if (styleCount > 0) { in StringPool()