Searched refs:__we (Results 1 – 3 of 3) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | __locale | 1188 operator()(_OutputIterator __s, const _CharT* __wb, const _CharT* __we) const; 1197 operator()(_OutputIterator __s, const _CharT* __wb, const _CharT* __we) const 1199 for (; __wb < __we; ++__wb, ++__s) 1217 operator()(_OutputIterator __s, const _CharT* __wb, const _CharT* __we) const 1221 while (__wb < __we && __r != error) 1227 __r = do_out(__mb, (const char16_t*)__wb, (const char16_t*)__we, __wn, 1251 operator()(_OutputIterator __s, const _CharT* __wb, const _CharT* __we) const 1255 while (__wb < __we && __r != error) 1261 __r = do_out(__mb, (const char32_t*)__wb, (const char32_t*)__we, __wn,
|
D | locale | 2594 void __do_put(wchar_t* __wb, wchar_t*& __we, const tm* __tm, 2949 char_type*& __wn, char_type* __we); 2989 char_type*& __wn, char_type* __we) 3129 if (__wn == __we) 3130 __double_or_nothing(__wb, __wn, __we); 3164 if (__wn == __we) 3165 __double_or_nothing(__wb, __wn, __we); 3213 char_type* __we = __wbuf + __bz; 3218 __wb, __wn, __we)) 3257 char_type* __we = __wbuf + __bz; [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | locale.cpp | 5523 __time_put::__do_put(wchar_t* __wb, wchar_t*& __we, const tm* __tm, in __do_put() argument 5532 size_t j = mbsrtowcs_l(__wb, &__nb, countof(__wb, __we), &mb, __loc_); in __do_put() 5534 size_t j = __mbsrtowcs_l(__wb, &__nb, countof(__wb, __we), &mb, __loc_); in __do_put() 5538 __we = __wb + j; in __do_put()
|