| locale.cpp | 118 countof(const T (&)[N]) 127 countof(const T * const begin, const T * const end) function in namespace:__anon3643 4983 size_t n = strftime_l(buf, countof(buf), f, &t, __loc_); 5131 strftime_l(buf, countof(buf), f, &t, __loc_); 5136 size_t j = __libcpp_mbsrtowcs_l( wbb, &bb, countof(wbuf), &mb, __loc_); 5273 strftime_l(buf, countof(buf), "%A", &t, __loc_); 5275 strftime_l(buf, countof(buf), "%a", &t, __loc_); 5282 strftime_l(buf, countof(buf), "%B", &t, __loc_); 5284 strftime_l(buf, countof(buf), "%b", &t, __loc_); 5289 strftime_l(buf, countof(buf), "%p", &t, __loc_) [all...] |