• Home
  • Raw
  • Download

Lines Matching refs:to_end

1547     extern_type* to, extern_type* to_end, extern_type*& to_nxt) const  in do_out()  argument
1556 for (frm_nxt = frm; frm != frm_end && to != to_end; frm = frm_nxt, to = to_nxt) in do_out()
1562 static_cast<size_t>(to_end-to), &st, __l); in do_out()
1564 size_t n = __wcsnrtombs_l(to, &frm_nxt, fend-frm, to_end-to, &st, __l); in do_out()
1586 if (to_nxt == to_end) in do_out()
1599 if (n > static_cast<size_t>(to_end-to_nxt)) // is there room? in do_out()
1616 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const in do_in() argument
1625 for (frm_nxt = frm; frm != frm_end && to != to_end; frm = frm_nxt, to = to_nxt) in do_in()
1631 static_cast<size_t>(to_end-to), &st, __l); in do_in()
1633 size_t n = __mbsnrtowcs_l(to, &frm_nxt, fend-frm, to_end-to, &st, __l); in do_in()
1668 if (to_nxt == to_end) in do_in()
1693 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const in do_unshift() argument
1705 if (n > static_cast<size_t>(to_end-to_nxt)) // is there room? in do_unshift()
1797 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt, in utf16_to_utf8() argument
1804 if (to_end-to_nxt < 3) in utf16_to_utf8()
1817 if (to_end-to_nxt < 1) in utf16_to_utf8()
1823 if (to_end-to_nxt < 2) in utf16_to_utf8()
1830 if (to_end-to_nxt < 3) in utf16_to_utf8()
1843 if (to_end-to_nxt < 4) in utf16_to_utf8()
1861 if (to_end-to_nxt < 3) in utf16_to_utf8()
1874 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt, in utf16_to_utf8() argument
1881 if (to_end-to_nxt < 3) in utf16_to_utf8()
1894 if (to_end-to_nxt < 1) in utf16_to_utf8()
1900 if (to_end-to_nxt < 2) in utf16_to_utf8()
1907 if (to_end-to_nxt < 3) in utf16_to_utf8()
1920 if (to_end-to_nxt < 4) in utf16_to_utf8()
1938 if (to_end-to_nxt < 3) in utf16_to_utf8()
1951 uint16_t* to, uint16_t* to_end, uint16_t*& to_nxt, in utf8_to_utf16() argument
1962 for (; frm_nxt < frm_end && to_nxt < to_end; ++to_nxt) in utf8_to_utf16()
2044 if (to_end-to_nxt < 2) in utf8_to_utf16()
2072 uint32_t* to, uint32_t* to_end, uint32_t*& to_nxt, in utf8_to_utf16() argument
2083 for (; frm_nxt < frm_end && to_nxt < to_end; ++to_nxt) in utf8_to_utf16()
2165 if (to_end-to_nxt < 2) in utf8_to_utf16()
2294 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt, in ucs4_to_utf8() argument
2301 if (to_end-to_nxt < 3) in ucs4_to_utf8()
2314 if (to_end-to_nxt < 1) in ucs4_to_utf8()
2320 if (to_end-to_nxt < 2) in ucs4_to_utf8()
2327 if (to_end-to_nxt < 3) in ucs4_to_utf8()
2335 if (to_end-to_nxt < 4) in ucs4_to_utf8()
2349 uint32_t* to, uint32_t* to_end, uint32_t*& to_nxt, in utf8_to_ucs4() argument
2360 for (; frm_nxt < frm_end && to_nxt < to_end; ++to_nxt) in utf8_to_ucs4()
2561 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt, in ucs2_to_utf8() argument
2568 if (to_end-to_nxt < 3) in ucs2_to_utf8()
2581 if (to_end-to_nxt < 1) in ucs2_to_utf8()
2587 if (to_end-to_nxt < 2) in ucs2_to_utf8()
2594 if (to_end-to_nxt < 3) in ucs2_to_utf8()
2607 uint16_t* to, uint16_t* to_end, uint16_t*& to_nxt, in utf8_to_ucs2() argument
2618 for (; frm_nxt < frm_end && to_nxt < to_end; ++to_nxt) in utf8_to_ucs2()
2757 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt, in ucs4_to_utf16be() argument
2764 if (to_end-to_nxt < 2) in ucs4_to_utf16be()
2776 if (to_end-to_nxt < 2) in ucs4_to_utf16be()
2783 if (to_end-to_nxt < 4) in ucs4_to_utf16be()
2802 uint32_t* to, uint32_t* to_end, uint32_t*& to_nxt, in utf16be_to_ucs4() argument
2812 for (; frm_nxt < frm_end - 1 && to_nxt < to_end; ++to_nxt) in utf16be_to_ucs4()
2889 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt, in ucs4_to_utf16le() argument
2896 if (to_end-to_nxt < 2) in ucs4_to_utf16le()
2908 if (to_end-to_nxt < 2) in ucs4_to_utf16le()
2915 if (to_end-to_nxt < 4) in ucs4_to_utf16le()
2934 uint32_t* to, uint32_t* to_end, uint32_t*& to_nxt, in utf16le_to_ucs4() argument
2944 for (; frm_nxt < frm_end - 1 && to_nxt < to_end; ++to_nxt) in utf16le_to_ucs4()
3021 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt, in ucs2_to_utf16be() argument
3028 if (to_end-to_nxt < 2) in ucs2_to_utf16be()
3038 if (to_end-to_nxt < 2) in ucs2_to_utf16be()
3049 uint16_t* to, uint16_t* to_end, uint16_t*& to_nxt, in utf16be_to_ucs2() argument
3059 for (; frm_nxt < frm_end - 1 && to_nxt < to_end; ++to_nxt) in utf16be_to_ucs2()
3095 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt, in ucs2_to_utf16le() argument
3102 if (to_end-to_nxt < 2) in ucs2_to_utf16le()
3112 if (to_end-to_nxt < 2) in ucs2_to_utf16le()
3123 uint16_t* to, uint16_t* to_end, uint16_t*& to_nxt, in utf16le_to_ucs2() argument
3133 for (; frm_nxt < frm_end - 1 && to_nxt < to_end; ++to_nxt) in utf16le_to_ucs2()
3178 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const in do_out() argument
3184 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out()
3195 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const in do_in() argument
3201 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end); in do_in()
3255 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const in do_out() argument
3261 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out()
3272 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const in do_in() argument
3278 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end); in do_in()
3326 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const in do_out() argument
3338 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out()
3355 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const in do_in() argument
3362 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end); in do_in()
3368 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end); in do_in()
3420 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const in do_out() argument
3426 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out()
3438 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const in do_in() argument
3444 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end); in do_in()
3495 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const in do_out() argument
3501 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out()
3513 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const in do_in() argument
3519 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end); in do_in()
3570 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const in do_out() argument
3576 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out()
3588 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const in do_in() argument
3594 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end); in do_in()
3645 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const in do_out() argument
3651 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out()
3663 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const in do_in() argument
3669 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end); in do_in()
3720 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const in do_out() argument
3726 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out()
3738 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const in do_in() argument
3744 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end); in do_in()
3795 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const in do_out() argument
3801 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out()
3813 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const in do_in() argument
3819 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end); in do_in()
3870 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const in do_out() argument
3876 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out()
3888 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const in do_in() argument
3894 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end); in do_in()
3945 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const in do_out() argument
3951 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out()
3963 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const in do_in() argument
3969 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end); in do_in()
4020 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const in do_out() argument
4026 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out()
4038 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const in do_in() argument
4044 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end); in do_in()
4095 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const in do_out() argument
4101 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out()
4113 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const in do_in() argument
4119 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end); in do_in()
4170 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const in do_out() argument
4176 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out()
4188 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const in do_in() argument
4194 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end); in do_in()