Home | History | Annotate | Download | only in src

Lines Matching refs:_to_end

3087     uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3089 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt);
3104 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end);
3106 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt);
3164 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3166 result r = ucs4_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt);
3181 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end);
3183 result r = utf8_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt);
3241 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3244 result r = ucs2_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3247 result r = ucs4_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3265 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end);
3267 result r = utf8_to_ucs2(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3271 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end);
3273 result r = utf8_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3329 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3331 result r = ucs2_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3347 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end);
3349 result r = utf8_to_ucs2(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3404 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3406 result r = ucs4_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3422 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end);
3424 result r = utf8_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3479 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3481 result r = ucs4_to_utf16be(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3497 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end);
3499 result r = utf16be_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3554 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3556 result r = ucs4_to_utf16le(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3572 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end);
3574 result r = utf16le_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3629 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3631 result r = ucs2_to_utf16be(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3647 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end);
3649 result r = utf16be_to_ucs2(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3704 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3706 result r = ucs2_to_utf16le(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3722 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end);
3724 result r = utf16le_to_ucs2(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3779 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3781 result r = ucs4_to_utf16be(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3797 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end);
3799 result r = utf16be_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3854 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3856 result r = ucs4_to_utf16le(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3872 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end);
3874 result r = utf16le_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3929 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3931 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3947 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end);
3949 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
4004 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
4006 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
4022 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end);
4024 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
4079 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
4081 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
4097 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end);
4099 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,