Lines Matching refs:to_end
1360 extern_type* to_end, in do_out() argument
1369 for (frm_nxt = frm; frm != frm_end && to != to_end; frm = frm_nxt, to = to_nxt) { in do_out()
1373 to, &frm_nxt, static_cast<size_t>(fend - frm), static_cast<size_t>(to_end - to), &st, __l_); in do_out()
1388 if (to_nxt == to_end) in do_out()
1397 if (n > static_cast<size_t>(to_end - to_nxt)) // is there room? in do_out()
1417 intern_type* to_end, in do_in() argument
1426 for (frm_nxt = frm; frm != frm_end && to != to_end; frm = frm_nxt, to = to_nxt) { in do_in()
1430 to, &frm_nxt, static_cast<size_t>(fend - frm), static_cast<size_t>(to_end - to), &st, __l_); in do_in()
1456 if (to_nxt == to_end) in do_in()
1476 state_type& st, extern_type* to, extern_type* to_end, extern_type*& to_nxt) const { in do_unshift() argument
1483 if (n > static_cast<size_t>(to_end - to_nxt)) // is there room? in do_unshift()
1549 uint8_t* to_end, in utf16_to_utf8() argument
1556 if (to_end - to_nxt < 3) in utf16_to_utf8()
1567 if (to_end - to_nxt < 1) in utf16_to_utf8()
1571 if (to_end - to_nxt < 2) in utf16_to_utf8()
1576 if (to_end - to_nxt < 3) in utf16_to_utf8()
1587 if (to_end - to_nxt < 4) in utf16_to_utf8()
1600 if (to_end - to_nxt < 3) in utf16_to_utf8()
1615 uint8_t* to_end, in utf16_to_utf8() argument
1622 if (to_end - to_nxt < 3) in utf16_to_utf8()
1633 if (to_end - to_nxt < 1) in utf16_to_utf8()
1637 if (to_end - to_nxt < 2) in utf16_to_utf8()
1642 if (to_end - to_nxt < 3) in utf16_to_utf8()
1653 if (to_end - to_nxt < 4) in utf16_to_utf8()
1666 if (to_end - to_nxt < 3) in utf16_to_utf8()
1681 uint16_t* to_end, in utf8_to_utf16() argument
1691 for (; frm_nxt < frm_end && to_nxt < to_end; ++to_nxt) { in utf8_to_utf16()
1767 if (to_end - to_nxt < 2) in utf8_to_utf16()
1787 uint32_t* to_end, in utf8_to_utf16() argument
1797 for (; frm_nxt < frm_end && to_nxt < to_end; ++to_nxt) { in utf8_to_utf16()
1873 if (to_end - to_nxt < 2) in utf8_to_utf16()
1976 uint8_t* to_end, in ucs4_to_utf8() argument
1983 if (to_end - to_nxt < 3) in ucs4_to_utf8()
1994 if (to_end - to_nxt < 1) in ucs4_to_utf8()
1998 if (to_end - to_nxt < 2) in ucs4_to_utf8()
2003 if (to_end - to_nxt < 3) in ucs4_to_utf8()
2010 if (to_end - to_nxt < 4) in ucs4_to_utf8()
2026 uint32_t* to_end, in utf8_to_ucs4() argument
2036 for (; frm_nxt < frm_end && to_nxt < to_end; ++to_nxt) { in utf8_to_ucs4()
2210 uint8_t* to_end, in ucs2_to_utf8() argument
2217 if (to_end - to_nxt < 3) in ucs2_to_utf8()
2228 if (to_end - to_nxt < 1) in ucs2_to_utf8()
2232 if (to_end - to_nxt < 2) in ucs2_to_utf8()
2238 if (to_end - to_nxt < 3) in ucs2_to_utf8()
2253 uint16_t* to_end, in utf8_to_ucs2() argument
2263 for (; frm_nxt < frm_end && to_nxt < to_end; ++to_nxt) { in utf8_to_ucs2()
2379 uint8_t* to_end, in ucs4_to_utf16be() argument
2386 if (to_end - to_nxt < 2) in ucs4_to_utf16be()
2396 if (to_end - to_nxt < 2) in ucs4_to_utf16be()
2401 if (to_end - to_nxt < 4) in ucs4_to_utf16be()
2419 uint32_t* to_end, in utf16be_to_ucs4() argument
2429 for (; frm_nxt < frm_end - 1 && to_nxt < to_end; ++to_nxt) { in utf16be_to_ucs4()
2493 uint8_t* to_end, in ucs4_to_utf16le() argument
2500 if (to_end - to_nxt < 2) in ucs4_to_utf16le()
2510 if (to_end - to_nxt < 2) in ucs4_to_utf16le()
2515 if (to_end - to_nxt < 4) in ucs4_to_utf16le()
2533 uint32_t* to_end, in utf16le_to_ucs4() argument
2543 for (; frm_nxt < frm_end - 1 && to_nxt < to_end; ++to_nxt) { in utf16le_to_ucs4()
2607 uint8_t* to_end, in ucs2_to_utf16be() argument
2614 if (to_end - to_nxt < 2) in ucs2_to_utf16be()
2623 if (to_end - to_nxt < 2) in ucs2_to_utf16be()
2636 uint16_t* to_end, in utf16be_to_ucs2() argument
2646 for (; frm_nxt < frm_end - 1 && to_nxt < to_end; ++to_nxt) { in utf16be_to_ucs2()
2681 uint8_t* to_end, in ucs2_to_utf16le() argument
2688 if (to_end - to_nxt < 2) in ucs2_to_utf16le()
2697 if (to_end - to_nxt < 2) in ucs2_to_utf16le()
2710 uint16_t* to_end, in utf16le_to_ucs2() argument
2720 for (; frm_nxt < frm_end - 1 && to_nxt < to_end; ++to_nxt) { in utf16le_to_ucs2()
2765 extern_type* to_end, in do_out() argument
2771 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out()
2785 intern_type* to_end, in do_in() argument
2791 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end); in do_in()
2832 extern_type* to_end, in do_out() argument
2838 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out()
2852 intern_type* to_end, in do_in() argument
2858 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end); in do_in()
2899 extern_type* to_end, in do_out() argument
2905 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out()
2919 intern_type* to_end, in do_in() argument
2925 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end); in do_in()
2966 extern_type* to_end, in do_out() argument
2972 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out()
2986 intern_type* to_end, in do_in() argument
2992 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end); in do_in()
3030 extern_type* to_end, in do_out() argument
3042 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out()
3060 intern_type* to_end, in do_in() argument
3067 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end); in do_in()
3072 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end); in do_in()
3124 extern_type* to_end, in do_out() argument
3130 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out()
3144 intern_type* to_end, in do_in() argument
3150 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end); in do_in()
3191 extern_type* to_end, in do_out() argument
3197 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out()
3211 intern_type* to_end, in do_in() argument
3217 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end); in do_in()
3259 extern_type* to_end, in do_out() argument
3271 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out()
3289 intern_type* to_end, in do_in() argument
3296 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end); in do_in()
3301 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end); in do_in()
3351 extern_type* to_end, in do_out() argument
3363 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out()
3381 intern_type* to_end, in do_in() argument
3388 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end); in do_in()
3393 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end); in do_in()
3444 extern_type* to_end, in do_out() argument
3450 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out()
3464 intern_type* to_end, in do_in() argument
3470 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end); in do_in()
3511 extern_type* to_end, in do_out() argument
3517 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out()
3531 intern_type* to_end, in do_in() argument
3537 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end); in do_in()
3578 extern_type* to_end, in do_out() argument
3584 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out()
3598 intern_type* to_end, in do_in() argument
3604 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end); in do_in()
3645 extern_type* to_end, in do_out() argument
3651 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out()
3665 intern_type* to_end, in do_in() argument
3671 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end); in do_in()
3713 extern_type* to_end, in do_out() argument
3725 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out()
3739 intern_type* to_end, in do_in() argument
3746 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end); in do_in()
3750 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end); in do_in()
3791 extern_type* to_end, in do_out() argument
3797 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out()
3811 intern_type* to_end, in do_in() argument
3817 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end); in do_in()
3858 extern_type* to_end, in do_out() argument
3864 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out()
3878 intern_type* to_end, in do_in() argument
3884 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end); in do_in()