Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dcsmatch.h38 int32_t getUChars(UChar *buf, int32_t cap, UErrorCode *status) const;
Dcsmatch.cpp49 int32_t CharsetMatch::getUChars(UChar *buf, int32_t cap, UErrorCode *status) const in getUChars() function in CharsetMatch
Ducsdet.cpp176 return ((CharsetMatch *) ucsm)->getUChars(buf, cap, status); in ucsdet_getUChars()