Searched refs:intern_type (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | codecvt | 85 typedef wchar_t intern_type; 96 const intern_type* __frm, 97 const intern_type* __frm_end, 98 const intern_type*& __frm_nxt, 106 intern_type* __to, 107 intern_type* __to_end, 108 intern_type*& __to_nxt) const override; 124 typedef char16_t intern_type; 134 const intern_type* __frm, 135 const intern_type* __frm_end, [all …]
|
H A D | __locale | 748 typedef char intern_type; 756 const intern_type* __frm, 757 const intern_type* __frm_end, 758 const intern_type*& __frm_nxt, 775 intern_type* __to, 776 intern_type* __to_end, 777 intern_type*& __to_nxt) const { 801 const intern_type* __frm, 802 const intern_type* __frm_end, 803 const intern_type*& __frm_nxt, [all …]
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | locale.cpp | 1291 const intern_type* frm, in do_out() argument 1292 const intern_type*, in do_out() 1293 const intern_type*& frm_nxt, in do_out() 1307 intern_type* to, in do_in() argument 1308 intern_type*, in do_in() 1309 intern_type*& to_nxt) const { in do_in() 1356 const intern_type* frm, in do_out() 1357 const intern_type* frm_end, in do_out() 1358 const intern_type*& frm_nxt, in do_out() 1363 const intern_type* fend = frm; in do_out() [all …]
|