Lines Matching defs:_to_end

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