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
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);
/external/icu4c/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
176
return ((CharsetMatch *) ucsm)->
getUChars
(buf, cap, status);
Completed in 92 milliseconds