Home
last modified time | relevance | path

Searched refs:getUChars (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Dcsmatch.h65 int32_t getUChars(UChar *buf, int32_t cap, UErrorCode *status) const;
Dcsmatch.cpp61 int32_t CharsetMatch::getUChars(UChar *buf, int32_t cap, UErrorCode *status) const in getUChars() function in CharsetMatch
Ducsdet.cpp181 return ((CharsetMatch *) ucsm)->getUChars(buf, cap, status); in ucsdet_getUChars()