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

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ducsdet.h336 ucsdet_getAllDetectableCharsets(const UCharsetDetector *ucsd, UErrorCode *status);
/external/icu4c/i18n/unicode/
H A Ducsdet.h336 ucsdet_getAllDetectableCharsets(const UCharsetDetector *ucsd, UErrorCode *status);
/external/chromium/base/i18n/
H A Dicu_encoding_detection.cc86 UEnumeration* detectable_encodings = ucsdet_getAllDetectableCharsets(detector,
/external/chromium_org/base/i18n/
H A Dicu_encoding_detection.cc86 UEnumeration* detectable_encodings = ucsdet_getAllDetectableCharsets(detector,
/external/chromium_org/third_party/icu/source/i18n/
H A Dcsdetect.cpp394 ucsdet_getAllDetectableCharsets(const UCharsetDetector * /*ucsd*/, UErrorCode *status) function
/external/icu4c/i18n/
H A Dcsdetect.cpp348 ucsdet_getAllDetectableCharsets(const UCharsetDetector * /*ucsd*/, UErrorCode *status) function
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Ducsdetst.c94 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/cintltst/
H A Ducsdetst.c94 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/common/unicode/
H A Durename.h801 #define ucsdet_getAllDetectableCharsets U_ICU_ENTRY_POINT_RENAME(ucsdet_getAllDetectableCharsets) macro
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcsdetest.cpp247 LocalUEnumerationPointer e(ucsdet_getAllDetectableCharsets(csd.getAlias(), status));
259 errln("ucsdet_getAllDetectableCharsets() returned a null or empty name!");
/external/icu4c/test/intltest/
H A Dcsdetest.cpp259 LocalUEnumerationPointer e(ucsdet_getAllDetectableCharsets(csd.getAlias(), status));
271 errln("ucsdet_getAllDetectableCharsets() returned a null or empty name!");
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h806 #define ucsdet_getAllDetectableCharsets U_ICU_ENTRY_POINT_RENAME(ucsdet_getAllDetectableCharsets) macro

Completed in 202 milliseconds