/ndk/sources/android/support/src/ |
locale_support.c | 51 int vasprintf_l(char** strp, locale_t l, const char* fmt, va_list args) { function 59 int result = vasprintf_l(strp, locale, fmt, args);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/win32/ |
locale_win32.cpp | 88 int result = vasprintf_l( ret, loc, format, ap ); 92 int vasprintf_l( char **ret, locale_t loc, const char *format, va_list ap ) function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/ |
locale_win32.h | 110 int vasprintf_l( char **ret, locale_t loc, const char *format, va_list ap );
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
locale | 378 int __res = vasprintf_l(__s, __l, __format, __va); [all...] |