Searched defs:ucsm (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Ducsdet.cpp61 ucsdet_getName(const UCharsetMatch *ucsm, UErrorCode *status) argument
67 return ((CharsetMatch *) ucsm)->getName();
71 ucsdet_getConfidence(const UCharsetMatch *ucsm, UErrorCode *status) argument
77 return ((CharsetMatch *) ucsm)->getConfidence();
81 ucsdet_getLanguage(const UCharsetMatch *ucsm, UErrorCode *status) argument
87 return ((CharsetMatch *) ucsm)->getLanguage();
169 ucsdet_getUChars(const UCharsetMatch *ucsm, argument
176 return ((CharsetMatch *) ucsm)->getUChars(buf, cap, status);
/external/icu4c/i18n/
H A Ducsdet.cpp61 ucsdet_getName(const UCharsetMatch *ucsm, UErrorCode *status) argument
67 return ((CharsetMatch *) ucsm)->getName();
71 ucsdet_getConfidence(const UCharsetMatch *ucsm, UErrorCode *status) argument
77 return ((CharsetMatch *) ucsm)->getConfidence();
81 ucsdet_getLanguage(const UCharsetMatch *ucsm, UErrorCode *status) argument
87 return ((CharsetMatch *) ucsm)->getLanguage();
169 ucsdet_getUChars(const UCharsetMatch *ucsm, argument
176 return ((CharsetMatch *) ucsm)->getUChars(buf, cap, status);

Completed in 91 milliseconds