Lines Matching full:_to_end
3184 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3186 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt);
3201 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end);
3203 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt);
3261 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3263 result r = ucs4_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt);
3278 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end);
3280 result r = utf8_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt);
3338 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3341 result r = ucs2_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3344 result r = ucs4_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3362 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end);
3364 result r = utf8_to_ucs2(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3368 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end);
3370 result r = utf8_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3426 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3428 result r = ucs2_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3444 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end);
3446 result r = utf8_to_ucs2(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3501 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3503 result r = ucs4_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3519 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end);
3521 result r = utf8_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3576 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3578 result r = ucs4_to_utf16be(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3594 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end);
3596 result r = utf16be_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3651 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3653 result r = ucs4_to_utf16le(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3669 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end);
3671 result r = utf16le_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3726 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3728 result r = ucs2_to_utf16be(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3744 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end);
3746 result r = utf16be_to_ucs2(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3801 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3803 result r = ucs2_to_utf16le(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3819 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end);
3821 result r = utf16le_to_ucs2(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3876 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3878 result r = ucs4_to_utf16be(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3894 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end);
3896 result r = utf16be_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3951 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3953 result r = ucs4_to_utf16le(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3969 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end);
3971 result r = utf16le_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
4026 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
4028 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
4044 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end);
4046 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
4101 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
4103 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
4119 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end);
4121 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
4176 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
4178 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
4194 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end);
4196 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,