HomeSort by relevance Sort by last modified time
    Searched full:wprintf_core (Results 1 - 1 of 1) sorted by null

  /ndk/sources/android/support/src/stdio/
vfwprintf.c 278 static int wprintf_core(Out *out, const wchar_t *fmt, va_list *ap, union arg *nl_arg, int *nl_type) function
466 if (wprintf_core(0, fmt, &ap2, nl_arg, nl_type) < 0) {
470 ret = wprintf_core(out, fmt, &ap2, nl_arg, nl_type);
484 ret = wprintf_core(out, fmt, &ap2, nl_arg, nl_type);

Completed in 101 milliseconds