Searched refs:intern_type (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | codecvt | 83 typedef wchar_t intern_type; 94 const intern_type* __frm, 95 const intern_type* __frm_end, 96 const intern_type*& __frm_nxt, 104 intern_type* __to, 105 intern_type* __to_end, 106 intern_type*& __to_nxt) const override; 122 typedef char16_t intern_type; 132 const intern_type* __frm, 133 const intern_type* __frm_end, [all …]
|
| H A D | __locale | 746 typedef char intern_type; 754 const intern_type* __frm, 755 const intern_type* __frm_end, 756 const intern_type*& __frm_nxt, 773 intern_type* __to, 774 intern_type* __to_end, 775 intern_type*& __to_nxt) const { 799 const intern_type* __frm, 800 const intern_type* __frm_end, 801 const intern_type*& __frm_nxt, [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | codecvt | 91 typedef wchar_t intern_type; 102 const intern_type* __frm, 103 const intern_type* __frm_end, 104 const intern_type*& __frm_nxt, 112 intern_type* __to, 113 intern_type* __to_end, 114 intern_type*& __to_nxt) const override; 130 typedef char16_t intern_type; 140 const intern_type* __frm, 141 const intern_type* __frm_end, [all …]
|
| H A D | __locale | 741 typedef char intern_type; 749 const intern_type* __frm, 750 const intern_type* __frm_end, 751 const intern_type*& __frm_nxt, 768 intern_type* __to, 769 intern_type* __to_end, 770 intern_type*& __to_nxt) const { 794 const intern_type* __frm, 795 const intern_type* __frm_end, 796 const intern_type*& __frm_nxt, [all …]
|
| /freebsd/contrib/llvm-project/libcxx/src/ |
| H A D | locale.cpp | 1207 const intern_type* frm, in do_out() argument 1208 const intern_type*, in do_out() 1209 const intern_type*& frm_nxt, in do_out() 1223 intern_type* to, in do_in() argument 1224 intern_type*, in do_in() 1225 intern_type*& to_nxt) const { in do_in() 1272 const intern_type* frm, in do_out() 1273 const intern_type* frm_end, in do_out() 1274 const intern_type*& frm_nxt, in do_out() 1279 const intern_type* fend = frm; in do_out() [all …]
|