/prebuilts/ndk/r11/sources/android/support/src/ |
locale_support.c | 89 int vsscanf_l(const char* str, locale_t l, const char* fmt, va_list args) { function 96 int result = vsscanf_l(str, l, fmt, args);
|
/prebuilts/ndk/r13/sources/android/support/src/ |
locale_support.c | 89 int vsscanf_l(const char* str, locale_t l, const char* fmt, va_list args) { function 96 int result = vsscanf_l(str, l, fmt, args);
|
/external/libcxx/include/support/win32/ |
locale_win32.h | 89 #define vsscanf_l( __s, __l, __f, ...) _sscanf_l( __s, __f, __l, __VA_ARGS__ ) macro
|
/prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/support/win32/ |
locale_win32.h | 89 #define vsscanf_l( __s, __l, __f, ...) _sscanf_l( __s, __f, __l, __VA_ARGS__ ) macro
|
/prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/support/win32/ |
locale_win32.h | 89 #define vsscanf_l( __s, __l, __f, ...) _sscanf_l( __s, __f, __l, __VA_ARGS__ ) macro
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/support/win32/ |
locale_win32.h | 88 #define vsscanf_l( __s, __l, __f, ...) _sscanf_l( __s, __f, __l, __VA_ARGS__ ) macro
|
/prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/ |
locale_win32.h | 104 #define vsscanf_l( __s, __l, __f, ...) _sscanf_l( __s, __f, __l, __VA_ARGS__ ) macro
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/ |
locale_win32.h | 104 #define vsscanf_l( __s, __l, __f, ...) _sscanf_l( __s, __f, __l, __VA_ARGS__ ) macro
|