Home
last modified time | relevance | path

Searched defs:mb_len (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/android/support/src/stdio/
Dstdio_impl.c54 size_t mb_len = wcstombs(NULL, text, length); in fake_file_outw() local
94 int mb_len = vsnprintf(NULL, 0, format, args); in fake_fprintf() local