Lines Matching refs:_to_nxt
2772 uint8_t* _to_nxt = _to; in do_out() local
2773 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out()
2775 to_nxt = to + (_to_nxt - _to); in do_out()
2792 uint16_t* _to_nxt = _to; in do_in() local
2793 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_in()
2795 to_nxt = to + (_to_nxt - _to); in do_in()
2839 uint8_t* _to_nxt = _to; in do_out() local
2840 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out()
2842 to_nxt = to + (_to_nxt - _to); in do_out()
2859 uint16_t* _to_nxt = _to; in do_in() local
2860 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_in()
2862 to_nxt = to + (_to_nxt - _to); in do_in()
2906 uint8_t* _to_nxt = _to; in do_out() local
2907 result r = ucs4_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out()
2909 to_nxt = to + (_to_nxt - _to); in do_out()
2926 uint32_t* _to_nxt = _to; in do_in() local
2927 result r = utf8_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_in()
2929 to_nxt = to + (_to_nxt - _to); in do_in()
2973 uint8_t* _to_nxt = _to; in do_out() local
2974 result r = ucs4_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out()
2976 to_nxt = to + (_to_nxt - _to); in do_out()
2993 uint32_t* _to_nxt = _to; in do_in() local
2994 result r = utf8_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_in()
2996 to_nxt = to + (_to_nxt - _to); in do_in()
3043 uint8_t* _to_nxt = _to; 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()
3050 to_nxt = to + (_to_nxt - _to); in do_out()
3068 uint16_t* _to_nxt = _to; 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()
3073 uint32_t* _to_nxt = _to; 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()
3077 to_nxt = to + (_to_nxt - _to); in do_in()
3131 uint8_t* _to_nxt = _to; in do_out() local
3132 …result r = ucs2_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode… in do_out()
3134 to_nxt = to + (_to_nxt - _to); in do_out()
3151 uint16_t* _to_nxt = _to; in do_in() local
3152 …result r = utf8_to_ucs2(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_… in do_in()
3154 to_nxt = to + (_to_nxt - _to); in do_in()
3198 uint8_t* _to_nxt = _to; in do_out() local
3199 …result r = ucs4_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode… in do_out()
3201 to_nxt = to + (_to_nxt - _to); in do_out()
3218 uint32_t* _to_nxt = _to; in do_in() local
3219 …result r = utf8_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_… in do_in()
3221 to_nxt = to + (_to_nxt - _to); in do_in()
3272 uint8_t* _to_nxt = _to; 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()
3279 to_nxt = to + (_to_nxt - _to); in do_out()
3297 uint16_t* _to_nxt = _to; in do_in() local
3298 …result r = utf16be_to_ucs2(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, _… in do_in()
3302 uint32_t* _to_nxt = _to; in do_in() local
3303 …result r = utf16be_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, _… in do_in()
3306 to_nxt = to + (_to_nxt - _to); in do_in()
3364 uint8_t* _to_nxt = _to; 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()
3371 to_nxt = to + (_to_nxt - _to); in do_out()
3389 uint16_t* _to_nxt = _to; in do_in() local
3390 …result r = utf16le_to_ucs2(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, _… in do_in()
3394 uint32_t* _to_nxt = _to; in do_in() local
3395 …result r = utf16le_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, _… in do_in()
3398 to_nxt = to + (_to_nxt - _to); in do_in()
3451 uint8_t* _to_nxt = _to; in do_out() local
3452 …result r = ucs2_to_utf16be(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxc… in do_out()
3454 to_nxt = to + (_to_nxt - _to); in do_out()
3471 uint16_t* _to_nxt = _to; in do_in() local
3472 …result r = utf16be_to_ucs2(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxco… in do_in()
3474 to_nxt = to + (_to_nxt - _to); in do_in()
3518 uint8_t* _to_nxt = _to; in do_out() local
3519 …result r = ucs2_to_utf16le(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxc… in do_out()
3521 to_nxt = to + (_to_nxt - _to); in do_out()
3538 uint16_t* _to_nxt = _to; in do_in() local
3539 …result r = utf16le_to_ucs2(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxco… in do_in()
3541 to_nxt = to + (_to_nxt - _to); in do_in()
3585 uint8_t* _to_nxt = _to; in do_out() local
3586 …result r = ucs4_to_utf16be(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxc… in do_out()
3588 to_nxt = to + (_to_nxt - _to); in do_out()
3605 uint32_t* _to_nxt = _to; in do_in() local
3606 …result r = utf16be_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxco… in do_in()
3608 to_nxt = to + (_to_nxt - _to); in do_in()
3652 uint8_t* _to_nxt = _to; in do_out() local
3653 …result r = ucs4_to_utf16le(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxc… in do_out()
3655 to_nxt = to + (_to_nxt - _to); in do_out()
3672 uint32_t* _to_nxt = _to; in do_in() local
3673 …result r = utf16le_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxco… in do_in()
3675 to_nxt = to + (_to_nxt - _to); in do_in()
3726 uint8_t* _to_nxt = _to; 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()
3729 to_nxt = to + (_to_nxt - _to); in do_out()
3747 uint16_t* _to_nxt = _to; in do_in() local
3751 uint32_t* _to_nxt = _to; 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()
3755 to_nxt = to + (_to_nxt - _to); in do_in()
3798 uint8_t* _to_nxt = _to; in do_out() local
3799 …result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcod… in do_out()
3801 to_nxt = to + (_to_nxt - _to); in do_out()
3818 uint16_t* _to_nxt = _to; in do_in() local
3819 …result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode… in do_in()
3821 to_nxt = to + (_to_nxt - _to); in do_in()
3865 uint8_t* _to_nxt = _to; in do_out() local
3866 …result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcod… in do_out()
3868 to_nxt = to + (_to_nxt - _to); in do_out()
3885 uint32_t* _to_nxt = _to; in do_in() local
3886 …result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode… in do_in()
3888 to_nxt = to + (_to_nxt - _to); in do_in()