Lines Matching defs:_to_end

2776   uint8_t* _to_end         = reinterpret_cast<uint8_t*>(to_end);
2778 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt);
2796 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end);
2798 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt);
2843 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
2845 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt);
2863 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end);
2865 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt);
2910 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
2912 result r = ucs4_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt);
2930 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end);
2932 result r = utf8_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt);
2977 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
2979 result r = ucs4_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt);
2997 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end);
2999 result r = utf8_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt);
3047 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3050 result r = ucs2_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_);
3052 result r = ucs4_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_);
3072 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end);
3074 result r = utf8_to_ucs2(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_);
3077 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end);
3079 result r = utf8_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_);
3135 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3137 result r = ucs2_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_);
3155 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end);
3157 result r = utf8_to_ucs2(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_);
3202 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3204 result r = ucs4_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_);
3222 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end);
3224 result r = utf8_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_);
3276 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3279 result r = ucs2_to_utf16be(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_);
3281 result r = ucs4_to_utf16be(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_);
3301 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end);
3303 result r = utf16be_to_ucs2(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_);
3306 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end);
3308 result r = utf16be_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_);
3368 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3371 result r = ucs2_to_utf16le(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_);
3373 result r = ucs4_to_utf16le(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_);
3393 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end);
3395 result r = utf16le_to_ucs2(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_);
3398 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end);
3400 result r = utf16le_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_);
3455 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3457 result r = ucs2_to_utf16be(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_);
3475 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end);
3477 result r = utf16be_to_ucs2(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_);
3522 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3524 result r = ucs2_to_utf16le(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_);
3542 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end);
3544 result r = utf16le_to_ucs2(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_);
3589 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3591 result r = ucs4_to_utf16be(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_);
3609 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end);
3611 result r = utf16be_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_);
3656 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3658 result r = ucs4_to_utf16le(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_);
3676 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end);
3678 result r = utf16le_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_);
3730 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3732 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_);
3751 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end);
3755 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end);
3758 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_);
3802 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3804 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_);
3822 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end);
3824 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_);
3869 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3871 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_);
3889 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end);
3891 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_);