Searched refs:countof (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/libcxx/src/ |
| H A D | locale.cpp | 105 countof(const T (&)[N]) in countof() function 114 countof(const T * const begin, const T * const end) in countof() function 5387 strftime_l(buf, countof(buf), f, &t, __loc_); in __analyze() 5530 strftime_l(buf, countof(buf), "%A", &t, __loc_); in init() 5532 strftime_l(buf, countof(buf), "%a", &t, __loc_); in init() 5539 strftime_l(buf, countof(buf), "%B", &t, __loc_); in init() 5541 strftime_l(buf, countof(buf), "%b", &t, __loc_); in init() 5546 strftime_l(buf, countof(buf), "%p", &t, __loc_); in init() 5549 strftime_l(buf, countof(buf), "%p", &t, __loc_); in init() 5611 strftime_l(buf, countof(buf), "%p", &t, __loc_); in init() [all …]
|