Searched refs:getUChars (Results 1 – 3 of 3) sorted by relevance
65 int32_t getUChars(UChar *buf, int32_t cap, UErrorCode *status) const;
61 int32_t CharsetMatch::getUChars(UChar *buf, int32_t cap, UErrorCode *status) const in getUChars() function in CharsetMatch
181 return ((CharsetMatch *) ucsm)->getUChars(buf, cap, status); in ucsdet_getUChars()