D | codecvt.cpp | 87 extern_type* to, in do_out() argument 90 ptrdiff_t len = (min) (from_end - from, to_limit - to); in do_out() 91 copy(from, from + len, to); in do_out() 93 to_next = to + len; in do_out() 102 intern_type* to, in do_in() argument 105 ptrdiff_t len = (min) (from_end - from, to_limit - to); in do_in() 107 __REINTERPRET_CAST(const unsigned char*, from) + len, to); in do_in() 109 to_next = to + len; in do_in() 115 extern_type* to, in do_unshift() argument 118 to_next = to; in do_unshift()
|