Home
last modified time | relevance | path

Searched refs:__we (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/
H A Dmoney.h270 char_type* __we);
312 char_type* __we) { in __do_get() argument
414 if (__wn == __we) in __do_get()
415 std::__double_or_nothing(__wb, __wn, __we); in __do_get()
441 if (__wn == __we) in __do_get()
442 std::__double_or_nothing(__wb, __wn, __we); in __do_get()
479 char_type* __we = __wbuf + __bz; in do_get() local
483 if (__do_get(__b, __e, __intl, __loc, __iob.flags(), __err, __neg, __ct, __wb, __wn, __we)) { in do_get()
518 char_type* __we = __wbuf + __bz; in do_get() local
522 if (__do_get(__b, __e, __intl, __loc, __iob.flags(), __err, __neg, __ct, __wb, __wn, __we)) { in do_get()
H A Dtime.h665 void __do_put(wchar_t* __wb, wchar_t*& __we, const tm* __tm, char __fmt, char __mod) const;
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A D__locale1260 _OutputIterator operator()(_OutputIterator __s, const _CharT* __wb, const _CharT* __we) const;
1266 …ABI _OutputIterator operator()(_OutputIterator __s, const _CharT* __wb, const _CharT* __we) const {
1267 for (; __wb < __we; ++__wb, ++__s)
1282 …ABI _OutputIterator operator()(_OutputIterator __s, const _CharT* __wb, const _CharT* __we) const {
1285 while (__wb < __we && __r != error) {
1290 … __r = do_out(__mb, (const char16_t*)__wb, (const char16_t*)__we, __wn, __buf, __buf + __sz, __bn);
1310 …ABI _OutputIterator operator()(_OutputIterator __s, const _CharT* __wb, const _CharT* __we) const {
1313 while (__wb < __we && __r != error) {
1318 … __r = do_out(__mb, (const char32_t*)__wb, (const char32_t*)__we, __wn, __buf, __buf + __sz, __bn);
H A Dlocale2111 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/include/
H A D__locale1259 _OutputIterator operator()(_OutputIterator __s, const _CharT* __wb, const _CharT* __we) const;
1265 …ABI _OutputIterator operator()(_OutputIterator __s, const _CharT* __wb, const _CharT* __we) const {
1266 for (; __wb < __we; ++__wb, ++__s)
1281 …ABI _OutputIterator operator()(_OutputIterator __s, const _CharT* __wb, const _CharT* __we) const {
1284 while (__wb < __we && __r != error) {
1289 … __r = do_out(__mb, (const char16_t*)__wb, (const char16_t*)__we, __wn, __buf, __buf + __sz, __bn);
1309 …ABI _OutputIterator operator()(_OutputIterator __s, const _CharT* __wb, const _CharT* __we) const {
1312 while (__wb < __we && __r != error) {
1317 … __r = do_out(__mb, (const char32_t*)__wb, (const char32_t*)__we, __wn, __buf, __buf + __sz, __bn);
/freebsd/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp4965 void __time_put::__do_put(wchar_t* __wb, wchar_t*& __we, const tm* __tm, char __fmt, char __mod) co… in __do_put() argument
4971 size_t j = __locale::__mbsrtowcs(__wb, &__nb, countof(__wb, __we), &mb, __loc_); in __do_put()
4974 __we = __wb + j; in __do_put()