Searched refs:__wk (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__chrono/ |
| H A D | weekday.h | 98 const int __wk = (__wdu >= 0 ? __wdu : __wdu - 6) / 7; variable 99 return days{__wdu - __wk * 7};
|
| /freebsd/contrib/llvm-project/libcxx/include/__locale_dir/ |
| H A D | time.h | 217 const string_type* __wk = this->__weeks(); in __get_weekdayname() local 218 …trdiff_t __i = std::__scan_keyword(__b, __e, __wk, __wk + 14, __ct, __err, false) - __wk; in __get_weekdayname()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | locale | 1660 const string_type* __wk = this->__weeks(); 1661 …trdiff_t __i = std::__scan_keyword(__b, __e, __wk, __wk + 14, __ct, __err, false) - __wk;
|