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

/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/unicode/
H A Ducsdet.h345 ucsdet_getAllDetectableCharsets(const UCharsetDetector *ucsd, UErrorCode *status);
/external/icu/icu4c/source/i18n/unicode/
H A Ducsdet.h345 ucsdet_getAllDetectableCharsets(const UCharsetDetector *ucsd, UErrorCode *status);
/external/chromium_org/third_party/icu/source/i18n/
H A Ducsdet.cpp191 ucsdet_getAllDetectableCharsets(const UCharsetDetector * /*ucsd*/, UErrorCode *status) function
/external/icu/icu4c/source/i18n/
H A Ducsdet.cpp191 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/icu/icu4c/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/icu/icu4c/source/common/unicode/
H A Durename.h762 #define ucsdet_getAllDetectableCharsets U_ICU_ENTRY_POINT_RENAME(ucsdet_getAllDetectableCharsets) macro
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcsdetest.cpp259 LocalUEnumerationPointer e(ucsdet_getAllDetectableCharsets(csd.getAlias(), status));
271 errln("ucsdet_getAllDetectableCharsets() returned a null or empty name!");
/external/icu/icu4c/source/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.h813 #define ucsdet_getAllDetectableCharsets U_ICU_ENTRY_POINT_RENAME(ucsdet_getAllDetectableCharsets) macro

Completed in 286 milliseconds