Searched refs:encodingList (Results 1 – 3 of 3) sorted by relevance
570 UnicodeString *encodingList = split(*encodings, CH_SPACE, encodingCount); in DetectionTest() local573 checkEncoding(text, encodingList[e], *id); in DetectionTest()576 delete[] encodingList; in DetectionTest()
396 String[] encodingList = encodings.split(" "); in TestDetection() local397 for (int e = 0; e < encodingList.length; e += 1) { in TestDetection()398 String[] params = encodingList[e].split("/"); in TestDetection()
395 String[] encodingList = encodings.split(" "); in TestDetection() local396 for (int e = 0; e < encodingList.length; e += 1) { in TestDetection()397 String[] params = encodingList[e].split("/"); in TestDetection()