Home
last modified time | relevance | path

Searched refs:ucsm (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/i18n/
Ducsdet.cpp66 ucsdet_getName(const UCharsetMatch *ucsm, UErrorCode *status) in ucsdet_getName() argument
72 return ((CharsetMatch *) ucsm)->getName(); in ucsdet_getName()
76 ucsdet_getConfidence(const UCharsetMatch *ucsm, UErrorCode *status) in ucsdet_getConfidence() argument
82 return ((CharsetMatch *) ucsm)->getConfidence(); in ucsdet_getConfidence()
86 ucsdet_getLanguage(const UCharsetMatch *ucsm, UErrorCode *status) in ucsdet_getLanguage() argument
92 return ((CharsetMatch *) ucsm)->getLanguage(); in ucsdet_getLanguage()
174 ucsdet_getUChars(const UCharsetMatch *ucsm, in ucsdet_getUChars() argument
181 return ((CharsetMatch *) ucsm)->getUChars(buf, cap, status); in ucsdet_getUChars()
/external/icu/libicu/cts_headers/unicode/
Ducsdet.h236 ucsdet_getName(const UCharsetMatch *ucsm, UErrorCode *status);
262 ucsdet_getConfidence(const UCharsetMatch *ucsm, UErrorCode *status);
294 ucsdet_getLanguage(const UCharsetMatch *ucsm, UErrorCode *status);
320 ucsdet_getUChars(const UCharsetMatch *ucsm,
/external/icu/libandroidicu/include/unicode/
Ducsdet.h236 ucsdet_getName(const UCharsetMatch *ucsm, UErrorCode *status);
262 ucsdet_getConfidence(const UCharsetMatch *ucsm, UErrorCode *status);
294 ucsdet_getLanguage(const UCharsetMatch *ucsm, UErrorCode *status);
320 ucsdet_getUChars(const UCharsetMatch *ucsm,
/external/icu/icu4c/source/i18n/unicode/
Ducsdet.h236 ucsdet_getName(const UCharsetMatch *ucsm, UErrorCode *status);
262 ucsdet_getConfidence(const UCharsetMatch *ucsm, UErrorCode *status);
294 ucsdet_getLanguage(const UCharsetMatch *ucsm, UErrorCode *status);
320 ucsdet_getUChars(const UCharsetMatch *ucsm,
/external/icu/libandroidicu/static_shim/
Dshim.cpp298 int32_t ucsdet_getConfidence_android(const UCharsetMatch * ucsm, UErrorCode * status) { in ucsdet_getConfidence_android() argument
299 return ucsdet_getConfidence(ucsm, status); in ucsdet_getConfidence_android()
301 const char * ucsdet_getName_android(const UCharsetMatch * ucsm, UErrorCode * status) { in ucsdet_getName_android() argument
302 return ucsdet_getName(ucsm, status); in ucsdet_getName_android()