Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dcodecvt110 …int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx) const …
148 …int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx) const …
185 …int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx) const …
240 …int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx) const …
279 …int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx) const …
317 …int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx) const …
354 …int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx) const …
391 …int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx) const …
428 …int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx) const …
485 …int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx) const …
[all …]
H A D__locale785 return do_length(__st, __frm, __end, __mx);
816 …virtual int do_length(state_type& __st, const extern_type* __frm, const extern_type* __end, size_t…
867 return do_length(__st, __frm, __end, __mx);
898 …virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx…
947 return do_length(__st, __frm, __end, __mx);
978 …virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx…
1028 return do_length(__st, __frm, __end, __mx);
1059 …virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx…
1109 return do_length(__st, __frm, __end, __mx);
1140 …virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx…
[all …]
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcodecvt118 …int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx) const …
156 …int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx) const …
193 …int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx) const …
248 …int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx) const …
287 …int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx) const …
325 …int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx) const …
362 …int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx) const …
399 …int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx) const …
436 …int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx) const …
492 …int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx) const …
[all …]
H A D__locale780 return do_length(__st, __frm, __end, __mx);
811 …virtual int do_length(state_type& __st, const extern_type* __frm, const extern_type* __end, size_t…
862 return do_length(__st, __frm, __end, __mx);
893 …virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx…
943 return do_length(__st, __frm, __end, __mx);
974 …virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx…
1024 return do_length(__st, __frm, __end, __mx);
1055 …virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx…
1106 return do_length(__st, __frm, __end, __mx);
1137 …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.cpp1241 int codecvt<char, char, mbstate_t>::do_length( in do_length() function in codecvt
1418 int codecvt<wchar_t, char, mbstate_t>::do_length( in do_length() function in codecvt
2725 int codecvt<char16_t, char, mbstate_t>::do_length( in do_length() function in codecvt
2792 int codecvt<char16_t, char8_t, mbstate_t>::do_length( in do_length() function in codecvt
2859 int codecvt<char32_t, char, mbstate_t>::do_length( in do_length() function in codecvt
2926 int codecvt<char32_t, char8_t, mbstate_t>::do_length( in do_length() function in codecvt
3007 int __codecvt_utf8<wchar_t>::do_length( in do_length() function in __codecvt_utf8
3084 int __codecvt_utf8<char16_t>::do_length( in do_length() function in __codecvt_utf8
3151 int __codecvt_utf8<char32_t>::do_length( in do_length() function in __codecvt_utf8
3236 int __codecvt_utf16<wchar_t, false>::do_length( in do_length() function in __codecvt_utf16
[all …]