Lines Matching refs:_to_end
2771 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out() local
2773 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out()
2791 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end); in do_in() local
2793 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_in()
2838 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out() local
2840 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out()
2858 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end); in do_in() local
2860 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_in()
2905 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out() local
2907 result r = ucs4_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out()
2925 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end); in do_in() local
2927 result r = utf8_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_in()
2972 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out() local
2974 result r = ucs4_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out()
2992 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end); in do_in() local
2994 result r = utf8_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_in()
3042 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out() local
3045 result r = ucs2_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_); in do_out()
3047 result r = ucs4_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_); in do_out()
3067 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end); in do_in() local
3069 …result r = utf8_to_ucs2(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mo… in do_in()
3072 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end); in do_in() local
3074 …result r = utf8_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mo… in do_in()
3130 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out() local
3132 …result r = ucs2_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode… in do_out()
3150 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end); in do_in() local
3152 …result r = utf8_to_ucs2(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_… in do_in()
3197 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out() local
3199 …result r = ucs4_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode… in do_out()
3217 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end); in do_in() local
3219 …result r = utf8_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_… in do_in()
3271 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out() local
3274 result r = ucs2_to_utf16be(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_); in do_out()
3276 result r = ucs4_to_utf16be(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_); in do_out()
3296 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end); in do_in() local
3298 …result r = utf16be_to_ucs2(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, _… in do_in()
3301 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end); in do_in() local
3303 …result r = utf16be_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, _… in do_in()
3363 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out() local
3366 result r = ucs2_to_utf16le(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_); in do_out()
3368 result r = ucs4_to_utf16le(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_); in do_out()
3388 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end); in do_in() local
3390 …result r = utf16le_to_ucs2(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, _… in do_in()
3393 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end); in do_in() local
3395 …result r = utf16le_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, _… in do_in()
3450 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out() local
3452 …result r = ucs2_to_utf16be(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxc… in do_out()
3470 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end); in do_in() local
3472 …result r = utf16be_to_ucs2(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxco… in do_in()
3517 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out() local
3519 …result r = ucs2_to_utf16le(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxc… in do_out()
3537 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end); in do_in() local
3539 …result r = utf16le_to_ucs2(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxco… in do_in()
3584 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out() local
3586 …result r = ucs4_to_utf16be(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxc… in do_out()
3604 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end); in do_in() local
3606 …result r = utf16be_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxco… in do_in()
3651 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out() local
3653 …result r = ucs4_to_utf16le(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxc… in do_out()
3671 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end); in do_in() local
3673 …result r = utf16le_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxco… in do_in()
3725 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out() local
3727 …result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mo… in do_out()
3746 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end); in do_in() local
3750 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end); in do_in() local
3753 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_); in do_in()
3797 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out() local
3799 …result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcod… in do_out()
3817 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end); in do_in() local
3819 …result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode… in do_in()
3864 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out() local
3866 …result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcod… in do_out()
3884 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end); in do_in() local
3886 …result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode… in do_in()