OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getUChars
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/i18n/
csmatch.h
65
int32_t
getUChars
(UChar *buf, int32_t cap, UErrorCode *status) const;
csmatch.cpp
61
int32_t CharsetMatch::
getUChars
(UChar *buf, int32_t cap, UErrorCode *status) const
ucsdet.cpp
181
return ((CharsetMatch *) ucsm)->
getUChars
(buf, cap, status);
Completed in 103 milliseconds