Searched refs:getUChars (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | csmatch.h | 63 int32_t getUChars(UChar *buf, int32_t cap, UErrorCode *status) const;
|
D | csmatch.cpp | 59 int32_t CharsetMatch::getUChars(UChar *buf, int32_t cap, UErrorCode *status) const in getUChars() function in CharsetMatch
|
D | ucsdet.cpp | 181 return ((CharsetMatch *) ucsm)->getUChars(buf, cap, status); in ucsdet_getUChars()
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | csmatch.h | 63 int32_t getUChars(UChar *buf, int32_t cap, UErrorCode *status) const;
|
D | csmatch.cpp | 59 int32_t CharsetMatch::getUChars(UChar *buf, int32_t cap, UErrorCode *status) const in getUChars() function in CharsetMatch
|
D | ucsdet.cpp | 181 return ((CharsetMatch *) ucsm)->getUChars(buf, cap, status); in ucsdet_getUChars()
|