Searched defs:ucsm (Results 1 - 2 of 2) sorted by last modified time

/external/icu/icu4c/source/i18n/
H A Ducsdet.cpp66 ucsdet_getName(const UCharsetMatch *ucsm, UErrorCode *status) argument
72 return ((CharsetMatch *) ucsm)->getName();
76 ucsdet_getConfidence(const UCharsetMatch *ucsm, UErrorCode *status) argument
82 return ((CharsetMatch *) ucsm)->getConfidence();
86 ucsdet_getLanguage(const UCharsetMatch *ucsm, UErrorCode *status) argument
92 return ((CharsetMatch *) ucsm)->getLanguage();
174 ucsdet_getUChars(const UCharsetMatch *ucsm, argument
181 return ((CharsetMatch *) ucsm)->getUChars(buf, cap, status);
/external/chromium_org/third_party/icu/source/i18n/
H A Ducsdet.cpp66 ucsdet_getName(const UCharsetMatch *ucsm, UErrorCode *status) argument
72 return ((CharsetMatch *) ucsm)->getName();
76 ucsdet_getConfidence(const UCharsetMatch *ucsm, UErrorCode *status) argument
82 return ((CharsetMatch *) ucsm)->getConfidence();
86 ucsdet_getLanguage(const UCharsetMatch *ucsm, UErrorCode *status) argument
92 return ((CharsetMatch *) ucsm)->getLanguage();
174 ucsdet_getUChars(const UCharsetMatch *ucsm, argument
181 return ((CharsetMatch *) ucsm)->getUChars(buf, cap, status);

Completed in 81 milliseconds