Home | History | Annotate | Download | only in text

Lines Matching refs:detector

50     // Tiger came with ICU 3.2 and does not have the encoding detector.
58 UCharsetDetector* detector = ucsdet_open(&status);
61 ucsdet_enableInputFilter(detector, true);
62 ucsdet_setText(detector, data, static_cast<int32_t>(len), &status);
67 // the ICU detector itself.
72 // encoding with a highest confidence among the detector-specific
76 const UCharsetMatch** matches = ucsdet_detectAll(detector, &matchesCount, &status);
78 ucsdet_close(detector);
121 ucsdet_close(detector);
124 ucsdet_close(detector);