Home
last modified time | relevance | path

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

/ndk/sources/android/support/src/stdio/
Dvfwprintf.c60 size_t mb_len = wcstombs(NULL, text, length); in out_write() local
94 int mb_len = vsnprintf(NULL, 0, format, args); in out_printf() local