OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__mbtowc
(Results
1 - 2
of
2
) sorted by null
/external/stlport/src/c_locale_win32/
c_wlocale_win32.c
120
static int
__mbtowc
(_Locale_codecvt_t *l, wchar_t *dst, const char *from, unsigned int count) {
function
156
retval =
__mbtowc
(lcodecvt, to, from, count);
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_wlocale_win32.c
120
static int
__mbtowc
(_Locale_codecvt_t *l, wchar_t *dst, const char *from, unsigned int count) {
function
156
retval =
__mbtowc
(lcodecvt, to, from, count);
Completed in 283 milliseconds