Home | History | Annotate | Download | only in src

Lines Matching defs:_to_end

3114     uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3116 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end
3131 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end);
3133 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt);
3191 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3193 result r = ucs4_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt);
3208 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end);
3210 result r = utf8_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt);
3268 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3271 result r = ucs2_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3274 result r = ucs4_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3292 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end);
3294 result r = utf8_to_ucs2(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3298 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end);
3300 result r = utf8_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3356 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3358 result r = ucs2_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3374 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end);
3376 result r = utf8_to_ucs2(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3431 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3433 result r = ucs4_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3449 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end);
3451 result r = utf8_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3506 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3508 result r = ucs4_to_utf16be(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3524 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end);
3526 result r = utf16be_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3581 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3583 result r = ucs4_to_utf16le(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3599 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end);
3601 result r = utf16le_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3656 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3658 result r = ucs2_to_utf16be(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3674 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end);
3676 result r = utf16be_to_ucs2(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3731 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3733 result r = ucs2_to_utf16le(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3749 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end);
3751 result r = utf16le_to_ucs2(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3806 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3808 result r = ucs4_to_utf16be(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3824 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end);
3826 result r = utf16be_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3881 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3883 result r = ucs4_to_utf16le(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3899 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end);
3901 result r = utf16le_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3956 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
3958 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3974 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end);
3976 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
4031 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
4033 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
4049 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end);
4051 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
4106 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end);
4108 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
4124 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end);
4126 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,