Searched refs:__we (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | __locale | 1266 _OutputIterator operator()(_OutputIterator __s, const _CharT* __wb, const _CharT* __we) const; 1272 …ABI _OutputIterator operator()(_OutputIterator __s, const _CharT* __wb, const _CharT* __we) const { 1273 for (; __wb < __we; ++__wb, ++__s) 1288 …ABI _OutputIterator operator()(_OutputIterator __s, const _CharT* __wb, const _CharT* __we) const { 1291 while (__wb < __we && __r != error) { 1296 … __r = do_out(__mb, (const char16_t*)__wb, (const char16_t*)__we, __wn, __buf, __buf + __sz, __bn); 1316 …ABI _OutputIterator operator()(_OutputIterator __s, const _CharT* __wb, const _CharT* __we) const { 1319 while (__wb < __we && __r != error) { 1324 … __r = do_out(__mb, (const char32_t*)__wb, (const char32_t*)__we, __wn, __buf, __buf + __sz, __bn);
|
H A D | locale | 2111 void __do_put(wchar_t* __wb, wchar_t*& __we, const tm* __tm, char __fmt, char __mod) const; 2442 char_type* __we); 2482 char_type* __we) { 2584 if (__wn == __we) 2585 std::__double_or_nothing(__wb, __wn, __we); 2611 if (__wn == __we) 2612 std::__double_or_nothing(__wb, __wn, __we); 2649 char_type* __we = __wbuf + __bz; 2653 if (__do_get(__b, __e, __intl, __loc, __iob.flags(), __err, __neg, __ct, __wb, __wn, __we)) { 2686 char_type* __we = __wbuf + __bz; [all …]
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | locale.cpp | 5049 void __time_put::__do_put(wchar_t* __wb, wchar_t*& __we, const tm* __tm, char __fmt, char __mod) co… in __do_put() argument 5055 size_t j = __libcpp_mbsrtowcs_l(__wb, &__nb, countof(__wb, __we), &mb, __loc_); in __do_put() 5058 __we = __wb + j; in __do_put()
|