Searched refs:__fmt (Results 1 - 4 of 4) sorted by relevance

/external/libcxx/include/support/ibm/
H A Dxlocale.h269 size_t strftime_l(char *__s, size_t __size, const char *__fmt, argument
271 return __xstrftime(locale, __s, __size, __fmt, __tm);
/external/libcxx/src/support/solaris/
H A Dxlocale.c98 size_t strftime_l(char *__s, size_t __size, const char *__fmt, const struct tm argument
102 __s, __size, __fmt, __tm);
/external/libcxx/include/support/solaris/
H A Dxlocale.h103 size_t strftime_l(char *__s, size_t __size, const char *__fmt, const struct tm
/external/libcxx/src/
H A Dlocale.cpp5400 char __fmt, char __mod) const
5402 char fmt[] = {'%', __fmt, __mod, 0};
5411 char __fmt, char __mod) const
5415 __do_put(__nar, __ne, __tm, __fmt, __mod);
5399 __do_put(char* __nb, char*& __ne, const tm* __tm, char __fmt, char __mod) const argument
5410 __do_put(wchar_t* __wb, wchar_t*& __we, const tm* __tm, char __fmt, char __mod) const argument

Completed in 110 milliseconds