• Home
  • Raw
  • Download

Lines Matching refs:to_end

1523     extern_type* to, extern_type* to_end, extern_type*& to_nxt) const  in do_out()  argument
1532 for (frm_nxt = frm; frm != frm_end && to != to_end; frm = frm_nxt, to = to_nxt) in do_out()
1537 static_cast<size_t>(to_end-to), &st, __l); in do_out()
1554 if (to_nxt == to_end) in do_out()
1563 if (n > static_cast<size_t>(to_end-to_nxt)) // is there room? in do_out()
1580 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const in do_in() argument
1589 for (frm_nxt = frm; frm != frm_end && to != to_end; frm = frm_nxt, to = to_nxt) in do_in()
1594 static_cast<size_t>(to_end-to), &st, __l); in do_in()
1624 if (to_nxt == to_end) in do_in()
1645 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const in do_unshift() argument
1653 if (n > static_cast<size_t>(to_end-to_nxt)) // is there room? in do_unshift()
1727 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt, in utf16_to_utf8() argument
1734 if (to_end-to_nxt < 3) in utf16_to_utf8()
1747 if (to_end-to_nxt < 1) in utf16_to_utf8()
1753 if (to_end-to_nxt < 2) in utf16_to_utf8()
1760 if (to_end-to_nxt < 3) in utf16_to_utf8()
1773 if (to_end-to_nxt < 4) in utf16_to_utf8()
1791 if (to_end-to_nxt < 3) in utf16_to_utf8()
1804 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt, in utf16_to_utf8() argument
1811 if (to_end-to_nxt < 3) in utf16_to_utf8()
1824 if (to_end-to_nxt < 1) in utf16_to_utf8()
1830 if (to_end-to_nxt < 2) in utf16_to_utf8()
1837 if (to_end-to_nxt < 3) in utf16_to_utf8()
1850 if (to_end-to_nxt < 4) in utf16_to_utf8()
1868 if (to_end-to_nxt < 3) in utf16_to_utf8()
1881 uint16_t* to, uint16_t* to_end, uint16_t*& to_nxt, in utf8_to_utf16() argument
1892 for (; frm_nxt < frm_end && to_nxt < to_end; ++to_nxt) in utf8_to_utf16()
1974 if (to_end-to_nxt < 2) in utf8_to_utf16()
2002 uint32_t* to, uint32_t* to_end, uint32_t*& to_nxt, in utf8_to_utf16() argument
2013 for (; frm_nxt < frm_end && to_nxt < to_end; ++to_nxt) in utf8_to_utf16()
2095 if (to_end-to_nxt < 2) in utf8_to_utf16()
2224 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt, in ucs4_to_utf8() argument
2231 if (to_end-to_nxt < 3) in ucs4_to_utf8()
2244 if (to_end-to_nxt < 1) in ucs4_to_utf8()
2250 if (to_end-to_nxt < 2) in ucs4_to_utf8()
2257 if (to_end-to_nxt < 3) in ucs4_to_utf8()
2265 if (to_end-to_nxt < 4) in ucs4_to_utf8()
2279 uint32_t* to, uint32_t* to_end, uint32_t*& to_nxt, in utf8_to_ucs4() argument
2290 for (; frm_nxt < frm_end && to_nxt < to_end; ++to_nxt) in utf8_to_ucs4()
2491 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt, in ucs2_to_utf8() argument
2498 if (to_end-to_nxt < 3) in ucs2_to_utf8()
2511 if (to_end-to_nxt < 1) in ucs2_to_utf8()
2517 if (to_end-to_nxt < 2) in ucs2_to_utf8()
2524 if (to_end-to_nxt < 3) in ucs2_to_utf8()
2537 uint16_t* to, uint16_t* to_end, uint16_t*& to_nxt, in utf8_to_ucs2() argument
2548 for (; frm_nxt < frm_end && to_nxt < to_end; ++to_nxt) in utf8_to_ucs2()
2687 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt, in ucs4_to_utf16be() argument
2694 if (to_end-to_nxt < 2) in ucs4_to_utf16be()
2706 if (to_end-to_nxt < 2) in ucs4_to_utf16be()
2713 if (to_end-to_nxt < 4) in ucs4_to_utf16be()
2732 uint32_t* to, uint32_t* to_end, uint32_t*& to_nxt, in utf16be_to_ucs4() argument
2742 for (; frm_nxt < frm_end - 1 && to_nxt < to_end; ++to_nxt) in utf16be_to_ucs4()
2819 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt, in ucs4_to_utf16le() argument
2826 if (to_end - to_nxt < 2) in ucs4_to_utf16le()
2838 if (to_end-to_nxt < 2) in ucs4_to_utf16le()
2845 if (to_end-to_nxt < 4) in ucs4_to_utf16le()
2864 uint32_t* to, uint32_t* to_end, uint32_t*& to_nxt, in utf16le_to_ucs4() argument
2874 for (; frm_nxt < frm_end - 1 && to_nxt < to_end; ++to_nxt) in utf16le_to_ucs4()
2951 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt, in ucs2_to_utf16be() argument
2958 if (to_end-to_nxt < 2) in ucs2_to_utf16be()
2968 if (to_end-to_nxt < 2) in ucs2_to_utf16be()
2979 uint16_t* to, uint16_t* to_end, uint16_t*& to_nxt, in utf16be_to_ucs2() argument
2989 for (; frm_nxt < frm_end - 1 && to_nxt < to_end; ++to_nxt) in utf16be_to_ucs2()
3025 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt, in ucs2_to_utf16le() argument
3032 if (to_end-to_nxt < 2) in ucs2_to_utf16le()
3042 if (to_end-to_nxt < 2) in ucs2_to_utf16le()
3053 uint16_t* to, uint16_t* to_end, uint16_t*& to_nxt, in utf16le_to_ucs2() argument
3063 for (; frm_nxt < frm_end - 1 && to_nxt < to_end; ++to_nxt) in utf16le_to_ucs2()
3108 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const in do_out() argument
3114 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out()
3125 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const in do_in() argument
3131 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end); in do_in()
3185 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const in do_out() argument
3191 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out()
3202 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const in do_in() argument
3208 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end); in do_in()
3256 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const in do_out() argument
3268 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out()
3285 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const in do_in() argument
3292 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end); in do_in()
3298 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end); in do_in()
3350 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const in do_out() argument
3356 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out()
3368 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const in do_in() argument
3374 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end); in do_in()
3425 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const in do_out() argument
3431 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out()
3443 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const in do_in() argument
3449 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end); in do_in()
3500 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const in do_out() argument
3506 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out()
3518 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const in do_in() argument
3524 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end); in do_in()
3575 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const in do_out() argument
3581 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out()
3593 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const in do_in() argument
3599 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end); in do_in()
3650 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const in do_out() argument
3656 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out()
3668 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const in do_in() argument
3674 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end); in do_in()
3725 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const in do_out() argument
3731 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out()
3743 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const in do_in() argument
3749 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end); in do_in()
3800 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const in do_out() argument
3806 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out()
3818 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const in do_in() argument
3824 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end); in do_in()
3875 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const in do_out() argument
3881 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out()
3893 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const in do_in() argument
3899 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end); in do_in()
3950 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const in do_out() argument
3956 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out()
3968 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const in do_in() argument
3974 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end); in do_in()
4025 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const in do_out() argument
4031 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out()
4043 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const in do_in() argument
4049 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end); in do_in()
4100 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const in do_out() argument
4106 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out()
4118 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const in do_in() argument
4124 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end); in do_in()