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

  /external/icu4c/i18n/unicode/
ucsdet.h 336 ucsdet_getAllDetectableCharsets(const UCharsetDetector *ucsd, UErrorCode *status);
  /external/webkit/Source/WebCore/icu/unicode/
ucsdet.h 316 ucsdet_getAllDetectableCharsets(const UCharsetDetector *ucsd, UErrorCode *status);
  /external/chromium/base/i18n/
icu_encoding_detection.cc 86 UEnumeration* detectable_encodings = ucsdet_getAllDetectableCharsets(detector,
  /external/icu4c/i18n/
csdetect.cpp 394 ucsdet_getAllDetectableCharsets(const UCharsetDetector * /*ucsd*/, UErrorCode *status)
  /external/icu4c/test/cintltst/
ucsdetst.c 94 UEnumeration *e = ucsdet_getAllDetectableCharsets(csd, &status);
103 log_err("ucsdet_getAllDetectableCharsets() returned a null or empty name!\n");
109 log_err("ucsdet_getAllDetectableCharsets(past the list) returned a non-null name!\n");
  /external/icu4c/test/intltest/
csdetest.cpp 247 LocalUEnumerationPointer e(ucsdet_getAllDetectableCharsets(csd.getAlias(), status));
259 errln("ucsdet_getAllDetectableCharsets() returned a null or empty name!");
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 241 milliseconds