Searched refs:ucsm (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | ucsdet.cpp | 66 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/libandroidicu/include/unicode/ |
D | ucsdet.h | 233 ucsdet_getName(const UCharsetMatch *ucsm, UErrorCode *status); 259 ucsdet_getConfidence(const UCharsetMatch *ucsm, UErrorCode *status); 291 ucsdet_getLanguage(const UCharsetMatch *ucsm, UErrorCode *status); 317 ucsdet_getUChars(const UCharsetMatch *ucsm,
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucsdet.h | 233 ucsdet_getName(const UCharsetMatch *ucsm, UErrorCode *status); 259 ucsdet_getConfidence(const UCharsetMatch *ucsm, UErrorCode *status); 291 ucsdet_getLanguage(const UCharsetMatch *ucsm, UErrorCode *status); 317 ucsdet_getUChars(const UCharsetMatch *ucsm,
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 1291 int32_t ucsdet_getConfidence_android(const UCharsetMatch * ucsm, UErrorCode * status) { in ucsdet_getConfidence_android() argument 1292 return ucsdet_getConfidence(ucsm, status); in ucsdet_getConfidence_android() 1294 const char * ucsdet_getLanguage_android(const UCharsetMatch * ucsm, UErrorCode * status) { in ucsdet_getLanguage_android() argument 1295 return ucsdet_getLanguage(ucsm, status); in ucsdet_getLanguage_android() 1297 const char * ucsdet_getName_android(const UCharsetMatch * ucsm, UErrorCode * status) { in ucsdet_getName_android() argument 1298 return ucsdet_getName(ucsm, status); in ucsdet_getName_android() 1300 int32_t ucsdet_getUChars_android(const UCharsetMatch * ucsm, UChar * buf, int32_t cap, UErrorCode *… in ucsdet_getUChars_android() argument 1301 return ucsdet_getUChars(ucsm, buf, cap, status); in ucsdet_getUChars_android()
|