Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/
H A Dcodecvt112 …int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx) const …
150 …int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx) const …
187 …int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx) const …
242 …int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx) const …
281 …int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx) const …
319 …int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx) const …
356 …int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx) const …
393 …int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx) const …
430 …int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx) const …
487 …int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx) const …
[all …]
H A D__locale787 return do_length(__st, __frm, __end, __mx);
818 …virtual int do_length(state_type& __st, const extern_type* __frm, const extern_type* __end, size_t…
869 return do_length(__st, __frm, __end, __mx);
900 …virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx…
950 return do_length(__st, __frm, __end, __mx);
981 …virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx…
1031 return do_length(__st, __frm, __end, __mx);
1062 …virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx…
1113 return do_length(__st, __frm, __end, __mx);
1144 …virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx…
[all …]
/freebsd/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp1325 int codecvt<char, char, mbstate_t>::do_length( in do_length() function in codecvt
1502 int codecvt<wchar_t, char, mbstate_t>::do_length( in do_length() function in codecvt
2809 int codecvt<char16_t, char, mbstate_t>::do_length( in do_length() function in codecvt
2876 int codecvt<char16_t, char8_t, mbstate_t>::do_length( in do_length() function in codecvt
2943 int codecvt<char32_t, char, mbstate_t>::do_length( in do_length() function in codecvt
3010 int codecvt<char32_t, char8_t, mbstate_t>::do_length( in do_length() function in codecvt
3091 int __codecvt_utf8<wchar_t>::do_length( in do_length() function in __codecvt_utf8
3168 int __codecvt_utf8<char16_t>::do_length( in do_length() function in __codecvt_utf8
3235 int __codecvt_utf8<char32_t>::do_length( in do_length() function in __codecvt_utf8
3320 int __codecvt_utf16<wchar_t, false>::do_length( in do_length() function in __codecvt_utf16
[all …]