Lines Matching defs:to
607 " failed to construct for " +
617 " failed to construct for " +
651 " failed to construct for " +
661 " failed to construct for " +
1002 // Platform not supported: abort so the person doing the port knows what to
1049 " failed to construct for " +
1059 " failed to construct for " +
1094 " failed to construct for " +
1104 " failed to construct for " +
1294 extern_type* to,
1298 to_nxt = to;
1307 intern_type* to,
1311 to_nxt = to;
1316 codecvt<char, char, mbstate_t>::do_unshift(state_type&, extern_type* to, extern_type*, extern_type*& to_nxt) const {
1317 to_nxt = to;
1344 " failed to construct for " +
1359 extern_type* to,
1368 to_nxt = to;
1369 for (frm_nxt = frm; frm != frm_end && to != to_end; frm = frm_nxt, to = to_nxt) {
1370 // save state in case it is needed to recover to_nxt on error
1373 to, &frm_nxt, static_cast<size_t>(fend - frm), static_cast<size_t>(to_end - to), &st, __l_);
1375 // need to recover to_nxt
1376 for (to_nxt = to; frm != frm_nxt; ++frm) {
1392 // Try to write the terminating null
1416 intern_type* to,
1425 to_nxt = to;
1426 for (frm_nxt = frm; frm != frm_end && to != to_end; frm = frm_nxt, to = to_nxt) {
1427 // save state in case it is needed to recover to_nxt on error
1430 to, &frm_nxt, static_cast<size_t>(fend - frm), static_cast<size_t>(to_end - to), &st, __l_);
1432 // need to recover to_nxt
1433 for (to_nxt = to; frm != frm_nxt; ++to_nxt) {
1460 // Try to write the terminating null
1476 state_type& st, extern_type* to, extern_type* to_end, extern_type*& to_nxt) const {
1477 to_nxt = to;
1496 return 1; // which take more than 1 char to form a wchar_t
1548 uint8_t* to,
1554 to_nxt = to;
1614 uint8_t* to,
1620 to_nxt = to;
1680 uint16_t* to,
1686 to_nxt = to;
1786 uint32_t* to,
1792 to_nxt = to;
1975 uint8_t* to,
1981 to_nxt = to;
2025 uint32_t* to,
2031 to_nxt = to;
2209 uint8_t* to,
2215 to_nxt = to;
2252 uint16_t* to,
2258 to_nxt = to;
2378 uint8_t* to,
2384 to_nxt = to;
2418 uint32_t* to,
2424 to_nxt = to;
2492 uint8_t* to,
2498 to_nxt = to;
2532 uint32_t* to,
2538 to_nxt = to;
2606 uint8_t* to,
2612 to_nxt = to;
2635 uint16_t* to,
2641 to_nxt = to;
2680 uint8_t* to,
2686 to_nxt = to;
2709 uint16_t* to,
2715 to_nxt = to;
2764 extern_type* to,
2770 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
2775 to_nxt = to + (_to_nxt - _to);
2784 intern_type* to,
2790 uint16_t* _to = reinterpret_cast<uint16_t*>(to);
2795 to_nxt = to + (_to_nxt - _to);
2800 codecvt<char16_t, char, mbstate_t>::do_unshift(state_type&, extern_type* to, extern_type*, extern_type*& to_nxt) const {
2801 to_nxt = to;
2831 extern_type* to,
2837 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
2842 to_nxt = to + (_to_nxt - _to);
2851 intern_type* to,
2857 uint16_t* _to = reinterpret_cast<uint16_t*>(to);
2862 to_nxt = to + (_to_nxt - _to);
2867 state_type&, extern_type* to, extern_type*, extern_type*& to_nxt) const {
2868 to_nxt = to;
2898 extern_type* to,
2904 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
2909 to_nxt = to + (_to_nxt - _to);
2918 intern_type* to,
2924 uint32_t* _to = reinterpret_cast<uint32_t*>(to);
2929 to_nxt = to + (_to_nxt - _to);
2934 codecvt<char32_t, char, mbstate_t>::do_unshift(state_type&, extern_type* to, extern_type*, extern_type*& to_nxt) const {
2935 to_nxt = to;
2965 extern_type* to,
2971 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
2976 to_nxt = to + (_to_nxt - _to);
2985 intern_type* to,
2991 uint32_t* _to = reinterpret_cast<uint32_t*>(to);
2996 to_nxt = to + (_to_nxt - _to);
3001 state_type&, extern_type* to, extern_type*, extern_type*& to_nxt) const {
3002 to_nxt = to;
3029 extern_type* to,
3041 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
3050 to_nxt = to + (_to_nxt - _to);
3059 intern_type* to,
3066 uint16_t* _to = reinterpret_cast<uint16_t*>(to);
3071 uint32_t* _to = reinterpret_cast<uint32_t*>(to);
3077 to_nxt = to + (_to_nxt - _to);
3082 __codecvt_utf8<wchar_t>::do_unshift(state_type&, extern_type* to, extern_type*, extern_type*& to_nxt) const {
3083 to_nxt = to;
3123 extern_type* to,
3129 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
3134 to_nxt = to + (_to_nxt - _to);
3143 intern_type* to,
3149 uint16_t* _to = reinterpret_cast<uint16_t*>(to);
3154 to_nxt = to + (_to_nxt - _to);
3159 __codecvt_utf8<char16_t>::do_unshift(state_type&, extern_type* to, extern_type*, extern_type*& to_nxt) const {
3160 to_nxt = to;
3190 extern_type* to,
3196 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
3201 to_nxt = to + (_to_nxt - _to);
3210 intern_type* to,
3216 uint32_t* _to = reinterpret_cast<uint32_t*>(to);
3221 to_nxt = to + (_to_nxt - _to);
3226 __codecvt_utf8<char32_t>::do_unshift(state_type&, extern_type* to, extern_type*, extern_type*& to_nxt) const {
3227 to_nxt = to;
3258 extern_type* to,
3270 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
3279 to_nxt = to + (_to_nxt - _to);
3288 intern_type* to,
3295 uint16_t* _to = reinterpret_cast<uint16_t*>(to);
3300 uint32_t* _to = reinterpret_cast<uint32_t*>(to);
3306 to_nxt = to + (_to_nxt - _to);
3311 __codecvt_utf16<wchar_t, false>::do_unshift(state_type&, extern_type* to, extern_type*, extern_type*& to_nxt) const {
3312 to_nxt = to;
3350 extern_type* to,
3362 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
3371 to_nxt = to + (_to_nxt - _to);
3380 intern_type* to,
3387 uint16_t* _to = reinterpret_cast<uint16_t*>(to);
3392 uint32_t* _to = reinterpret_cast<uint32_t*>(to);
3398 to_nxt = to + (_to_nxt - _to);
3403 __codecvt_utf16<wchar_t, true>::do_unshift(state_type&, extern_type* to, extern_type*, extern_type*& to_nxt) const {
3404 to_nxt = to;
3443 extern_type* to,
3449 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
3454 to_nxt = to + (_to_nxt - _to);
3463 intern_type* to,
3469 uint16_t* _to = reinterpret_cast<uint16_t*>(to);
3474 to_nxt = to + (_to_nxt - _to);
3479 __codecvt_utf16<char16_t, false>::do_unshift(state_type&, extern_type* to, extern_type*, extern_type*& to_nxt) const {
3480 to_nxt = to;
3510 extern_type* to,
3516 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
3521 to_nxt = to + (_to_nxt - _to);
3530 intern_type* to,
3536 uint16_t* _to = reinterpret_cast<uint16_t*>(to);
3541 to_nxt = to + (_to_nxt - _to);
3546 __codecvt_utf16<char16_t, true>::do_unshift(state_type&, extern_type* to, extern_type*, extern_type*& to_nxt) const {
3547 to_nxt = to;
3577 extern_type* to,
3583 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
3588 to_nxt = to + (_to_nxt - _to);
3597 intern_type* to,
3603 uint32_t* _to = reinterpret_cast<uint32_t*>(to);
3608 to_nxt = to + (_to_nxt - _to);
3613 __codecvt_utf16<char32_t, false>::do_unshift(state_type&, extern_type* to, extern_type*, extern_type*& to_nxt) const {
3614 to_nxt = to;
3644 extern_type* to,
3650 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
3655 to_nxt = to + (_to_nxt - _to);
3664 intern_type* to,
3670 uint32_t* _to = reinterpret_cast<uint32_t*>(to);
3675 to_nxt = to + (_to_nxt - _to);
3680 __codecvt_utf16<char32_t, true>::do_unshift(state_type&, extern_type* to, extern_type*, extern_type*& to_nxt) const {
3681 to_nxt = to;
3712 extern_type* to,
3724 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
3729 to_nxt = to + (_to_nxt - _to);
3738 intern_type* to,
3745 uint16_t* _to = reinterpret_cast<uint16_t*>(to);
3749 uint32_t* _to = reinterpret_cast<uint32_t*>(to);
3755 to_nxt = to + (_to_nxt - _to);
3760 __codecvt_utf8_utf16<wchar_t>::do_unshift(state_type&, extern_type* to, extern_type*, extern_type*& to_nxt) const {
3761 to_nxt = to;
3790 extern_type* to,
3796 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
3801 to_nxt = to + (_to_nxt - _to);
3810 intern_type* to,
3816 uint16_t* _to = reinterpret_cast<uint16_t*>(to);
3821 to_nxt = to + (_to_nxt - _to);
3826 __codecvt_utf8_utf16<char16_t>::do_unshift(state_type&, extern_type* to, extern_type*, extern_type*& to_nxt) const {
3827 to_nxt = to;
3857 extern_type* to,
3863 uint8_t* _to = reinterpret_cast<uint8_t*>(to);
3868 to_nxt = to + (_to_nxt - _to);
3877 intern_type* to,
3883 uint32_t* _to = reinterpret_cast<uint32_t*>(to);
3888 to_nxt = to + (_to_nxt - _to);
3893 __codecvt_utf8_utf16<char32_t>::do_unshift(state_type&, extern_type* to, extern_type*, extern_type*& to_nxt) const {
3894 to_nxt = to;
3969 // First convert the MBS into a wide char then attempt to narrow it using
4061 " failed to construct for " +
4092 " failed to construct for " +
4442 __throw_runtime_error(("time_get_byname failed to construct for " + string(nm)).c_str());
4447 __throw_runtime_error(("time_get_byname failed to construct for " + nm).c_str());
5027 __throw_runtime_error(("time_put_byname failed to construct for " + string(nm)).c_str());
5032 __throw_runtime_error(("time_put_byname failed to construct for " + nm).c_str());
5082 // if the sign is adjacent to the symbol, there's a space between
5086 // international curr_symbol is used to separate the sign and
5087 // value when sep_by_space says to do so. C++ can't represent
5088 // that, so we just use a space. When sep_by_space says to
5090 // curr_symbol to put its spacing character on the correct side of
5093 // We also need to avoid adding an extra space between the sign
5099 // Users who want to get this right should use ICU instead.
5104 // Move the separator to before the symbol, to place it
5429 __throw_runtime_error(("moneypunct_byname failed to construct for " + string(nm)).c_str());
5452 // the same places in curr_symbol since there's no way to
5464 __throw_runtime_error(("moneypunct_byname failed to construct for " + string(nm)).c_str());
5494 // the same places in curr_symbol since there's no way to
5520 __throw_runtime_error(("moneypunct_byname failed to construct for " + string(nm)).c_str());
5562 // the same places in curr_symbol since there's no way to
5574 __throw_runtime_error(("moneypunct_byname failed to construct for " + string(nm)).c_str());
5625 // the same places in curr_symbol since there's no way to