| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | codecvt | 113 …int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx) const … 151 …int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx) const … 188 …int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx) const … 243 …int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx) const … 282 …int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx) const … 320 …int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx) const … 357 …int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx) const … 394 …int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx) const … 431 …int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx) const … 488 …int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx) const … [all …]
|
| H A D | __locale | 805 return do_length(__st, __frm, __end, __mx); 887 return do_length(__st, __frm, __end, __mx); 918 …virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx… 968 return do_length(__st, __frm, __end, __mx); 999 …virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx… 1049 return do_length(__st, __frm, __end, __mx); 1080 …virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx… 1131 return do_length(__st, __frm, __end, __mx); 1162 …virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx… 1212 return do_length(__st, __frm, __end, __mx); [all …]
|
| /freebsd-14.2/contrib/llvm-project/libcxx/src/ |
| H A D | locale.cpp | 1327 int codecvt<char, char, mbstate_t>::do_length( in do_length() function in codecvt 3093 int __codecvt_utf8<wchar_t>::do_length( in do_length() function in __codecvt_utf8 3170 int __codecvt_utf8<char16_t>::do_length( in do_length() function in __codecvt_utf8 3237 int __codecvt_utf8<char32_t>::do_length( in do_length() function in __codecvt_utf8 3322 int __codecvt_utf16<wchar_t, false>::do_length( in do_length() function in __codecvt_utf16 3414 int __codecvt_utf16<wchar_t, true>::do_length( in do_length() function in __codecvt_utf16 3557 int __codecvt_utf16<char16_t, true>::do_length( in do_length() function in __codecvt_utf16 3691 int __codecvt_utf16<char32_t, true>::do_length( in do_length() function in __codecvt_utf16 3771 int __codecvt_utf8_utf16<wchar_t>::do_length( in do_length() function in __codecvt_utf8_utf16 3837 int __codecvt_utf8_utf16<char16_t>::do_length( in do_length() function in __codecvt_utf8_utf16 [all …]
|