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