Home
last modified time | relevance | path

Searched refs:__wk (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dweekday.h98 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 Dtime.h217 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 Dlocale1660 const string_type* __wk = this->__weeks();
1661 …trdiff_t __i = std::__scan_keyword(__b, __e, __wk, __wk + 14, __ct, __err, false) - __wk;