HomeSort by relevance Sort by last modified time
    Searched defs:strftime_l (Results 1 - 10 of 10) sorted by null

  /ndk/sources/android/support/src/musl-locale/
strftime_l.c 4 size_t strftime_l(char *restrict s, size_t n, const char *restrict f, const struct tm *restrict tm, locale_t l) function
  /bionic/libc/bionic/
locale.cpp 195 size_t strftime_l(char* s, size_t max, const char* format, const struct tm* tm, locale_t) { function
  /external/libcxx/include/support/xlocale/
xlocale.h 146 static inline size_t strftime_l(char *s, size_t max, const char *format, function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
xlocale.c 98 size_t strftime_l(char *__s, size_t __size, const char *__fmt, const struct tm function
  /external/libcxx/include/support/ibm/
xlocale.h 266 // strftime_l() is defined by POSIX. However, AIX 7.1 does not have it
269 size_t strftime_l(char *__s, size_t __size, const char *__fmt, function
  /external/libcxx/include/support/win32/
locale_win32.h 102 #define strftime_l _strftime_l macro
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
xlocale.h 266 // strftime_l() is defined by POSIX. However, AIX 7.1 does not have it
269 size_t strftime_l(char *__s, size_t __size, const char *__fmt, function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 102 #define strftime_l _strftime_l macro
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
xlocale.h 266 // strftime_l() is defined by POSIX. However, AIX 7.1 does not have it
269 size_t strftime_l(char *__s, size_t __size, const char *__fmt, function
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 102 #define strftime_l _strftime_l macro

Completed in 130 milliseconds