Searched refs:detectable_encodings (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/i18n/
H A Dicu_encoding_detection.cc86 UEnumeration* detectable_encodings = ucsdet_getAllDetectableCharsets(detector, local
88 int detectable_count = uenum_count(detectable_encodings, &status);
91 const char* name_raw = uenum_next(detectable_encodings,
98 uenum_close(detectable_encodings);

Completed in 1870 milliseconds