Searched refs:encodingCount (Results 1 – 2 of 2) sorted by relevance
174 int encodingCount = charsetList.size(); in CharsetSelector() local175 if (encodingCount > 0) { in CharsetSelector()179 encodingCount = encodings.length; in CharsetSelector()182 PropsVectors pvec = new PropsVectors((encodingCount + 31) / 32); in CharsetSelector()
569 int32_t encodingCount; in DetectionTest() local570 UnicodeString *encodingList = split(*encodings, CH_SPACE, encodingCount); in DetectionTest()572 for(int32_t e = 0; e < encodingCount; e += 1) { in DetectionTest()