CharacterEncodingDetector.cpp | 120 const UCharsetMatch** ucma = ucsdet_detectAll(csd, &matches, &status); local 122 ucma, matches, &goodmatch, &highest); 148 ucma = ucsdet_detectAll(csd, &matches, &status); 150 ucma, matches, &goodmatch, &highest); 190 const UCharsetMatch** ucma = ucsdet_detectAll(csd, &matches, &status); local 192 ucma, matches, &goodmatchSingle, &highestSingle); 298 const UCharsetMatch** ucma, size_t nummatches, 307 const char *encname = ucsdet_getName(ucma[i], &status); 308 int confidence = ucsdet_getConfidence(ucma[i], &status); 310 matches.push_back(ucma[i]) [all...] |