HomeSort by relevance Sort by last modified time
    Searched refs:getUChars (Results 1 - 3 of 3) sorted by null

  /external/icu4c/i18n/
csmatch.h 38 int32_t getUChars(UChar *buf, int32_t cap, UErrorCode *status) const;
csmatch.cpp 49 int32_t CharsetMatch::getUChars(UChar *buf, int32_t cap, UErrorCode *status) const
ucsdet.cpp 176 return ((CharsetMatch *) ucsm)->getUChars(buf, cap, status);

Completed in 129 milliseconds