Home | History | Annotate | Download | only in src

Lines Matching refs:_to

3126     uint8_t* _to
3128 uint8_t* _to_nxt = _to;
3129 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt);
3131 to_nxt = to + (_to_nxt - _to);
3143 uint16_t* _to = reinterpret_cast<uint16_t*>(to);
3145 uint16_t* _to_nxt = _to;
3146 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt);
3148 to_nxt = to + (_to_nxt - _to);
3203 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
3205 uint8_t* _to_nxt = _to;
3206 result r = ucs4_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt);
3208 to_nxt = to + (_to_nxt - _to);
3220 uint32_t* _to = reinterpret_cast<uint32_t*>(to);
3222 uint32_t* _to_nxt = _to;
3223 result r = utf8_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt);
3225 to_nxt = to + (_to_nxt - _to);
3280 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
3282 uint8_t* _to_nxt = _to;
3284 result r = ucs2_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3287 result r = ucs4_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3291 to_nxt = to + (_to_nxt - _to);
3304 uint16_t* _to = reinterpret_cast<uint16_t*>(to);
3306 uint16_t* _to_nxt = _to;
3307 result r = utf8_to_ucs2(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3310 uint32_t* _to = reinterpret_cast<uint32_t*>(to);
3312 uint32_t* _to_nxt = _to;
3313 result r = utf8_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3317 to_nxt = to + (_to_nxt - _to);
3368 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
3370 uint8_t* _to_nxt = _to;
3371 result r = ucs2_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3374 to_nxt = to + (_to_nxt - _to);
3386 uint16_t* _to = reinterpret_cast<uint16_t*>(to);
3388 uint16_t* _to_nxt = _to;
3389 result r = utf8_to_ucs2(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3392 to_nxt = to + (_to_nxt - _to);
3443 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
3445 uint8_t* _to_nxt = _to;
3446 result r = ucs4_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3449 to_nxt = to + (_to_nxt - _to);
3461 uint32_t* _to = reinterpret_cast<uint32_t*>(to);
3463 uint32_t* _to_nxt = _to;
3464 result r = utf8_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3467 to_nxt = to + (_to_nxt - _to);
3518 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
3520 uint8_t* _to_nxt = _to;
3521 result r = ucs4_to_utf16be(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3524 to_nxt = to + (_to_nxt - _to);
3536 uint32_t* _to = reinterpret_cast<uint32_t*>(to);
3538 uint32_t* _to_nxt = _to;
3539 result r = utf16be_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3542 to_nxt = to + (_to_nxt - _to);
3593 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
3595 uint8_t* _to_nxt = _to;
3596 result r = ucs4_to_utf16le(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3599 to_nxt = to + (_to_nxt - _to);
3611 uint32_t* _to = reinterpret_cast<uint32_t*>(to);
3613 uint32_t* _to_nxt = _to;
3614 result r = utf16le_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3617 to_nxt = to + (_to_nxt - _to);
3668 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
3670 uint8_t* _to_nxt = _to;
3671 result r = ucs2_to_utf16be(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3674 to_nxt = to + (_to_nxt - _to);
3686 uint16_t* _to = reinterpret_cast<uint16_t*>(to);
3688 uint16_t* _to_nxt = _to;
3689 result r = utf16be_to_ucs2(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3692 to_nxt = to + (_to_nxt - _to);
3743 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
3745 uint8_t* _to_nxt = _to;
3746 result r = ucs2_to_utf16le(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3749 to_nxt = to + (_to_nxt - _to);
3761 uint16_t* _to = reinterpret_cast<uint16_t*>(to);
3763 uint16_t* _to_nxt = _to;
3764 result r = utf16le_to_ucs2(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3767 to_nxt = to + (_to_nxt - _to);
3818 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
3820 uint8_t* _to_nxt = _to;
3821 result r = ucs4_to_utf16be(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3824 to_nxt = to + (_to_nxt - _to);
3836 uint32_t* _to = reinterpret_cast<uint32_t*>(to);
3838 uint32_t* _to_nxt = _to;
3839 result r = utf16be_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3842 to_nxt = to + (_to_nxt - _to);
3893 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
3895 uint8_t* _to_nxt = _to;
3896 result r = ucs4_to_utf16le(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3899 to_nxt = to + (_to_nxt - _to);
3911 uint32_t* _to = reinterpret_cast<uint32_t*>(to);
3913 uint32_t* _to_nxt = _to;
3914 result r = utf16le_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3917 to_nxt = to + (_to_nxt - _to);
3968 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
3970 uint8_t* _to_nxt = _to;
3971 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3974 to_nxt = to + (_to_nxt - _to);
3986 uint32_t* _to = reinterpret_cast<uint32_t*>(to);
3988 uint32_t* _to_nxt = _to;
3989 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3992 to_nxt = to + (_to_nxt - _to);
4043 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
4045 uint8_t* _to_nxt = _to;
4046 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
4049 to_nxt = to + (_to_nxt - _to);
4061 uint16_t* _to = reinterpret_cast<uint16_t*>(to);
4063 uint16_t* _to_nxt = _to;
4064 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
4067 to_nxt = to + (_to_nxt - _to);
4118 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
4120 uint8_t* _to_nxt = _to;
4121 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
4124 to_nxt = to + (_to_nxt - _to);
4136 uint32_t* _to = reinterpret_cast<uint32_t*>(to);
4138 uint32_t* _to_nxt = _to;
4139 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
4142 to_nxt = to + (_to_nxt - _to);