Home | History | Annotate | Download | only in src

Lines Matching refs:_to_end

3166     uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3168 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt);
3183 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end);
3185 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt);
3243 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3245 result r = ucs4_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt);
3260 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end);
3262 result r = utf8_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt);
3320 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3323 result r = ucs2_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3326 result r = ucs4_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3344 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end);
3346 result r = utf8_to_ucs2(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3350 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end);
3352 result r = utf8_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3408 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3410 result r = ucs2_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3426 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end);
3428 result r = utf8_to_ucs2(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3483 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3485 result r = ucs4_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3501 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end);
3503 result r = utf8_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3558 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3560 result r = ucs4_to_utf16be(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3576 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end);
3578 result r = utf16be_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3633 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3635 result r = ucs4_to_utf16le(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3651 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end);
3653 result r = utf16le_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3708 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3710 result r = ucs2_to_utf16be(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3726 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end);
3728 result r = utf16be_to_ucs2(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3783 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3785 result r = ucs2_to_utf16le(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3801 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end);
3803 result r = utf16le_to_ucs2(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3858 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3860 result r = ucs4_to_utf16be(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3876 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end);
3878 result r = utf16be_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3933 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3935 result r = ucs4_to_utf16le(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3951 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end);
3953 result r = utf16le_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
4008 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
4010 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
4026 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end);
4028 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
4083 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
4085 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
4101 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end);
4103 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
4158 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
4160 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
4176 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end);
4178 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,