Lines Matching refs:_frm_end

2768   const uint16_t* _frm_end = reinterpret_cast<const uint16_t*>(frm_end);  in do_out()  local
2773 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out()
2788 const uint8_t* _frm_end = reinterpret_cast<const uint8_t*>(frm_end); in do_in() local
2793 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_in()
2812 const uint8_t* _frm_end = reinterpret_cast<const uint8_t*>(frm_end); in do_length() local
2813 return utf8_to_utf16_length(_frm, _frm_end, mx); in do_length()
2835 const uint16_t* _frm_end = reinterpret_cast<const uint16_t*>(frm_end); in do_out() local
2840 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out()
2855 const uint8_t* _frm_end = reinterpret_cast<const uint8_t*>(frm_end); in do_in() local
2860 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_in()
2879 const uint8_t* _frm_end = reinterpret_cast<const uint8_t*>(frm_end); in do_length() local
2880 return utf8_to_utf16_length(_frm, _frm_end, mx); in do_length()
2902 const uint32_t* _frm_end = reinterpret_cast<const uint32_t*>(frm_end); in do_out() local
2907 result r = ucs4_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out()
2922 const uint8_t* _frm_end = reinterpret_cast<const uint8_t*>(frm_end); in do_in() local
2927 result r = utf8_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_in()
2946 const uint8_t* _frm_end = reinterpret_cast<const uint8_t*>(frm_end); in do_length() local
2947 return utf8_to_ucs4_length(_frm, _frm_end, mx); in do_length()
2969 const uint32_t* _frm_end = reinterpret_cast<const uint32_t*>(frm_end); in do_out() local
2974 result r = ucs4_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out()
2989 const uint8_t* _frm_end = reinterpret_cast<const uint8_t*>(frm_end); in do_in() local
2994 result r = utf8_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_in()
3013 const uint8_t* _frm_end = reinterpret_cast<const uint8_t*>(frm_end); in do_length() local
3014 return utf8_to_ucs4_length(_frm, _frm_end, mx); in do_length()
3034 const uint16_t* _frm_end = reinterpret_cast<const uint16_t*>(frm_end); in do_out() local
3038 const uint32_t* _frm_end = reinterpret_cast<const uint32_t*>(frm_end); in do_out()
3045 result r = ucs2_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_); in do_out()
3047 result r = ucs4_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_); in do_out()
3063 const uint8_t* _frm_end = reinterpret_cast<const uint8_t*>(frm_end); in do_in() local
3069 …result r = utf8_to_ucs2(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mo… in do_in()
3074 …result r = utf8_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mo… in do_in()
3094 const uint8_t* _frm_end = reinterpret_cast<const uint8_t*>(frm_end); in do_length() local
3096 return utf8_to_ucs2_length(_frm, _frm_end, mx, __maxcode_, __mode_); in do_length()
3098 return utf8_to_ucs4_length(_frm, _frm_end, mx, __maxcode_, __mode_); in do_length()
3127 const uint16_t* _frm_end = reinterpret_cast<const uint16_t*>(frm_end); in do_out() local
3132 …result r = ucs2_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode… in do_out()
3147 const uint8_t* _frm_end = reinterpret_cast<const uint8_t*>(frm_end); in do_in() local
3152 …result r = utf8_to_ucs2(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_… in do_in()
3171 const uint8_t* _frm_end = reinterpret_cast<const uint8_t*>(frm_end); in do_length() local
3172 return utf8_to_ucs2_length(_frm, _frm_end, mx, __maxcode_, __mode_); in do_length()
3194 const uint32_t* _frm_end = reinterpret_cast<const uint32_t*>(frm_end); in do_out() local
3199 …result r = ucs4_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode… in do_out()
3214 const uint8_t* _frm_end = reinterpret_cast<const uint8_t*>(frm_end); in do_in() local
3219 …result r = utf8_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_… in do_in()
3238 const uint8_t* _frm_end = reinterpret_cast<const uint8_t*>(frm_end); in do_length() local
3239 return utf8_to_ucs4_length(_frm, _frm_end, mx, __maxcode_, __mode_); in do_length()
3263 const uint16_t* _frm_end = reinterpret_cast<const uint16_t*>(frm_end); in do_out() local
3267 const uint32_t* _frm_end = reinterpret_cast<const uint32_t*>(frm_end); in do_out()
3274 result r = ucs2_to_utf16be(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_); in do_out()
3276 result r = ucs4_to_utf16be(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_); in do_out()
3292 const uint8_t* _frm_end = reinterpret_cast<const uint8_t*>(frm_end); in do_in() local
3298 …result r = utf16be_to_ucs2(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, _… in do_in()
3303 …result r = utf16be_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, _… in do_in()
3323 const uint8_t* _frm_end = reinterpret_cast<const uint8_t*>(frm_end); in do_length() local
3325 return utf16be_to_ucs2_length(_frm, _frm_end, mx, __maxcode_, __mode_); in do_length()
3327 return utf16be_to_ucs4_length(_frm, _frm_end, mx, __maxcode_, __mode_); in do_length()
3355 const uint16_t* _frm_end = reinterpret_cast<const uint16_t*>(frm_end); in do_out() local
3359 const uint32_t* _frm_end = reinterpret_cast<const uint32_t*>(frm_end); in do_out()
3366 result r = ucs2_to_utf16le(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_); in do_out()
3368 result r = ucs4_to_utf16le(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_); in do_out()
3384 const uint8_t* _frm_end = reinterpret_cast<const uint8_t*>(frm_end); in do_in() local
3390 …result r = utf16le_to_ucs2(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, _… in do_in()
3395 …result r = utf16le_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, _… in do_in()
3415 const uint8_t* _frm_end = reinterpret_cast<const uint8_t*>(frm_end); in do_length() local
3417 return utf16le_to_ucs2_length(_frm, _frm_end, mx, __maxcode_, __mode_); in do_length()
3419 return utf16le_to_ucs4_length(_frm, _frm_end, mx, __maxcode_, __mode_); in do_length()
3447 const uint16_t* _frm_end = reinterpret_cast<const uint16_t*>(frm_end); in do_out() local
3452 …result r = ucs2_to_utf16be(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxc… in do_out()
3467 const uint8_t* _frm_end = reinterpret_cast<const uint8_t*>(frm_end); in do_in() local
3472 …result r = utf16be_to_ucs2(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxco… in do_in()
3491 const uint8_t* _frm_end = reinterpret_cast<const uint8_t*>(frm_end); in do_length() local
3492 return utf16be_to_ucs2_length(_frm, _frm_end, mx, __maxcode_, __mode_); in do_length()
3514 const uint16_t* _frm_end = reinterpret_cast<const uint16_t*>(frm_end); in do_out() local
3519 …result r = ucs2_to_utf16le(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxc… in do_out()
3534 const uint8_t* _frm_end = reinterpret_cast<const uint8_t*>(frm_end); in do_in() local
3539 …result r = utf16le_to_ucs2(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxco… in do_in()
3558 const uint8_t* _frm_end = reinterpret_cast<const uint8_t*>(frm_end); in do_length() local
3559 return utf16le_to_ucs2_length(_frm, _frm_end, mx, __maxcode_, __mode_); in do_length()
3581 const uint32_t* _frm_end = reinterpret_cast<const uint32_t*>(frm_end); in do_out() local
3586 …result r = ucs4_to_utf16be(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxc… in do_out()
3601 const uint8_t* _frm_end = reinterpret_cast<const uint8_t*>(frm_end); in do_in() local
3606 …result r = utf16be_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxco… in do_in()
3625 const uint8_t* _frm_end = reinterpret_cast<const uint8_t*>(frm_end); in do_length() local
3626 return utf16be_to_ucs4_length(_frm, _frm_end, mx, __maxcode_, __mode_); in do_length()
3648 const uint32_t* _frm_end = reinterpret_cast<const uint32_t*>(frm_end); in do_out() local
3653 …result r = ucs4_to_utf16le(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxc… in do_out()
3668 const uint8_t* _frm_end = reinterpret_cast<const uint8_t*>(frm_end); in do_in() local
3673 …result r = utf16le_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxco… in do_in()
3692 const uint8_t* _frm_end = reinterpret_cast<const uint8_t*>(frm_end); in do_length() local
3693 return utf16le_to_ucs4_length(_frm, _frm_end, mx, __maxcode_, __mode_); in do_length()
3717 const uint16_t* _frm_end = reinterpret_cast<const uint16_t*>(frm_end); in do_out() local
3721 const uint32_t* _frm_end = reinterpret_cast<const uint32_t*>(frm_end); in do_out()
3727 …result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mo… in do_out()
3742 const uint8_t* _frm_end = reinterpret_cast<const uint8_t*>(frm_end); in do_in() local
3753 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_); in do_in()
3772 const uint8_t* _frm_end = reinterpret_cast<const uint8_t*>(frm_end); in do_length() local
3773 return utf8_to_utf16_length(_frm, _frm_end, mx, __maxcode_, __mode_); in do_length()
3794 const uint16_t* _frm_end = reinterpret_cast<const uint16_t*>(frm_end); in do_out() local
3799 …result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcod… in do_out()
3814 const uint8_t* _frm_end = reinterpret_cast<const uint8_t*>(frm_end); in do_in() local
3819 …result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode… in do_in()
3838 const uint8_t* _frm_end = reinterpret_cast<const uint8_t*>(frm_end); in do_length() local
3839 return utf8_to_utf16_length(_frm, _frm_end, mx, __maxcode_, __mode_); in do_length()
3861 const uint32_t* _frm_end = reinterpret_cast<const uint32_t*>(frm_end); in do_out() local
3866 …result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcod… in do_out()
3881 const uint8_t* _frm_end = reinterpret_cast<const uint8_t*>(frm_end); in do_in() local
3886 …result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode… in do_in()
3905 const uint8_t* _frm_end = reinterpret_cast<const uint8_t*>(frm_end); in do_length() local
3906 return utf8_to_utf16_length(_frm, _frm_end, mx, __maxcode_, __mode_); in do_length()