Searched refs:encodingList (Results 1 – 3 of 3) sorted by relevance
555 UnicodeString *encodingList = split(*encodings, CH_SPACE, encodingCount); in DetectionTest() local558 checkEncoding(text, encodingList[e], *id); in DetectionTest()561 delete[] encodingList; in DetectionTest()
401 String[] encodingList = encodings.split(" "); in TestDetection() local402 for (int e = 0; e < encodingList.length; e += 1) { in TestDetection()403 String[] params = encodingList[e].split("/"); in TestDetection()
398 String[] encodingList = encodings.split(" "); in TestDetection() local399 for (int e = 0; e < encodingList.length; e += 1) { in TestDetection()400 String[] params = encodingList[e].split("/"); in TestDetection()