HomeSort by relevance Sort by last modified time
    Searched refs:detectable_encodings (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/i18n/
icu_encoding_detection.cc 86 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);
  /external/chromium_org/base/i18n/
icu_encoding_detection.cc 86 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 69 milliseconds