Lines Matching refs:to

12 // On Solaris, we need to define something to make the C99 parts of localeconv
115 // Set priority to INT_MIN + 256 + 150
139 // I can't get the __sso_allocator to work here
661 " failed to construct for " + string(n));
672 " failed to construct for " + name);
713 " failed to construct for " + string(n));
724 " failed to construct for " + name);
1034 // This is assumed to be safe, which is a nonsense assumption because we're
1035 // going to end up dereferencing it later...
1041 // Platform not supported: abort so the person doing the port knows what to
1098 " failed to construct for " + string(name));
1109 " failed to construct for " + name);
1155 " failed to construct for " + string(name));
1166 " failed to construct for " + name);
1369 extern_type* to, extern_type*, extern_type*& to_nxt) const
1372 to_nxt = to;
1379 intern_type* to, intern_type*, intern_type*& to_nxt) const
1382 to_nxt = to;
1388 extern_type* to, extern_type*, extern_type*& to_nxt) const
1390 to_nxt = to;
1436 " failed to construct for " + string(nm));
1449 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const
1457 to_nxt = to;
1458 for (frm_nxt = frm; frm != frm_end && to != to_end; frm = frm_nxt, to = to_nxt)
1460 // save state in case it is needed to recover to_nxt on error
1463 size_t n = wcsnrtombs_l(to, &frm_nxt, static_cast<size_t>(fend-frm),
1464 static_cast<size_t>(to_end-to), &st, __l);
1466 size_t n = __wcsnrtombs_l(to, &frm_nxt, fend-frm, to_end-to, &st, __l);
1470 // need to recover to_nxt
1471 for (to_nxt = to; frm != frm_nxt; ++frm)
1492 // Try to write the terminating null
1518 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const
1526 to_nxt = to;
1527 for (frm_nxt = frm; frm != frm_end && to != to_end; frm = frm_nxt, to = to_nxt)
1529 // save state in case it is needed to recover to_nxt on error
1532 size_t n = mbsnrtowcs_l(to, &frm_nxt, static_cast<size_t>(fend-frm),
1533 static_cast<size_t>(to_end-to), &st, __l);
1535 size_t n = __mbsnrtowcs_l(to, &frm_nxt, fend-frm, to_end-to, &st, __l);
1539 // need to recover to_nxt
1540 for (to_nxt = to; frm != frm_nxt; ++to_nxt)
1574 // Try to write the terminating null
1595 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const
1597 to_nxt = to;
1629 return 1; // which take more than 1 char to form a wchar_t
1698 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt,
1702 to_nxt = to;
1775 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt,
1779 to_nxt = to;
1852 uint16_t* to, uint16_t* to_end, uint16_t*& to_nxt,
1856 to_nxt = to;
1973 uint32_t* to, uint32_t* to_end, uint32_t*& to_nxt,
1977 to_nxt = to;
2195 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt,
2199 to_nxt = to;
2250 uint32_t* to, uint32_t* to_end, uint32_t*& to_nxt,
2254 to_nxt = to;
2462 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt,
2466 to_nxt = to;
2508 uint16_t* to, uint16_t* to_end, uint16_t*& to_nxt,
2512 to_nxt = to;
2658 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt,
2662 to_nxt = to;
2703 uint32_t* to, uint32_t* to_end, uint32_t*& to_nxt,
2707 to_nxt = to;
2790 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt,
2794 to_nxt = to;
2835 uint32_t* to, uint32_t* to_end, uint32_t*& to_nxt,
2839 to_nxt = to;
2922 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt,
2926 to_nxt = to;
2950 uint16_t* to, uint16_t* to_end, uint16_t*& to_nxt,
2954 to_nxt = to;
2996 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt,
3000 to_nxt = to;
3024 uint16_t* to, uint16_t* to_end, uint16_t*& to_nxt,
3028 to_nxt = to;
3079 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const
3084 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
3089 to_nxt = to + (_to_nxt - _to);
3096 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const
3101 uint16_t* _to = reinterpret_cast<uint16_t*>(to);
3106 to_nxt = to + (_to_nxt - _to);
3112 extern_type* to, extern_type*, extern_type*& to_nxt) const
3114 to_nxt = to;
3156 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const
3161 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
3166 to_nxt = to + (_to_nxt - _to);
3173 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const
3178 uint32_t* _to = reinterpret_cast<uint32_t*>(to);
3183 to_nxt = to + (_to_nxt - _to);
3189 extern_type* to, extern_type*, extern_type*& to_nxt) const
3191 to_nxt = to;
3227 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const
3238 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
3249 to_nxt = to + (_to_nxt - _to);
3256 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const
3262 uint16_t* _to = reinterpret_cast<uint16_t*>(to);
3268 uint32_t* _to = reinterpret_cast<uint32_t*>(to);
3275 to_nxt = to + (_to_nxt - _to);
3281 extern_type* to, extern_type*, extern_type*& to_nxt) const
3283 to_nxt = to;
3321 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const
3326 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
3332 to_nxt = to + (_to_nxt - _to);
3339 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const
3344 uint16_t* _to = reinterpret_cast<uint16_t*>(to);
3350 to_nxt = to + (_to_nxt - _to);
3356 extern_type* to, extern_type*, extern_type*& to_nxt) const
3358 to_nxt = to;
3396 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const
3401 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
3407 to_nxt = to + (_to_nxt - _to);
3414 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const
3419 uint32_t* _to = reinterpret_cast<uint32_t*>(to);
3425 to_nxt = to + (_to_nxt - _to);
3431 extern_type* to, extern_type*, extern_type*& to_nxt) const
3433 to_nxt = to;
3471 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const
3476 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
3482 to_nxt = to + (_to_nxt - _to);
3489 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const
3494 uint32_t* _to = reinterpret_cast<uint32_t*>(to);
3500 to_nxt = to + (_to_nxt - _to);
3506 extern_type* to, extern_type*, extern_type*& to_nxt) const
3508 to_nxt = to;
3546 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const
3551 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
3557 to_nxt = to + (_to_nxt - _to);
3564 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const
3569 uint32_t* _to = reinterpret_cast<uint32_t*>(to);
3575 to_nxt = to + (_to_nxt - _to);
3581 extern_type* to, extern_type*, extern_type*& to_nxt) const
3583 to_nxt = to;
3621 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const
3626 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
3632 to_nxt = to + (_to_nxt - _to);
3639 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const
3644 uint16_t* _to = reinterpret_cast<uint16_t*>(to);
3650 to_nxt = to + (_to_nxt - _to);
3656 extern_type* to, extern_type*, extern_type*& to_nxt) const
3658 to_nxt = to;
3696 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const
3701 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
3707 to_nxt = to + (_to_nxt - _to);
3714 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const
3719 uint16_t* _to = reinterpret_cast<uint16_t*>(to);
3725 to_nxt = to + (_to_nxt - _to);
3731 extern_type* to, extern_type*, extern_type*& to_nxt) const
3733 to_nxt = to;
3771 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const
3776 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
3782 to_nxt = to + (_to_nxt - _to);
3789 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const
3794 uint32_t* _to = reinterpret_cast<uint32_t*>(to);
3800 to_nxt = to + (_to_nxt - _to);
3806 extern_type* to, extern_type*, extern_type*& to_nxt) const
3808 to_nxt = to;
3846 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const
3851 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
3857 to_nxt = to + (_to_nxt - _to);
3864 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const
3869 uint32_t* _to = reinterpret_cast<uint32_t*>(to);
3875 to_nxt = to + (_to_nxt - _to);
3881 extern_type* to, extern_type*, extern_type*& to_nxt) const
3883 to_nxt = to;
3921 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const
3926 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
3932 to_nxt = to + (_to_nxt - _to);
3939 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const
3944 uint32_t* _to = reinterpret_cast<uint32_t*>(to);
3950 to_nxt = to + (_to_nxt - _to);
3956 extern_type* to, extern_type*, extern_type*& to_nxt) const
3958 to_nxt = to;
3996 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const
4001 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
4007 to_nxt = to + (_to_nxt - _to);
4014 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const
4019 uint16_t* _to = reinterpret_cast<uint16_t*>(to);
4025 to_nxt = to + (_to_nxt - _to);
4031 extern_type* to, extern_type*, extern_type*& to_nxt) const
4033 to_nxt = to;
4071 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const
4076 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
4082 to_nxt = to + (_to_nxt - _to);
4089 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const
4094 uint32_t* _to = reinterpret_cast<uint32_t*>(to);
4100 to_nxt = to + (_to_nxt - _to);
4106 extern_type* to, extern_type*, extern_type*& to_nxt) const
4108 to_nxt = to;
4234 " failed to construct for " + string(nm));
4277 " failed to construct for " + string(nm));
4688 " failed to construct for " + string(nm));
4698 " failed to construct for " + nm);
5376 " failed to construct for " + string(nm));
5386 " failed to construct for " + nm);
5444 // if the sign is adjacent to the symbol, there's a space between
5448 // international curr_symbol is used to separate the sign and
5449 // value when sep_by_space says to do so. C++ can't represent
5450 // that, so we just use a space. When sep_by_space says to
5452 // curr_symbol to put its spacing character on the correct side of
5455 // We also need to avoid adding an extra space between the sign
5461 // Users who want to get this right should use ICU instead.
5467 // Move the separator to before the symbol, to place it
5809 " failed to construct for " + string(nm));
5839 // the same places in curr_symbol since there's no way to
5857 " failed to construct for " + string(nm));
5895 // the same places in curr_symbol since there's no way to
5922 " failed to construct for " + string(nm));
5987 // the same places in curr_symbol since there's no way to
6005 " failed to construct for " + string(nm));
6078 // the same places in curr_symbol since there's no way to