Lines Matching defs:_to
2770 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
2772 uint8_t* _to_nxt = _to;
2773 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt);
2775 to_nxt = to + (_to_nxt - _to);
2790 uint16_t* _to = reinterpret_cast<uint16_t*>(to);
2792 uint16_t* _to_nxt = _to;
2793 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt);
2795 to_nxt = to + (_to_nxt - _to);
2837 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
2839 uint8_t* _to_nxt = _to;
2840 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt);
2842 to_nxt = to + (_to_nxt - _to);
2857 uint16_t* _to = reinterpret_cast<uint16_t*>(to);
2859 uint16_t* _to_nxt = _to;
2860 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt);
2862 to_nxt = to + (_to_nxt - _to);
2904 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
2906 uint8_t* _to_nxt = _to;
2907 result r = ucs4_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt);
2909 to_nxt = to + (_to_nxt - _to);
2924 uint32_t* _to = reinterpret_cast<uint32_t*>(to);
2926 uint32_t* _to_nxt = _to;
2927 result r = utf8_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt);
2929 to_nxt = to + (_to_nxt - _to);
2971 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
2973 uint8_t* _to_nxt = _to;
2974 result r = ucs4_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt);
2976 to_nxt = to + (_to_nxt - _to);
2991 uint32_t* _to = reinterpret_cast<uint32_t*>(to);
2993 uint32_t* _to_nxt = _to;
2994 result r = utf8_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt);
2996 to_nxt = to + (_to_nxt - _to);
3041 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
3043 uint8_t* _to_nxt = _to;
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_);
3050 to_nxt = to + (_to_nxt - _to);
3066 uint16_t* _to = reinterpret_cast<uint16_t*>(to);
3068 uint16_t* _to_nxt = _to;
3069 result r = utf8_to_ucs2(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_);
3071 uint32_t* _to = reinterpret_cast<uint32_t*>(to);
3073 uint32_t* _to_nxt = _to;
3074 result r = utf8_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_);
3077 to_nxt = to + (_to_nxt - _to);
3129 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
3131 uint8_t* _to_nxt = _to;
3132 result r = ucs2_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_);
3134 to_nxt = to + (_to_nxt - _to);
3149 uint16_t* _to = reinterpret_cast<uint16_t*>(to);
3151 uint16_t* _to_nxt = _to;
3152 result r = utf8_to_ucs2(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_);
3154 to_nxt = to + (_to_nxt - _to);
3196 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
3198 uint8_t* _to_nxt = _to;
3199 result r = ucs4_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_);
3201 to_nxt = to + (_to_nxt - _to);
3216 uint32_t* _to = reinterpret_cast<uint32_t*>(to);
3218 uint32_t* _to_nxt = _to;
3219 result r = utf8_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_);
3221 to_nxt = to + (_to_nxt - _to);
3270 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
3272 uint8_t* _to_nxt = _to;
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_);
3279 to_nxt = to + (_to_nxt - _to);
3295 uint16_t* _to = reinterpret_cast<uint16_t*>(to);
3297 uint16_t* _to_nxt = _to;
3298 result r = utf16be_to_ucs2(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_);
3300 uint32_t* _to = reinterpret_cast<uint32_t*>(to);
3302 uint32_t* _to_nxt = _to;
3303 result r = utf16be_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_);
3306 to_nxt = to + (_to_nxt - _to);
3362 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
3364 uint8_t* _to_nxt = _to;
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_);
3371 to_nxt = to + (_to_nxt - _to);
3387 uint16_t* _to = reinterpret_cast<uint16_t*>(to);
3389 uint16_t* _to_nxt = _to;
3390 result r = utf16le_to_ucs2(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_);
3392 uint32_t* _to = reinterpret_cast<uint32_t*>(to);
3394 uint32_t* _to_nxt = _to;
3395 result r = utf16le_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_);
3398 to_nxt = to + (_to_nxt - _to);
3449 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
3451 uint8_t* _to_nxt = _to;
3452 result r = ucs2_to_utf16be(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_);
3454 to_nxt = to + (_to_nxt - _to);
3469 uint16_t* _to = reinterpret_cast<uint16_t*>(to);
3471 uint16_t* _to_nxt = _to;
3472 result r = utf16be_to_ucs2(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_);
3474 to_nxt = to + (_to_nxt - _to);
3516 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
3518 uint8_t* _to_nxt = _to;
3519 result r = ucs2_to_utf16le(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_);
3521 to_nxt = to + (_to_nxt - _to);
3536 uint16_t* _to = reinterpret_cast<uint16_t*>(to);
3538 uint16_t* _to_nxt = _to;
3539 result r = utf16le_to_ucs2(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_);
3541 to_nxt = to + (_to_nxt - _to);
3583 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
3585 uint8_t* _to_nxt = _to;
3586 result r = ucs4_to_utf16be(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_);
3588 to_nxt = to + (_to_nxt - _to);
3603 uint32_t* _to = reinterpret_cast<uint32_t*>(to);
3605 uint32_t* _to_nxt = _to;
3606 result r = utf16be_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_);
3608 to_nxt = to + (_to_nxt - _to);
3650 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
3652 uint8_t* _to_nxt = _to;
3653 result r = ucs4_to_utf16le(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_);
3655 to_nxt = to + (_to_nxt - _to);
3670 uint32_t* _to = reinterpret_cast<uint32_t*>(to);
3672 uint32_t* _to_nxt = _to;
3673 result r = utf16le_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_);
3675 to_nxt = to + (_to_nxt - _to);
3724 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
3726 uint8_t* _to_nxt = _to;
3727 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_);
3729 to_nxt = to + (_to_nxt - _to);
3745 uint16_t* _to = reinterpret_cast<uint16_t*>(to);
3747 uint16_t* _to_nxt = _to;
3749 uint32_t* _to = reinterpret_cast<uint32_t*>(to);
3751 uint32_t* _to_nxt = _to;
3753 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_);
3755 to_nxt = to + (_to_nxt - _to);
3796 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
3798 uint8_t* _to_nxt = _to;
3799 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_);
3801 to_nxt = to + (_to_nxt - _to);
3816 uint16_t* _to = reinterpret_cast<uint16_t*>(to);
3818 uint16_t* _to_nxt = _to;
3819 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_);
3821 to_nxt = to + (_to_nxt - _to);
3863 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
3865 uint8_t* _to_nxt = _to;
3866 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_);
3868 to_nxt = to + (_to_nxt - _to);
3883 uint32_t* _to = reinterpret_cast<uint32_t*>(to);
3885 uint32_t* _to_nxt = _to;
3886 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_);
3888 to_nxt = to + (_to_nxt - _to);