HomeSort by relevance Sort by last modified time
    Searched refs:vsprintf_l (Results 1 - 4 of 4) sorted by null

  /ndk/sources/android/support/src/
locale_support.c 64 int vsprintf_l(char* str, locale_t l, const char* fmt, va_list args) { function
72 int result = vsprintf_l(str, l, fmt, args);
  /external/libcxx/include/support/win32/
locale_win32.h 106 #define vsprintf_l( __s, __l, __f, ... ) _vsprintf_l( __s, __f, __l, __VA_ARGS__ ) macro
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 106 #define vsprintf_l( __s, __l, __f, ... ) _vsprintf_l( __s, __f, __l, __VA_ARGS__ ) macro
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 106 #define vsprintf_l( __s, __l, __f, ... ) _vsprintf_l( __s, __f, __l, __VA_ARGS__ ) macro

Completed in 357 milliseconds