Lines Matching refs:ios

54         std::ios ios(0);  in test1()  local
57 ios.precision(0); in test1()
59 nouppercase(ios); in test1()
61 noshowpos(ios); in test1()
63 noshowpoint(ios); in test1()
65 ios.imbue(lc); in test1()
67 ios.width(0); in test1()
69 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
72 assert(ios.width() == 0); in test1()
74 ios.width(25); in test1()
75 left(ios); in test1()
77 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
80 assert(ios.width() == 0); in test1()
82 ios.width(25); in test1()
83 right(ios); in test1()
85 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
88 assert(ios.width() == 0); in test1()
90 ios.width(25); in test1()
91 internal(ios); in test1()
93 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
96 assert(ios.width() == 0); in test1()
99 ios.imbue(lg); in test1()
101 ios.width(0); in test1()
103 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
106 assert(ios.width() == 0); in test1()
108 ios.width(25); in test1()
109 left(ios); in test1()
111 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
114 assert(ios.width() == 0); in test1()
116 ios.width(25); in test1()
117 right(ios); in test1()
119 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
122 assert(ios.width() == 0); in test1()
124 ios.width(25); in test1()
125 internal(ios); in test1()
127 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
130 assert(ios.width() == 0); in test1()
134 showpoint(ios); in test1()
136 ios.imbue(lc); in test1()
138 ios.width(0); in test1()
140 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
143 assert(ios.width() == 0); in test1()
145 ios.width(25); in test1()
146 left(ios); in test1()
148 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
151 assert(ios.width() == 0); in test1()
153 ios.width(25); in test1()
154 right(ios); in test1()
156 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
159 assert(ios.width() == 0); in test1()
161 ios.width(25); in test1()
162 internal(ios); in test1()
164 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
167 assert(ios.width() == 0); in test1()
170 ios.imbue(lg); in test1()
172 ios.width(0); in test1()
174 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
177 assert(ios.width() == 0); in test1()
179 ios.width(25); in test1()
180 left(ios); in test1()
182 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
185 assert(ios.width() == 0); in test1()
187 ios.width(25); in test1()
188 right(ios); in test1()
190 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
193 assert(ios.width() == 0); in test1()
195 ios.width(25); in test1()
196 internal(ios); in test1()
198 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
201 assert(ios.width() == 0); in test1()
206 showpos(ios); in test1()
208 noshowpoint(ios); in test1()
210 ios.imbue(lc); in test1()
212 ios.width(0); in test1()
214 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
217 assert(ios.width() == 0); in test1()
219 ios.width(25); in test1()
220 left(ios); in test1()
222 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
225 assert(ios.width() == 0); in test1()
227 ios.width(25); in test1()
228 right(ios); in test1()
230 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
233 assert(ios.width() == 0); in test1()
235 ios.width(25); in test1()
236 internal(ios); in test1()
238 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
241 assert(ios.width() == 0); in test1()
244 ios.imbue(lg); in test1()
246 ios.width(0); in test1()
248 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
251 assert(ios.width() == 0); in test1()
253 ios.width(25); in test1()
254 left(ios); in test1()
256 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
259 assert(ios.width() == 0); in test1()
261 ios.width(25); in test1()
262 right(ios); in test1()
264 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
267 assert(ios.width() == 0); in test1()
269 ios.width(25); in test1()
270 internal(ios); in test1()
272 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
275 assert(ios.width() == 0); in test1()
279 showpoint(ios); in test1()
281 ios.imbue(lc); in test1()
283 ios.width(0); in test1()
285 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
288 assert(ios.width() == 0); in test1()
290 ios.width(25); in test1()
291 left(ios); in test1()
293 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
296 assert(ios.width() == 0); in test1()
298 ios.width(25); in test1()
299 right(ios); in test1()
301 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
304 assert(ios.width() == 0); in test1()
306 ios.width(25); in test1()
307 internal(ios); in test1()
309 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
312 assert(ios.width() == 0); in test1()
315 ios.imbue(lg); in test1()
317 ios.width(0); in test1()
319 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
322 assert(ios.width() == 0); in test1()
324 ios.width(25); in test1()
325 left(ios); in test1()
327 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
330 assert(ios.width() == 0); in test1()
332 ios.width(25); in test1()
333 right(ios); in test1()
335 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
338 assert(ios.width() == 0); in test1()
340 ios.width(25); in test1()
341 internal(ios); in test1()
343 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
346 assert(ios.width() == 0); in test1()
352 uppercase(ios); in test1()
354 noshowpos(ios); in test1()
356 noshowpoint(ios); in test1()
358 ios.imbue(lc); in test1()
360 ios.width(0); in test1()
362 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
365 assert(ios.width() == 0); in test1()
367 ios.width(25); in test1()
368 left(ios); in test1()
370 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
373 assert(ios.width() == 0); in test1()
375 ios.width(25); in test1()
376 right(ios); in test1()
378 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
381 assert(ios.width() == 0); in test1()
383 ios.width(25); in test1()
384 internal(ios); in test1()
386 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
389 assert(ios.width() == 0); in test1()
392 ios.imbue(lg); in test1()
394 ios.width(0); in test1()
396 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
399 assert(ios.width() == 0); in test1()
401 ios.width(25); in test1()
402 left(ios); in test1()
404 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
407 assert(ios.width() == 0); in test1()
409 ios.width(25); in test1()
410 right(ios); in test1()
412 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
415 assert(ios.width() == 0); in test1()
417 ios.width(25); in test1()
418 internal(ios); in test1()
420 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
423 assert(ios.width() == 0); in test1()
427 showpoint(ios); in test1()
429 ios.imbue(lc); in test1()
431 ios.width(0); in test1()
433 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
436 assert(ios.width() == 0); in test1()
438 ios.width(25); in test1()
439 left(ios); in test1()
441 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
444 assert(ios.width() == 0); in test1()
446 ios.width(25); in test1()
447 right(ios); in test1()
449 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
452 assert(ios.width() == 0); in test1()
454 ios.width(25); in test1()
455 internal(ios); in test1()
457 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
460 assert(ios.width() == 0); in test1()
463 ios.imbue(lg); in test1()
465 ios.width(0); in test1()
467 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
470 assert(ios.width() == 0); in test1()
472 ios.width(25); in test1()
473 left(ios); in test1()
475 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
478 assert(ios.width() == 0); in test1()
480 ios.width(25); in test1()
481 right(ios); in test1()
483 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
486 assert(ios.width() == 0); in test1()
488 ios.width(25); in test1()
489 internal(ios); in test1()
491 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
494 assert(ios.width() == 0); in test1()
499 showpos(ios); in test1()
501 noshowpoint(ios); in test1()
503 ios.imbue(lc); in test1()
505 ios.width(0); in test1()
507 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
510 assert(ios.width() == 0); in test1()
512 ios.width(25); in test1()
513 left(ios); in test1()
515 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
518 assert(ios.width() == 0); in test1()
520 ios.width(25); in test1()
521 right(ios); in test1()
523 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
526 assert(ios.width() == 0); in test1()
528 ios.width(25); in test1()
529 internal(ios); in test1()
531 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
534 assert(ios.width() == 0); in test1()
537 ios.imbue(lg); in test1()
539 ios.width(0); in test1()
541 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
544 assert(ios.width() == 0); in test1()
546 ios.width(25); in test1()
547 left(ios); in test1()
549 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
552 assert(ios.width() == 0); in test1()
554 ios.width(25); in test1()
555 right(ios); in test1()
557 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
560 assert(ios.width() == 0); in test1()
562 ios.width(25); in test1()
563 internal(ios); in test1()
565 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
568 assert(ios.width() == 0); in test1()
572 showpoint(ios); in test1()
574 ios.imbue(lc); in test1()
576 ios.width(0); in test1()
578 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
581 assert(ios.width() == 0); in test1()
583 ios.width(25); in test1()
584 left(ios); in test1()
586 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
589 assert(ios.width() == 0); in test1()
591 ios.width(25); in test1()
592 right(ios); in test1()
594 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
597 assert(ios.width() == 0); in test1()
599 ios.width(25); in test1()
600 internal(ios); in test1()
602 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
605 assert(ios.width() == 0); in test1()
608 ios.imbue(lg); in test1()
610 ios.width(0); in test1()
612 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
615 assert(ios.width() == 0); in test1()
617 ios.width(25); in test1()
618 left(ios); in test1()
620 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
623 assert(ios.width() == 0); in test1()
625 ios.width(25); in test1()
626 right(ios); in test1()
628 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
631 assert(ios.width() == 0); in test1()
633 ios.width(25); in test1()
634 internal(ios); in test1()
636 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
639 assert(ios.width() == 0); in test1()
646 ios.precision(1); in test1()
648 nouppercase(ios); in test1()
650 noshowpos(ios); in test1()
652 noshowpoint(ios); in test1()
654 ios.imbue(lc); in test1()
656 ios.width(0); in test1()
658 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
661 assert(ios.width() == 0); in test1()
663 ios.width(25); in test1()
664 left(ios); in test1()
666 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
669 assert(ios.width() == 0); in test1()
671 ios.width(25); in test1()
672 right(ios); in test1()
674 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
677 assert(ios.width() == 0); in test1()
679 ios.width(25); in test1()
680 internal(ios); in test1()
682 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
685 assert(ios.width() == 0); in test1()
688 ios.imbue(lg); in test1()
690 ios.width(0); in test1()
692 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
695 assert(ios.width() == 0); in test1()
697 ios.width(25); in test1()
698 left(ios); in test1()
700 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
703 assert(ios.width() == 0); in test1()
705 ios.width(25); in test1()
706 right(ios); in test1()
708 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
711 assert(ios.width() == 0); in test1()
713 ios.width(25); in test1()
714 internal(ios); in test1()
716 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
719 assert(ios.width() == 0); in test1()
723 showpoint(ios); in test1()
725 ios.imbue(lc); in test1()
727 ios.width(0); in test1()
729 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
732 assert(ios.width() == 0); in test1()
734 ios.width(25); in test1()
735 left(ios); in test1()
737 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
740 assert(ios.width() == 0); in test1()
742 ios.width(25); in test1()
743 right(ios); in test1()
745 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
748 assert(ios.width() == 0); in test1()
750 ios.width(25); in test1()
751 internal(ios); in test1()
753 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
756 assert(ios.width() == 0); in test1()
759 ios.imbue(lg); in test1()
761 ios.width(0); in test1()
763 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
766 assert(ios.width() == 0); in test1()
768 ios.width(25); in test1()
769 left(ios); in test1()
771 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
774 assert(ios.width() == 0); in test1()
776 ios.width(25); in test1()
777 right(ios); in test1()
779 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
782 assert(ios.width() == 0); in test1()
784 ios.width(25); in test1()
785 internal(ios); in test1()
787 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
790 assert(ios.width() == 0); in test1()
795 showpos(ios); in test1()
797 noshowpoint(ios); in test1()
799 ios.imbue(lc); in test1()
801 ios.width(0); in test1()
803 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
806 assert(ios.width() == 0); in test1()
808 ios.width(25); in test1()
809 left(ios); in test1()
811 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
814 assert(ios.width() == 0); in test1()
816 ios.width(25); in test1()
817 right(ios); in test1()
819 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
822 assert(ios.width() == 0); in test1()
824 ios.width(25); in test1()
825 internal(ios); in test1()
827 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
830 assert(ios.width() == 0); in test1()
833 ios.imbue(lg); in test1()
835 ios.width(0); in test1()
837 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
840 assert(ios.width() == 0); in test1()
842 ios.width(25); in test1()
843 left(ios); in test1()
845 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
848 assert(ios.width() == 0); in test1()
850 ios.width(25); in test1()
851 right(ios); in test1()
853 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
856 assert(ios.width() == 0); in test1()
858 ios.width(25); in test1()
859 internal(ios); in test1()
861 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
864 assert(ios.width() == 0); in test1()
868 showpoint(ios); in test1()
870 ios.imbue(lc); in test1()
872 ios.width(0); in test1()
874 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
877 assert(ios.width() == 0); in test1()
879 ios.width(25); in test1()
880 left(ios); in test1()
882 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
885 assert(ios.width() == 0); in test1()
887 ios.width(25); in test1()
888 right(ios); in test1()
890 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
893 assert(ios.width() == 0); in test1()
895 ios.width(25); in test1()
896 internal(ios); in test1()
898 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
901 assert(ios.width() == 0); in test1()
904 ios.imbue(lg); in test1()
906 ios.width(0); in test1()
908 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
911 assert(ios.width() == 0); in test1()
913 ios.width(25); in test1()
914 left(ios); in test1()
916 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
919 assert(ios.width() == 0); in test1()
921 ios.width(25); in test1()
922 right(ios); in test1()
924 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
927 assert(ios.width() == 0); in test1()
929 ios.width(25); in test1()
930 internal(ios); in test1()
932 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
935 assert(ios.width() == 0); in test1()
941 uppercase(ios); in test1()
943 noshowpos(ios); in test1()
945 noshowpoint(ios); in test1()
947 ios.imbue(lc); in test1()
949 ios.width(0); in test1()
951 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
954 assert(ios.width() == 0); in test1()
956 ios.width(25); in test1()
957 left(ios); in test1()
959 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
962 assert(ios.width() == 0); in test1()
964 ios.width(25); in test1()
965 right(ios); in test1()
967 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
970 assert(ios.width() == 0); in test1()
972 ios.width(25); in test1()
973 internal(ios); in test1()
975 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
978 assert(ios.width() == 0); in test1()
981 ios.imbue(lg); in test1()
983 ios.width(0); in test1()
985 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
988 assert(ios.width() == 0); in test1()
990 ios.width(25); in test1()
991 left(ios); in test1()
993 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
996 assert(ios.width() == 0); in test1()
998 ios.width(25); in test1()
999 right(ios); in test1()
1001 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1004 assert(ios.width() == 0); in test1()
1006 ios.width(25); in test1()
1007 internal(ios); in test1()
1009 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1012 assert(ios.width() == 0); in test1()
1016 showpoint(ios); in test1()
1018 ios.imbue(lc); in test1()
1020 ios.width(0); in test1()
1022 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1025 assert(ios.width() == 0); in test1()
1027 ios.width(25); in test1()
1028 left(ios); in test1()
1030 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1033 assert(ios.width() == 0); in test1()
1035 ios.width(25); in test1()
1036 right(ios); in test1()
1038 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1041 assert(ios.width() == 0); in test1()
1043 ios.width(25); in test1()
1044 internal(ios); in test1()
1046 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1049 assert(ios.width() == 0); in test1()
1052 ios.imbue(lg); in test1()
1054 ios.width(0); in test1()
1056 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1059 assert(ios.width() == 0); in test1()
1061 ios.width(25); in test1()
1062 left(ios); in test1()
1064 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1067 assert(ios.width() == 0); in test1()
1069 ios.width(25); in test1()
1070 right(ios); in test1()
1072 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1075 assert(ios.width() == 0); in test1()
1077 ios.width(25); in test1()
1078 internal(ios); in test1()
1080 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1083 assert(ios.width() == 0); in test1()
1088 showpos(ios); in test1()
1090 noshowpoint(ios); in test1()
1092 ios.imbue(lc); in test1()
1094 ios.width(0); in test1()
1096 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1099 assert(ios.width() == 0); in test1()
1101 ios.width(25); in test1()
1102 left(ios); in test1()
1104 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1107 assert(ios.width() == 0); in test1()
1109 ios.width(25); in test1()
1110 right(ios); in test1()
1112 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1115 assert(ios.width() == 0); in test1()
1117 ios.width(25); in test1()
1118 internal(ios); in test1()
1120 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1123 assert(ios.width() == 0); in test1()
1126 ios.imbue(lg); in test1()
1128 ios.width(0); in test1()
1130 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1133 assert(ios.width() == 0); in test1()
1135 ios.width(25); in test1()
1136 left(ios); in test1()
1138 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1141 assert(ios.width() == 0); in test1()
1143 ios.width(25); in test1()
1144 right(ios); in test1()
1146 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1149 assert(ios.width() == 0); in test1()
1151 ios.width(25); in test1()
1152 internal(ios); in test1()
1154 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1157 assert(ios.width() == 0); in test1()
1161 showpoint(ios); in test1()
1163 ios.imbue(lc); in test1()
1165 ios.width(0); in test1()
1167 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1170 assert(ios.width() == 0); in test1()
1172 ios.width(25); in test1()
1173 left(ios); in test1()
1175 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1178 assert(ios.width() == 0); in test1()
1180 ios.width(25); in test1()
1181 right(ios); in test1()
1183 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1186 assert(ios.width() == 0); in test1()
1188 ios.width(25); in test1()
1189 internal(ios); in test1()
1191 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1194 assert(ios.width() == 0); in test1()
1197 ios.imbue(lg); in test1()
1199 ios.width(0); in test1()
1201 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1204 assert(ios.width() == 0); in test1()
1206 ios.width(25); in test1()
1207 left(ios); in test1()
1209 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1212 assert(ios.width() == 0); in test1()
1214 ios.width(25); in test1()
1215 right(ios); in test1()
1217 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1220 assert(ios.width() == 0); in test1()
1222 ios.width(25); in test1()
1223 internal(ios); in test1()
1225 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1228 assert(ios.width() == 0); in test1()
1235 ios.precision(6); in test1()
1237 nouppercase(ios); in test1()
1239 noshowpos(ios); in test1()
1241 noshowpoint(ios); in test1()
1243 ios.imbue(lc); in test1()
1245 ios.width(0); in test1()
1247 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1250 assert(ios.width() == 0); in test1()
1252 ios.width(25); in test1()
1253 left(ios); in test1()
1255 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1258 assert(ios.width() == 0); in test1()
1260 ios.width(25); in test1()
1261 right(ios); in test1()
1263 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1266 assert(ios.width() == 0); in test1()
1268 ios.width(25); in test1()
1269 internal(ios); in test1()
1271 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1274 assert(ios.width() == 0); in test1()
1277 ios.imbue(lg); in test1()
1279 ios.width(0); in test1()
1281 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1284 assert(ios.width() == 0); in test1()
1286 ios.width(25); in test1()
1287 left(ios); in test1()
1289 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1292 assert(ios.width() == 0); in test1()
1294 ios.width(25); in test1()
1295 right(ios); in test1()
1297 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1300 assert(ios.width() == 0); in test1()
1302 ios.width(25); in test1()
1303 internal(ios); in test1()
1305 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1308 assert(ios.width() == 0); in test1()
1312 showpoint(ios); in test1()
1314 ios.imbue(lc); in test1()
1316 ios.width(0); in test1()
1318 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1321 assert(ios.width() == 0); in test1()
1323 ios.width(25); in test1()
1324 left(ios); in test1()
1326 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1329 assert(ios.width() == 0); in test1()
1331 ios.width(25); in test1()
1332 right(ios); in test1()
1334 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1337 assert(ios.width() == 0); in test1()
1339 ios.width(25); in test1()
1340 internal(ios); in test1()
1342 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1345 assert(ios.width() == 0); in test1()
1348 ios.imbue(lg); in test1()
1350 ios.width(0); in test1()
1352 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1355 assert(ios.width() == 0); in test1()
1357 ios.width(25); in test1()
1358 left(ios); in test1()
1360 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1363 assert(ios.width() == 0); in test1()
1365 ios.width(25); in test1()
1366 right(ios); in test1()
1368 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1371 assert(ios.width() == 0); in test1()
1373 ios.width(25); in test1()
1374 internal(ios); in test1()
1376 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1379 assert(ios.width() == 0); in test1()
1384 showpos(ios); in test1()
1386 noshowpoint(ios); in test1()
1388 ios.imbue(lc); in test1()
1390 ios.width(0); in test1()
1392 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1395 assert(ios.width() == 0); in test1()
1397 ios.width(25); in test1()
1398 left(ios); in test1()
1400 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1403 assert(ios.width() == 0); in test1()
1405 ios.width(25); in test1()
1406 right(ios); in test1()
1408 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1411 assert(ios.width() == 0); in test1()
1413 ios.width(25); in test1()
1414 internal(ios); in test1()
1416 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1419 assert(ios.width() == 0); in test1()
1422 ios.imbue(lg); in test1()
1424 ios.width(0); in test1()
1426 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1429 assert(ios.width() == 0); in test1()
1431 ios.width(25); in test1()
1432 left(ios); in test1()
1434 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1437 assert(ios.width() == 0); in test1()
1439 ios.width(25); in test1()
1440 right(ios); in test1()
1442 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1445 assert(ios.width() == 0); in test1()
1447 ios.width(25); in test1()
1448 internal(ios); in test1()
1450 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1453 assert(ios.width() == 0); in test1()
1457 showpoint(ios); in test1()
1459 ios.imbue(lc); in test1()
1461 ios.width(0); in test1()
1463 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1466 assert(ios.width() == 0); in test1()
1468 ios.width(25); in test1()
1469 left(ios); in test1()
1471 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1474 assert(ios.width() == 0); in test1()
1476 ios.width(25); in test1()
1477 right(ios); in test1()
1479 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1482 assert(ios.width() == 0); in test1()
1484 ios.width(25); in test1()
1485 internal(ios); in test1()
1487 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1490 assert(ios.width() == 0); in test1()
1493 ios.imbue(lg); in test1()
1495 ios.width(0); in test1()
1497 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1500 assert(ios.width() == 0); in test1()
1502 ios.width(25); in test1()
1503 left(ios); in test1()
1505 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1508 assert(ios.width() == 0); in test1()
1510 ios.width(25); in test1()
1511 right(ios); in test1()
1513 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1516 assert(ios.width() == 0); in test1()
1518 ios.width(25); in test1()
1519 internal(ios); in test1()
1521 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1524 assert(ios.width() == 0); in test1()
1530 uppercase(ios); in test1()
1532 noshowpos(ios); in test1()
1534 noshowpoint(ios); in test1()
1536 ios.imbue(lc); in test1()
1538 ios.width(0); in test1()
1540 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1543 assert(ios.width() == 0); in test1()
1545 ios.width(25); in test1()
1546 left(ios); in test1()
1548 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1551 assert(ios.width() == 0); in test1()
1553 ios.width(25); in test1()
1554 right(ios); in test1()
1556 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1559 assert(ios.width() == 0); in test1()
1561 ios.width(25); in test1()
1562 internal(ios); in test1()
1564 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1567 assert(ios.width() == 0); in test1()
1570 ios.imbue(lg); in test1()
1572 ios.width(0); in test1()
1574 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1577 assert(ios.width() == 0); in test1()
1579 ios.width(25); in test1()
1580 left(ios); in test1()
1582 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1585 assert(ios.width() == 0); in test1()
1587 ios.width(25); in test1()
1588 right(ios); in test1()
1590 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1593 assert(ios.width() == 0); in test1()
1595 ios.width(25); in test1()
1596 internal(ios); in test1()
1598 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1601 assert(ios.width() == 0); in test1()
1605 showpoint(ios); in test1()
1607 ios.imbue(lc); in test1()
1609 ios.width(0); in test1()
1611 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1614 assert(ios.width() == 0); in test1()
1616 ios.width(25); in test1()
1617 left(ios); in test1()
1619 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1622 assert(ios.width() == 0); in test1()
1624 ios.width(25); in test1()
1625 right(ios); in test1()
1627 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1630 assert(ios.width() == 0); in test1()
1632 ios.width(25); in test1()
1633 internal(ios); in test1()
1635 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1638 assert(ios.width() == 0); in test1()
1641 ios.imbue(lg); in test1()
1643 ios.width(0); in test1()
1645 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1648 assert(ios.width() == 0); in test1()
1650 ios.width(25); in test1()
1651 left(ios); in test1()
1653 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1656 assert(ios.width() == 0); in test1()
1658 ios.width(25); in test1()
1659 right(ios); in test1()
1661 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1664 assert(ios.width() == 0); in test1()
1666 ios.width(25); in test1()
1667 internal(ios); in test1()
1669 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1672 assert(ios.width() == 0); in test1()
1677 showpos(ios); in test1()
1679 noshowpoint(ios); in test1()
1681 ios.imbue(lc); in test1()
1683 ios.width(0); in test1()
1685 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1688 assert(ios.width() == 0); in test1()
1690 ios.width(25); in test1()
1691 left(ios); in test1()
1693 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1696 assert(ios.width() == 0); in test1()
1698 ios.width(25); in test1()
1699 right(ios); in test1()
1701 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1704 assert(ios.width() == 0); in test1()
1706 ios.width(25); in test1()
1707 internal(ios); in test1()
1709 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1712 assert(ios.width() == 0); in test1()
1715 ios.imbue(lg); in test1()
1717 ios.width(0); in test1()
1719 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1722 assert(ios.width() == 0); in test1()
1724 ios.width(25); in test1()
1725 left(ios); in test1()
1727 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1730 assert(ios.width() == 0); in test1()
1732 ios.width(25); in test1()
1733 right(ios); in test1()
1735 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1738 assert(ios.width() == 0); in test1()
1740 ios.width(25); in test1()
1741 internal(ios); in test1()
1743 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1746 assert(ios.width() == 0); in test1()
1750 showpoint(ios); in test1()
1752 ios.imbue(lc); in test1()
1754 ios.width(0); in test1()
1756 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1759 assert(ios.width() == 0); in test1()
1761 ios.width(25); in test1()
1762 left(ios); in test1()
1764 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1767 assert(ios.width() == 0); in test1()
1769 ios.width(25); in test1()
1770 right(ios); in test1()
1772 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1775 assert(ios.width() == 0); in test1()
1777 ios.width(25); in test1()
1778 internal(ios); in test1()
1780 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1783 assert(ios.width() == 0); in test1()
1786 ios.imbue(lg); in test1()
1788 ios.width(0); in test1()
1790 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1793 assert(ios.width() == 0); in test1()
1795 ios.width(25); in test1()
1796 left(ios); in test1()
1798 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1801 assert(ios.width() == 0); in test1()
1803 ios.width(25); in test1()
1804 right(ios); in test1()
1806 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1809 assert(ios.width() == 0); in test1()
1811 ios.width(25); in test1()
1812 internal(ios); in test1()
1814 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1817 assert(ios.width() == 0); in test1()
1824 ios.precision(16); in test1()
1826 nouppercase(ios); in test1()
1828 noshowpos(ios); in test1()
1830 noshowpoint(ios); in test1()
1832 ios.imbue(lc); in test1()
1834 ios.width(0); in test1()
1836 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1839 assert(ios.width() == 0); in test1()
1841 ios.width(25); in test1()
1842 left(ios); in test1()
1844 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1847 assert(ios.width() == 0); in test1()
1849 ios.width(25); in test1()
1850 right(ios); in test1()
1852 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1855 assert(ios.width() == 0); in test1()
1857 ios.width(25); in test1()
1858 internal(ios); in test1()
1860 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1863 assert(ios.width() == 0); in test1()
1866 ios.imbue(lg); in test1()
1868 ios.width(0); in test1()
1870 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1873 assert(ios.width() == 0); in test1()
1875 ios.width(25); in test1()
1876 left(ios); in test1()
1878 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1881 assert(ios.width() == 0); in test1()
1883 ios.width(25); in test1()
1884 right(ios); in test1()
1886 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1889 assert(ios.width() == 0); in test1()
1891 ios.width(25); in test1()
1892 internal(ios); in test1()
1894 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1897 assert(ios.width() == 0); in test1()
1901 showpoint(ios); in test1()
1903 ios.imbue(lc); in test1()
1905 ios.width(0); in test1()
1907 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1910 assert(ios.width() == 0); in test1()
1912 ios.width(25); in test1()
1913 left(ios); in test1()
1915 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1918 assert(ios.width() == 0); in test1()
1920 ios.width(25); in test1()
1921 right(ios); in test1()
1923 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1926 assert(ios.width() == 0); in test1()
1928 ios.width(25); in test1()
1929 internal(ios); in test1()
1931 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1934 assert(ios.width() == 0); in test1()
1937 ios.imbue(lg); in test1()
1939 ios.width(0); in test1()
1941 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1944 assert(ios.width() == 0); in test1()
1946 ios.width(25); in test1()
1947 left(ios); in test1()
1949 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1952 assert(ios.width() == 0); in test1()
1954 ios.width(25); in test1()
1955 right(ios); in test1()
1957 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1960 assert(ios.width() == 0); in test1()
1962 ios.width(25); in test1()
1963 internal(ios); in test1()
1965 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1968 assert(ios.width() == 0); in test1()
1973 showpos(ios); in test1()
1975 noshowpoint(ios); in test1()
1977 ios.imbue(lc); in test1()
1979 ios.width(0); in test1()
1981 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1984 assert(ios.width() == 0); in test1()
1986 ios.width(25); in test1()
1987 left(ios); in test1()
1989 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
1992 assert(ios.width() == 0); in test1()
1994 ios.width(25); in test1()
1995 right(ios); in test1()
1997 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2000 assert(ios.width() == 0); in test1()
2002 ios.width(25); in test1()
2003 internal(ios); in test1()
2005 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2008 assert(ios.width() == 0); in test1()
2011 ios.imbue(lg); in test1()
2013 ios.width(0); in test1()
2015 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2018 assert(ios.width() == 0); in test1()
2020 ios.width(25); in test1()
2021 left(ios); in test1()
2023 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2026 assert(ios.width() == 0); in test1()
2028 ios.width(25); in test1()
2029 right(ios); in test1()
2031 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2034 assert(ios.width() == 0); in test1()
2036 ios.width(25); in test1()
2037 internal(ios); in test1()
2039 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2042 assert(ios.width() == 0); in test1()
2046 showpoint(ios); in test1()
2048 ios.imbue(lc); in test1()
2050 ios.width(0); in test1()
2052 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2055 assert(ios.width() == 0); in test1()
2057 ios.width(25); in test1()
2058 left(ios); in test1()
2060 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2063 assert(ios.width() == 0); in test1()
2065 ios.width(25); in test1()
2066 right(ios); in test1()
2068 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2071 assert(ios.width() == 0); in test1()
2073 ios.width(25); in test1()
2074 internal(ios); in test1()
2076 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2079 assert(ios.width() == 0); in test1()
2082 ios.imbue(lg); in test1()
2084 ios.width(0); in test1()
2086 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2089 assert(ios.width() == 0); in test1()
2091 ios.width(25); in test1()
2092 left(ios); in test1()
2094 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2097 assert(ios.width() == 0); in test1()
2099 ios.width(25); in test1()
2100 right(ios); in test1()
2102 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2105 assert(ios.width() == 0); in test1()
2107 ios.width(25); in test1()
2108 internal(ios); in test1()
2110 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2113 assert(ios.width() == 0); in test1()
2119 uppercase(ios); in test1()
2121 noshowpos(ios); in test1()
2123 noshowpoint(ios); in test1()
2125 ios.imbue(lc); in test1()
2127 ios.width(0); in test1()
2129 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2132 assert(ios.width() == 0); in test1()
2134 ios.width(25); in test1()
2135 left(ios); in test1()
2137 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2140 assert(ios.width() == 0); in test1()
2142 ios.width(25); in test1()
2143 right(ios); in test1()
2145 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2148 assert(ios.width() == 0); in test1()
2150 ios.width(25); in test1()
2151 internal(ios); in test1()
2153 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2156 assert(ios.width() == 0); in test1()
2159 ios.imbue(lg); in test1()
2161 ios.width(0); in test1()
2163 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2166 assert(ios.width() == 0); in test1()
2168 ios.width(25); in test1()
2169 left(ios); in test1()
2171 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2174 assert(ios.width() == 0); in test1()
2176 ios.width(25); in test1()
2177 right(ios); in test1()
2179 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2182 assert(ios.width() == 0); in test1()
2184 ios.width(25); in test1()
2185 internal(ios); in test1()
2187 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2190 assert(ios.width() == 0); in test1()
2194 showpoint(ios); in test1()
2196 ios.imbue(lc); in test1()
2198 ios.width(0); in test1()
2200 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2203 assert(ios.width() == 0); in test1()
2205 ios.width(25); in test1()
2206 left(ios); in test1()
2208 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2211 assert(ios.width() == 0); in test1()
2213 ios.width(25); in test1()
2214 right(ios); in test1()
2216 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2219 assert(ios.width() == 0); in test1()
2221 ios.width(25); in test1()
2222 internal(ios); in test1()
2224 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2227 assert(ios.width() == 0); in test1()
2230 ios.imbue(lg); in test1()
2232 ios.width(0); in test1()
2234 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2237 assert(ios.width() == 0); in test1()
2239 ios.width(25); in test1()
2240 left(ios); in test1()
2242 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2245 assert(ios.width() == 0); in test1()
2247 ios.width(25); in test1()
2248 right(ios); in test1()
2250 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2253 assert(ios.width() == 0); in test1()
2255 ios.width(25); in test1()
2256 internal(ios); in test1()
2258 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2261 assert(ios.width() == 0); in test1()
2266 showpos(ios); in test1()
2268 noshowpoint(ios); in test1()
2270 ios.imbue(lc); in test1()
2272 ios.width(0); in test1()
2274 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2277 assert(ios.width() == 0); in test1()
2279 ios.width(25); in test1()
2280 left(ios); in test1()
2282 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2285 assert(ios.width() == 0); in test1()
2287 ios.width(25); in test1()
2288 right(ios); in test1()
2290 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2293 assert(ios.width() == 0); in test1()
2295 ios.width(25); in test1()
2296 internal(ios); in test1()
2298 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2301 assert(ios.width() == 0); in test1()
2304 ios.imbue(lg); in test1()
2306 ios.width(0); in test1()
2308 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2311 assert(ios.width() == 0); in test1()
2313 ios.width(25); in test1()
2314 left(ios); in test1()
2316 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2319 assert(ios.width() == 0); in test1()
2321 ios.width(25); in test1()
2322 right(ios); in test1()
2324 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2327 assert(ios.width() == 0); in test1()
2329 ios.width(25); in test1()
2330 internal(ios); in test1()
2332 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2335 assert(ios.width() == 0); in test1()
2339 showpoint(ios); in test1()
2341 ios.imbue(lc); in test1()
2343 ios.width(0); in test1()
2345 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2348 assert(ios.width() == 0); in test1()
2350 ios.width(25); in test1()
2351 left(ios); in test1()
2353 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2356 assert(ios.width() == 0); in test1()
2358 ios.width(25); in test1()
2359 right(ios); in test1()
2361 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2364 assert(ios.width() == 0); in test1()
2366 ios.width(25); in test1()
2367 internal(ios); in test1()
2369 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2372 assert(ios.width() == 0); in test1()
2375 ios.imbue(lg); in test1()
2377 ios.width(0); in test1()
2379 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2382 assert(ios.width() == 0); in test1()
2384 ios.width(25); in test1()
2385 left(ios); in test1()
2387 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2390 assert(ios.width() == 0); in test1()
2392 ios.width(25); in test1()
2393 right(ios); in test1()
2395 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2398 assert(ios.width() == 0); in test1()
2400 ios.width(25); in test1()
2401 internal(ios); in test1()
2403 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2406 assert(ios.width() == 0); in test1()
2413 ios.precision(60); in test1()
2415 nouppercase(ios); in test1()
2417 noshowpos(ios); in test1()
2419 noshowpoint(ios); in test1()
2421 ios.imbue(lc); in test1()
2423 ios.width(0); in test1()
2425 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2428 assert(ios.width() == 0); in test1()
2430 ios.width(25); in test1()
2431 left(ios); in test1()
2433 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2436 assert(ios.width() == 0); in test1()
2438 ios.width(25); in test1()
2439 right(ios); in test1()
2441 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2444 assert(ios.width() == 0); in test1()
2446 ios.width(25); in test1()
2447 internal(ios); in test1()
2449 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2452 assert(ios.width() == 0); in test1()
2455 ios.imbue(lg); in test1()
2457 ios.width(0); in test1()
2459 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2462 assert(ios.width() == 0); in test1()
2464 ios.width(25); in test1()
2465 left(ios); in test1()
2467 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2470 assert(ios.width() == 0); in test1()
2472 ios.width(25); in test1()
2473 right(ios); in test1()
2475 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2478 assert(ios.width() == 0); in test1()
2480 ios.width(25); in test1()
2481 internal(ios); in test1()
2483 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2486 assert(ios.width() == 0); in test1()
2490 showpoint(ios); in test1()
2492 ios.imbue(lc); in test1()
2494 ios.width(0); in test1()
2496 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2499 assert(ios.width() == 0); in test1()
2501 ios.width(25); in test1()
2502 left(ios); in test1()
2504 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2507 assert(ios.width() == 0); in test1()
2509 ios.width(25); in test1()
2510 right(ios); in test1()
2512 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2515 assert(ios.width() == 0); in test1()
2517 ios.width(25); in test1()
2518 internal(ios); in test1()
2520 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2523 assert(ios.width() == 0); in test1()
2526 ios.imbue(lg); in test1()
2528 ios.width(0); in test1()
2530 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2533 assert(ios.width() == 0); in test1()
2535 ios.width(25); in test1()
2536 left(ios); in test1()
2538 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2541 assert(ios.width() == 0); in test1()
2543 ios.width(25); in test1()
2544 right(ios); in test1()
2546 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2549 assert(ios.width() == 0); in test1()
2551 ios.width(25); in test1()
2552 internal(ios); in test1()
2554 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2557 assert(ios.width() == 0); in test1()
2562 showpos(ios); in test1()
2564 noshowpoint(ios); in test1()
2566 ios.imbue(lc); in test1()
2568 ios.width(0); in test1()
2570 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2573 assert(ios.width() == 0); in test1()
2575 ios.width(25); in test1()
2576 left(ios); in test1()
2578 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2581 assert(ios.width() == 0); in test1()
2583 ios.width(25); in test1()
2584 right(ios); in test1()
2586 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2589 assert(ios.width() == 0); in test1()
2591 ios.width(25); in test1()
2592 internal(ios); in test1()
2594 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2597 assert(ios.width() == 0); in test1()
2600 ios.imbue(lg); in test1()
2602 ios.width(0); in test1()
2604 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2607 assert(ios.width() == 0); in test1()
2609 ios.width(25); in test1()
2610 left(ios); in test1()
2612 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2615 assert(ios.width() == 0); in test1()
2617 ios.width(25); in test1()
2618 right(ios); in test1()
2620 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2623 assert(ios.width() == 0); in test1()
2625 ios.width(25); in test1()
2626 internal(ios); in test1()
2628 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2631 assert(ios.width() == 0); in test1()
2635 showpoint(ios); in test1()
2637 ios.imbue(lc); in test1()
2639 ios.width(0); in test1()
2641 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2644 assert(ios.width() == 0); in test1()
2646 ios.width(25); in test1()
2647 left(ios); in test1()
2649 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2652 assert(ios.width() == 0); in test1()
2654 ios.width(25); in test1()
2655 right(ios); in test1()
2657 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2660 assert(ios.width() == 0); in test1()
2662 ios.width(25); in test1()
2663 internal(ios); in test1()
2665 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2668 assert(ios.width() == 0); in test1()
2671 ios.imbue(lg); in test1()
2673 ios.width(0); in test1()
2675 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2678 assert(ios.width() == 0); in test1()
2680 ios.width(25); in test1()
2681 left(ios); in test1()
2683 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2686 assert(ios.width() == 0); in test1()
2688 ios.width(25); in test1()
2689 right(ios); in test1()
2691 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2694 assert(ios.width() == 0); in test1()
2696 ios.width(25); in test1()
2697 internal(ios); in test1()
2699 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2702 assert(ios.width() == 0); in test1()
2708 uppercase(ios); in test1()
2710 noshowpos(ios); in test1()
2712 noshowpoint(ios); in test1()
2714 ios.imbue(lc); in test1()
2716 ios.width(0); in test1()
2718 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2721 assert(ios.width() == 0); in test1()
2723 ios.width(25); in test1()
2724 left(ios); in test1()
2726 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2729 assert(ios.width() == 0); in test1()
2731 ios.width(25); in test1()
2732 right(ios); in test1()
2734 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2737 assert(ios.width() == 0); in test1()
2739 ios.width(25); in test1()
2740 internal(ios); in test1()
2742 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2745 assert(ios.width() == 0); in test1()
2748 ios.imbue(lg); in test1()
2750 ios.width(0); in test1()
2752 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2755 assert(ios.width() == 0); in test1()
2757 ios.width(25); in test1()
2758 left(ios); in test1()
2760 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2763 assert(ios.width() == 0); in test1()
2765 ios.width(25); in test1()
2766 right(ios); in test1()
2768 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2771 assert(ios.width() == 0); in test1()
2773 ios.width(25); in test1()
2774 internal(ios); in test1()
2776 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2779 assert(ios.width() == 0); in test1()
2783 showpoint(ios); in test1()
2785 ios.imbue(lc); in test1()
2787 ios.width(0); in test1()
2789 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2792 assert(ios.width() == 0); in test1()
2794 ios.width(25); in test1()
2795 left(ios); in test1()
2797 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2800 assert(ios.width() == 0); in test1()
2802 ios.width(25); in test1()
2803 right(ios); in test1()
2805 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2808 assert(ios.width() == 0); in test1()
2810 ios.width(25); in test1()
2811 internal(ios); in test1()
2813 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2816 assert(ios.width() == 0); in test1()
2819 ios.imbue(lg); in test1()
2821 ios.width(0); in test1()
2823 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2826 assert(ios.width() == 0); in test1()
2828 ios.width(25); in test1()
2829 left(ios); in test1()
2831 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2834 assert(ios.width() == 0); in test1()
2836 ios.width(25); in test1()
2837 right(ios); in test1()
2839 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2842 assert(ios.width() == 0); in test1()
2844 ios.width(25); in test1()
2845 internal(ios); in test1()
2847 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2850 assert(ios.width() == 0); in test1()
2855 showpos(ios); in test1()
2857 noshowpoint(ios); in test1()
2859 ios.imbue(lc); in test1()
2861 ios.width(0); in test1()
2863 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2866 assert(ios.width() == 0); in test1()
2868 ios.width(25); in test1()
2869 left(ios); in test1()
2871 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2874 assert(ios.width() == 0); in test1()
2876 ios.width(25); in test1()
2877 right(ios); in test1()
2879 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2882 assert(ios.width() == 0); in test1()
2884 ios.width(25); in test1()
2885 internal(ios); in test1()
2887 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2890 assert(ios.width() == 0); in test1()
2893 ios.imbue(lg); in test1()
2895 ios.width(0); in test1()
2897 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2900 assert(ios.width() == 0); in test1()
2902 ios.width(25); in test1()
2903 left(ios); in test1()
2905 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2908 assert(ios.width() == 0); in test1()
2910 ios.width(25); in test1()
2911 right(ios); in test1()
2913 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2916 assert(ios.width() == 0); in test1()
2918 ios.width(25); in test1()
2919 internal(ios); in test1()
2921 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2924 assert(ios.width() == 0); in test1()
2928 showpoint(ios); in test1()
2930 ios.imbue(lc); in test1()
2932 ios.width(0); in test1()
2934 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2937 assert(ios.width() == 0); in test1()
2939 ios.width(25); in test1()
2940 left(ios); in test1()
2942 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2945 assert(ios.width() == 0); in test1()
2947 ios.width(25); in test1()
2948 right(ios); in test1()
2950 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2953 assert(ios.width() == 0); in test1()
2955 ios.width(25); in test1()
2956 internal(ios); in test1()
2958 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2961 assert(ios.width() == 0); in test1()
2964 ios.imbue(lg); in test1()
2966 ios.width(0); in test1()
2968 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2971 assert(ios.width() == 0); in test1()
2973 ios.width(25); in test1()
2974 left(ios); in test1()
2976 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2979 assert(ios.width() == 0); in test1()
2981 ios.width(25); in test1()
2982 right(ios); in test1()
2984 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2987 assert(ios.width() == 0); in test1()
2989 ios.width(25); in test1()
2990 internal(ios); in test1()
2992 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test1()
2995 assert(ios.width() == 0); in test1()
3015 std::ios ios(0); in test2() local
3018 ios.precision(0); in test2()
3020 nouppercase(ios); in test2()
3022 noshowpos(ios); in test2()
3024 noshowpoint(ios); in test2()
3026 ios.imbue(lc); in test2()
3028 ios.width(0); in test2()
3030 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3033 assert(ios.width() == 0); in test2()
3035 ios.width(25); in test2()
3036 left(ios); in test2()
3038 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3041 assert(ios.width() == 0); in test2()
3043 ios.width(25); in test2()
3044 right(ios); in test2()
3046 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3049 assert(ios.width() == 0); in test2()
3051 ios.width(25); in test2()
3052 internal(ios); in test2()
3054 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3057 assert(ios.width() == 0); in test2()
3060 ios.imbue(lg); in test2()
3062 ios.width(0); in test2()
3064 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3067 assert(ios.width() == 0); in test2()
3069 ios.width(25); in test2()
3070 left(ios); in test2()
3072 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3075 assert(ios.width() == 0); in test2()
3077 ios.width(25); in test2()
3078 right(ios); in test2()
3080 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3083 assert(ios.width() == 0); in test2()
3085 ios.width(25); in test2()
3086 internal(ios); in test2()
3088 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3091 assert(ios.width() == 0); in test2()
3095 showpoint(ios); in test2()
3097 ios.imbue(lc); in test2()
3099 ios.width(0); in test2()
3101 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3104 assert(ios.width() == 0); in test2()
3106 ios.width(25); in test2()
3107 left(ios); in test2()
3109 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3112 assert(ios.width() == 0); in test2()
3114 ios.width(25); in test2()
3115 right(ios); in test2()
3117 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3120 assert(ios.width() == 0); in test2()
3122 ios.width(25); in test2()
3123 internal(ios); in test2()
3125 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3128 assert(ios.width() == 0); in test2()
3131 ios.imbue(lg); in test2()
3133 ios.width(0); in test2()
3135 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3138 assert(ios.width() == 0); in test2()
3140 ios.width(25); in test2()
3141 left(ios); in test2()
3143 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3146 assert(ios.width() == 0); in test2()
3148 ios.width(25); in test2()
3149 right(ios); in test2()
3151 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3154 assert(ios.width() == 0); in test2()
3156 ios.width(25); in test2()
3157 internal(ios); in test2()
3159 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3162 assert(ios.width() == 0); in test2()
3167 showpos(ios); in test2()
3169 noshowpoint(ios); in test2()
3171 ios.imbue(lc); in test2()
3173 ios.width(0); in test2()
3175 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3178 assert(ios.width() == 0); in test2()
3180 ios.width(25); in test2()
3181 left(ios); in test2()
3183 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3186 assert(ios.width() == 0); in test2()
3188 ios.width(25); in test2()
3189 right(ios); in test2()
3191 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3194 assert(ios.width() == 0); in test2()
3196 ios.width(25); in test2()
3197 internal(ios); in test2()
3199 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3202 assert(ios.width() == 0); in test2()
3205 ios.imbue(lg); in test2()
3207 ios.width(0); in test2()
3209 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3212 assert(ios.width() == 0); in test2()
3214 ios.width(25); in test2()
3215 left(ios); in test2()
3217 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3220 assert(ios.width() == 0); in test2()
3222 ios.width(25); in test2()
3223 right(ios); in test2()
3225 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3228 assert(ios.width() == 0); in test2()
3230 ios.width(25); in test2()
3231 internal(ios); in test2()
3233 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3236 assert(ios.width() == 0); in test2()
3240 showpoint(ios); in test2()
3242 ios.imbue(lc); in test2()
3244 ios.width(0); in test2()
3246 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3249 assert(ios.width() == 0); in test2()
3251 ios.width(25); in test2()
3252 left(ios); in test2()
3254 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3257 assert(ios.width() == 0); in test2()
3259 ios.width(25); in test2()
3260 right(ios); in test2()
3262 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3265 assert(ios.width() == 0); in test2()
3267 ios.width(25); in test2()
3268 internal(ios); in test2()
3270 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3273 assert(ios.width() == 0); in test2()
3276 ios.imbue(lg); in test2()
3278 ios.width(0); in test2()
3280 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3283 assert(ios.width() == 0); in test2()
3285 ios.width(25); in test2()
3286 left(ios); in test2()
3288 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3291 assert(ios.width() == 0); in test2()
3293 ios.width(25); in test2()
3294 right(ios); in test2()
3296 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3299 assert(ios.width() == 0); in test2()
3301 ios.width(25); in test2()
3302 internal(ios); in test2()
3304 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3307 assert(ios.width() == 0); in test2()
3313 uppercase(ios); in test2()
3315 noshowpos(ios); in test2()
3317 noshowpoint(ios); in test2()
3319 ios.imbue(lc); in test2()
3321 ios.width(0); in test2()
3323 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3326 assert(ios.width() == 0); in test2()
3328 ios.width(25); in test2()
3329 left(ios); in test2()
3331 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3334 assert(ios.width() == 0); in test2()
3336 ios.width(25); in test2()
3337 right(ios); in test2()
3339 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3342 assert(ios.width() == 0); in test2()
3344 ios.width(25); in test2()
3345 internal(ios); in test2()
3347 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3350 assert(ios.width() == 0); in test2()
3353 ios.imbue(lg); in test2()
3355 ios.width(0); in test2()
3357 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3360 assert(ios.width() == 0); in test2()
3362 ios.width(25); in test2()
3363 left(ios); in test2()
3365 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3368 assert(ios.width() == 0); in test2()
3370 ios.width(25); in test2()
3371 right(ios); in test2()
3373 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3376 assert(ios.width() == 0); in test2()
3378 ios.width(25); in test2()
3379 internal(ios); in test2()
3381 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3384 assert(ios.width() == 0); in test2()
3388 showpoint(ios); in test2()
3390 ios.imbue(lc); in test2()
3392 ios.width(0); in test2()
3394 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3397 assert(ios.width() == 0); in test2()
3399 ios.width(25); in test2()
3400 left(ios); in test2()
3402 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3405 assert(ios.width() == 0); in test2()
3407 ios.width(25); in test2()
3408 right(ios); in test2()
3410 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3413 assert(ios.width() == 0); in test2()
3415 ios.width(25); in test2()
3416 internal(ios); in test2()
3418 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3421 assert(ios.width() == 0); in test2()
3424 ios.imbue(lg); in test2()
3426 ios.width(0); in test2()
3428 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3431 assert(ios.width() == 0); in test2()
3433 ios.width(25); in test2()
3434 left(ios); in test2()
3436 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3439 assert(ios.width() == 0); in test2()
3441 ios.width(25); in test2()
3442 right(ios); in test2()
3444 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3447 assert(ios.width() == 0); in test2()
3449 ios.width(25); in test2()
3450 internal(ios); in test2()
3452 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3455 assert(ios.width() == 0); in test2()
3460 showpos(ios); in test2()
3462 noshowpoint(ios); in test2()
3464 ios.imbue(lc); in test2()
3466 ios.width(0); in test2()
3468 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3471 assert(ios.width() == 0); in test2()
3473 ios.width(25); in test2()
3474 left(ios); in test2()
3476 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3479 assert(ios.width() == 0); in test2()
3481 ios.width(25); in test2()
3482 right(ios); in test2()
3484 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3487 assert(ios.width() == 0); in test2()
3489 ios.width(25); in test2()
3490 internal(ios); in test2()
3492 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3495 assert(ios.width() == 0); in test2()
3498 ios.imbue(lg); in test2()
3500 ios.width(0); in test2()
3502 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3505 assert(ios.width() == 0); in test2()
3507 ios.width(25); in test2()
3508 left(ios); in test2()
3510 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3513 assert(ios.width() == 0); in test2()
3515 ios.width(25); in test2()
3516 right(ios); in test2()
3518 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3521 assert(ios.width() == 0); in test2()
3523 ios.width(25); in test2()
3524 internal(ios); in test2()
3526 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3529 assert(ios.width() == 0); in test2()
3533 showpoint(ios); in test2()
3535 ios.imbue(lc); in test2()
3537 ios.width(0); in test2()
3539 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3542 assert(ios.width() == 0); in test2()
3544 ios.width(25); in test2()
3545 left(ios); in test2()
3547 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3550 assert(ios.width() == 0); in test2()
3552 ios.width(25); in test2()
3553 right(ios); in test2()
3555 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3558 assert(ios.width() == 0); in test2()
3560 ios.width(25); in test2()
3561 internal(ios); in test2()
3563 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3566 assert(ios.width() == 0); in test2()
3569 ios.imbue(lg); in test2()
3571 ios.width(0); in test2()
3573 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3576 assert(ios.width() == 0); in test2()
3578 ios.width(25); in test2()
3579 left(ios); in test2()
3581 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3584 assert(ios.width() == 0); in test2()
3586 ios.width(25); in test2()
3587 right(ios); in test2()
3589 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3592 assert(ios.width() == 0); in test2()
3594 ios.width(25); in test2()
3595 internal(ios); in test2()
3597 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3600 assert(ios.width() == 0); in test2()
3607 ios.precision(1); in test2()
3609 nouppercase(ios); in test2()
3611 noshowpos(ios); in test2()
3613 noshowpoint(ios); in test2()
3615 ios.imbue(lc); in test2()
3617 ios.width(0); in test2()
3619 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3622 assert(ios.width() == 0); in test2()
3624 ios.width(25); in test2()
3625 left(ios); in test2()
3627 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3630 assert(ios.width() == 0); in test2()
3632 ios.width(25); in test2()
3633 right(ios); in test2()
3635 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3638 assert(ios.width() == 0); in test2()
3640 ios.width(25); in test2()
3641 internal(ios); in test2()
3643 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3646 assert(ios.width() == 0); in test2()
3649 ios.imbue(lg); in test2()
3651 ios.width(0); in test2()
3653 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3656 assert(ios.width() == 0); in test2()
3658 ios.width(25); in test2()
3659 left(ios); in test2()
3661 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3664 assert(ios.width() == 0); in test2()
3666 ios.width(25); in test2()
3667 right(ios); in test2()
3669 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3672 assert(ios.width() == 0); in test2()
3674 ios.width(25); in test2()
3675 internal(ios); in test2()
3677 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3680 assert(ios.width() == 0); in test2()
3684 showpoint(ios); in test2()
3686 ios.imbue(lc); in test2()
3688 ios.width(0); in test2()
3690 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3693 assert(ios.width() == 0); in test2()
3695 ios.width(25); in test2()
3696 left(ios); in test2()
3698 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3701 assert(ios.width() == 0); in test2()
3703 ios.width(25); in test2()
3704 right(ios); in test2()
3706 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3709 assert(ios.width() == 0); in test2()
3711 ios.width(25); in test2()
3712 internal(ios); in test2()
3714 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3717 assert(ios.width() == 0); in test2()
3720 ios.imbue(lg); in test2()
3722 ios.width(0); in test2()
3724 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3727 assert(ios.width() == 0); in test2()
3729 ios.width(25); in test2()
3730 left(ios); in test2()
3732 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3735 assert(ios.width() == 0); in test2()
3737 ios.width(25); in test2()
3738 right(ios); in test2()
3740 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3743 assert(ios.width() == 0); in test2()
3745 ios.width(25); in test2()
3746 internal(ios); in test2()
3748 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3751 assert(ios.width() == 0); in test2()
3756 showpos(ios); in test2()
3758 noshowpoint(ios); in test2()
3760 ios.imbue(lc); in test2()
3762 ios.width(0); in test2()
3764 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3767 assert(ios.width() == 0); in test2()
3769 ios.width(25); in test2()
3770 left(ios); in test2()
3772 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3775 assert(ios.width() == 0); in test2()
3777 ios.width(25); in test2()
3778 right(ios); in test2()
3780 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3783 assert(ios.width() == 0); in test2()
3785 ios.width(25); in test2()
3786 internal(ios); in test2()
3788 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3791 assert(ios.width() == 0); in test2()
3794 ios.imbue(lg); in test2()
3796 ios.width(0); in test2()
3798 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3801 assert(ios.width() == 0); in test2()
3803 ios.width(25); in test2()
3804 left(ios); in test2()
3806 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3809 assert(ios.width() == 0); in test2()
3811 ios.width(25); in test2()
3812 right(ios); in test2()
3814 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3817 assert(ios.width() == 0); in test2()
3819 ios.width(25); in test2()
3820 internal(ios); in test2()
3822 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3825 assert(ios.width() == 0); in test2()
3829 showpoint(ios); in test2()
3831 ios.imbue(lc); in test2()
3833 ios.width(0); in test2()
3835 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3838 assert(ios.width() == 0); in test2()
3840 ios.width(25); in test2()
3841 left(ios); in test2()
3843 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3846 assert(ios.width() == 0); in test2()
3848 ios.width(25); in test2()
3849 right(ios); in test2()
3851 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3854 assert(ios.width() == 0); in test2()
3856 ios.width(25); in test2()
3857 internal(ios); in test2()
3859 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3862 assert(ios.width() == 0); in test2()
3865 ios.imbue(lg); in test2()
3867 ios.width(0); in test2()
3869 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3872 assert(ios.width() == 0); in test2()
3874 ios.width(25); in test2()
3875 left(ios); in test2()
3877 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3880 assert(ios.width() == 0); in test2()
3882 ios.width(25); in test2()
3883 right(ios); in test2()
3885 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3888 assert(ios.width() == 0); in test2()
3890 ios.width(25); in test2()
3891 internal(ios); in test2()
3893 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3896 assert(ios.width() == 0); in test2()
3902 uppercase(ios); in test2()
3904 noshowpos(ios); in test2()
3906 noshowpoint(ios); in test2()
3908 ios.imbue(lc); in test2()
3910 ios.width(0); in test2()
3912 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3915 assert(ios.width() == 0); in test2()
3917 ios.width(25); in test2()
3918 left(ios); in test2()
3920 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3923 assert(ios.width() == 0); in test2()
3925 ios.width(25); in test2()
3926 right(ios); in test2()
3928 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3931 assert(ios.width() == 0); in test2()
3933 ios.width(25); in test2()
3934 internal(ios); in test2()
3936 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3939 assert(ios.width() == 0); in test2()
3942 ios.imbue(lg); in test2()
3944 ios.width(0); in test2()
3946 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3949 assert(ios.width() == 0); in test2()
3951 ios.width(25); in test2()
3952 left(ios); in test2()
3954 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3957 assert(ios.width() == 0); in test2()
3959 ios.width(25); in test2()
3960 right(ios); in test2()
3962 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3965 assert(ios.width() == 0); in test2()
3967 ios.width(25); in test2()
3968 internal(ios); in test2()
3970 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3973 assert(ios.width() == 0); in test2()
3977 showpoint(ios); in test2()
3979 ios.imbue(lc); in test2()
3981 ios.width(0); in test2()
3983 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3986 assert(ios.width() == 0); in test2()
3988 ios.width(25); in test2()
3989 left(ios); in test2()
3991 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
3994 assert(ios.width() == 0); in test2()
3996 ios.width(25); in test2()
3997 right(ios); in test2()
3999 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4002 assert(ios.width() == 0); in test2()
4004 ios.width(25); in test2()
4005 internal(ios); in test2()
4007 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4010 assert(ios.width() == 0); in test2()
4013 ios.imbue(lg); in test2()
4015 ios.width(0); in test2()
4017 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4020 assert(ios.width() == 0); in test2()
4022 ios.width(25); in test2()
4023 left(ios); in test2()
4025 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4028 assert(ios.width() == 0); in test2()
4030 ios.width(25); in test2()
4031 right(ios); in test2()
4033 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4036 assert(ios.width() == 0); in test2()
4038 ios.width(25); in test2()
4039 internal(ios); in test2()
4041 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4044 assert(ios.width() == 0); in test2()
4049 showpos(ios); in test2()
4051 noshowpoint(ios); in test2()
4053 ios.imbue(lc); in test2()
4055 ios.width(0); in test2()
4057 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4060 assert(ios.width() == 0); in test2()
4062 ios.width(25); in test2()
4063 left(ios); in test2()
4065 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4068 assert(ios.width() == 0); in test2()
4070 ios.width(25); in test2()
4071 right(ios); in test2()
4073 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4076 assert(ios.width() == 0); in test2()
4078 ios.width(25); in test2()
4079 internal(ios); in test2()
4081 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4084 assert(ios.width() == 0); in test2()
4087 ios.imbue(lg); in test2()
4089 ios.width(0); in test2()
4091 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4094 assert(ios.width() == 0); in test2()
4096 ios.width(25); in test2()
4097 left(ios); in test2()
4099 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4102 assert(ios.width() == 0); in test2()
4104 ios.width(25); in test2()
4105 right(ios); in test2()
4107 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4110 assert(ios.width() == 0); in test2()
4112 ios.width(25); in test2()
4113 internal(ios); in test2()
4115 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4118 assert(ios.width() == 0); in test2()
4122 showpoint(ios); in test2()
4124 ios.imbue(lc); in test2()
4126 ios.width(0); in test2()
4128 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4131 assert(ios.width() == 0); in test2()
4133 ios.width(25); in test2()
4134 left(ios); in test2()
4136 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4139 assert(ios.width() == 0); in test2()
4141 ios.width(25); in test2()
4142 right(ios); in test2()
4144 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4147 assert(ios.width() == 0); in test2()
4149 ios.width(25); in test2()
4150 internal(ios); in test2()
4152 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4155 assert(ios.width() == 0); in test2()
4158 ios.imbue(lg); in test2()
4160 ios.width(0); in test2()
4162 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4165 assert(ios.width() == 0); in test2()
4167 ios.width(25); in test2()
4168 left(ios); in test2()
4170 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4173 assert(ios.width() == 0); in test2()
4175 ios.width(25); in test2()
4176 right(ios); in test2()
4178 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4181 assert(ios.width() == 0); in test2()
4183 ios.width(25); in test2()
4184 internal(ios); in test2()
4186 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4189 assert(ios.width() == 0); in test2()
4196 ios.precision(6); in test2()
4198 nouppercase(ios); in test2()
4200 noshowpos(ios); in test2()
4202 noshowpoint(ios); in test2()
4204 ios.imbue(lc); in test2()
4206 ios.width(0); in test2()
4208 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4211 assert(ios.width() == 0); in test2()
4213 ios.width(25); in test2()
4214 left(ios); in test2()
4216 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4219 assert(ios.width() == 0); in test2()
4221 ios.width(25); in test2()
4222 right(ios); in test2()
4224 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4227 assert(ios.width() == 0); in test2()
4229 ios.width(25); in test2()
4230 internal(ios); in test2()
4232 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4235 assert(ios.width() == 0); in test2()
4238 ios.imbue(lg); in test2()
4240 ios.width(0); in test2()
4242 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4245 assert(ios.width() == 0); in test2()
4247 ios.width(25); in test2()
4248 left(ios); in test2()
4250 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4253 assert(ios.width() == 0); in test2()
4255 ios.width(25); in test2()
4256 right(ios); in test2()
4258 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4261 assert(ios.width() == 0); in test2()
4263 ios.width(25); in test2()
4264 internal(ios); in test2()
4266 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4269 assert(ios.width() == 0); in test2()
4273 showpoint(ios); in test2()
4275 ios.imbue(lc); in test2()
4277 ios.width(0); in test2()
4279 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4282 assert(ios.width() == 0); in test2()
4284 ios.width(25); in test2()
4285 left(ios); in test2()
4287 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4290 assert(ios.width() == 0); in test2()
4292 ios.width(25); in test2()
4293 right(ios); in test2()
4295 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4298 assert(ios.width() == 0); in test2()
4300 ios.width(25); in test2()
4301 internal(ios); in test2()
4303 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4306 assert(ios.width() == 0); in test2()
4309 ios.imbue(lg); in test2()
4311 ios.width(0); in test2()
4313 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4316 assert(ios.width() == 0); in test2()
4318 ios.width(25); in test2()
4319 left(ios); in test2()
4321 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4324 assert(ios.width() == 0); in test2()
4326 ios.width(25); in test2()
4327 right(ios); in test2()
4329 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4332 assert(ios.width() == 0); in test2()
4334 ios.width(25); in test2()
4335 internal(ios); in test2()
4337 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4340 assert(ios.width() == 0); in test2()
4345 showpos(ios); in test2()
4347 noshowpoint(ios); in test2()
4349 ios.imbue(lc); in test2()
4351 ios.width(0); in test2()
4353 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4356 assert(ios.width() == 0); in test2()
4358 ios.width(25); in test2()
4359 left(ios); in test2()
4361 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4364 assert(ios.width() == 0); in test2()
4366 ios.width(25); in test2()
4367 right(ios); in test2()
4369 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4372 assert(ios.width() == 0); in test2()
4374 ios.width(25); in test2()
4375 internal(ios); in test2()
4377 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4380 assert(ios.width() == 0); in test2()
4383 ios.imbue(lg); in test2()
4385 ios.width(0); in test2()
4387 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4390 assert(ios.width() == 0); in test2()
4392 ios.width(25); in test2()
4393 left(ios); in test2()
4395 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4398 assert(ios.width() == 0); in test2()
4400 ios.width(25); in test2()
4401 right(ios); in test2()
4403 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4406 assert(ios.width() == 0); in test2()
4408 ios.width(25); in test2()
4409 internal(ios); in test2()
4411 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4414 assert(ios.width() == 0); in test2()
4418 showpoint(ios); in test2()
4420 ios.imbue(lc); in test2()
4422 ios.width(0); in test2()
4424 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4427 assert(ios.width() == 0); in test2()
4429 ios.width(25); in test2()
4430 left(ios); in test2()
4432 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4435 assert(ios.width() == 0); in test2()
4437 ios.width(25); in test2()
4438 right(ios); in test2()
4440 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4443 assert(ios.width() == 0); in test2()
4445 ios.width(25); in test2()
4446 internal(ios); in test2()
4448 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4451 assert(ios.width() == 0); in test2()
4454 ios.imbue(lg); in test2()
4456 ios.width(0); in test2()
4458 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4461 assert(ios.width() == 0); in test2()
4463 ios.width(25); in test2()
4464 left(ios); in test2()
4466 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4469 assert(ios.width() == 0); in test2()
4471 ios.width(25); in test2()
4472 right(ios); in test2()
4474 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4477 assert(ios.width() == 0); in test2()
4479 ios.width(25); in test2()
4480 internal(ios); in test2()
4482 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4485 assert(ios.width() == 0); in test2()
4491 uppercase(ios); in test2()
4493 noshowpos(ios); in test2()
4495 noshowpoint(ios); in test2()
4497 ios.imbue(lc); in test2()
4499 ios.width(0); in test2()
4501 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4504 assert(ios.width() == 0); in test2()
4506 ios.width(25); in test2()
4507 left(ios); in test2()
4509 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4512 assert(ios.width() == 0); in test2()
4514 ios.width(25); in test2()
4515 right(ios); in test2()
4517 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4520 assert(ios.width() == 0); in test2()
4522 ios.width(25); in test2()
4523 internal(ios); in test2()
4525 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4528 assert(ios.width() == 0); in test2()
4531 ios.imbue(lg); in test2()
4533 ios.width(0); in test2()
4535 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4538 assert(ios.width() == 0); in test2()
4540 ios.width(25); in test2()
4541 left(ios); in test2()
4543 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4546 assert(ios.width() == 0); in test2()
4548 ios.width(25); in test2()
4549 right(ios); in test2()
4551 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4554 assert(ios.width() == 0); in test2()
4556 ios.width(25); in test2()
4557 internal(ios); in test2()
4559 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4562 assert(ios.width() == 0); in test2()
4566 showpoint(ios); in test2()
4568 ios.imbue(lc); in test2()
4570 ios.width(0); in test2()
4572 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4575 assert(ios.width() == 0); in test2()
4577 ios.width(25); in test2()
4578 left(ios); in test2()
4580 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4583 assert(ios.width() == 0); in test2()
4585 ios.width(25); in test2()
4586 right(ios); in test2()
4588 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4591 assert(ios.width() == 0); in test2()
4593 ios.width(25); in test2()
4594 internal(ios); in test2()
4596 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4599 assert(ios.width() == 0); in test2()
4602 ios.imbue(lg); in test2()
4604 ios.width(0); in test2()
4606 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4609 assert(ios.width() == 0); in test2()
4611 ios.width(25); in test2()
4612 left(ios); in test2()
4614 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4617 assert(ios.width() == 0); in test2()
4619 ios.width(25); in test2()
4620 right(ios); in test2()
4622 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4625 assert(ios.width() == 0); in test2()
4627 ios.width(25); in test2()
4628 internal(ios); in test2()
4630 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4633 assert(ios.width() == 0); in test2()
4638 showpos(ios); in test2()
4640 noshowpoint(ios); in test2()
4642 ios.imbue(lc); in test2()
4644 ios.width(0); in test2()
4646 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4649 assert(ios.width() == 0); in test2()
4651 ios.width(25); in test2()
4652 left(ios); in test2()
4654 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4657 assert(ios.width() == 0); in test2()
4659 ios.width(25); in test2()
4660 right(ios); in test2()
4662 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4665 assert(ios.width() == 0); in test2()
4667 ios.width(25); in test2()
4668 internal(ios); in test2()
4670 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4673 assert(ios.width() == 0); in test2()
4676 ios.imbue(lg); in test2()
4678 ios.width(0); in test2()
4680 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4683 assert(ios.width() == 0); in test2()
4685 ios.width(25); in test2()
4686 left(ios); in test2()
4688 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4691 assert(ios.width() == 0); in test2()
4693 ios.width(25); in test2()
4694 right(ios); in test2()
4696 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4699 assert(ios.width() == 0); in test2()
4701 ios.width(25); in test2()
4702 internal(ios); in test2()
4704 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4707 assert(ios.width() == 0); in test2()
4711 showpoint(ios); in test2()
4713 ios.imbue(lc); in test2()
4715 ios.width(0); in test2()
4717 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4720 assert(ios.width() == 0); in test2()
4722 ios.width(25); in test2()
4723 left(ios); in test2()
4725 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4728 assert(ios.width() == 0); in test2()
4730 ios.width(25); in test2()
4731 right(ios); in test2()
4733 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4736 assert(ios.width() == 0); in test2()
4738 ios.width(25); in test2()
4739 internal(ios); in test2()
4741 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4744 assert(ios.width() == 0); in test2()
4747 ios.imbue(lg); in test2()
4749 ios.width(0); in test2()
4751 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4754 assert(ios.width() == 0); in test2()
4756 ios.width(25); in test2()
4757 left(ios); in test2()
4759 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4762 assert(ios.width() == 0); in test2()
4764 ios.width(25); in test2()
4765 right(ios); in test2()
4767 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4770 assert(ios.width() == 0); in test2()
4772 ios.width(25); in test2()
4773 internal(ios); in test2()
4775 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4778 assert(ios.width() == 0); in test2()
4785 ios.precision(16); in test2()
4787 nouppercase(ios); in test2()
4789 noshowpos(ios); in test2()
4791 noshowpoint(ios); in test2()
4793 ios.imbue(lc); in test2()
4795 ios.width(0); in test2()
4797 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4800 assert(ios.width() == 0); in test2()
4802 ios.width(25); in test2()
4803 left(ios); in test2()
4805 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4808 assert(ios.width() == 0); in test2()
4810 ios.width(25); in test2()
4811 right(ios); in test2()
4813 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4816 assert(ios.width() == 0); in test2()
4818 ios.width(25); in test2()
4819 internal(ios); in test2()
4821 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4824 assert(ios.width() == 0); in test2()
4827 ios.imbue(lg); in test2()
4829 ios.width(0); in test2()
4831 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4834 assert(ios.width() == 0); in test2()
4836 ios.width(25); in test2()
4837 left(ios); in test2()
4839 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4842 assert(ios.width() == 0); in test2()
4844 ios.width(25); in test2()
4845 right(ios); in test2()
4847 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4850 assert(ios.width() == 0); in test2()
4852 ios.width(25); in test2()
4853 internal(ios); in test2()
4855 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4858 assert(ios.width() == 0); in test2()
4862 showpoint(ios); in test2()
4864 ios.imbue(lc); in test2()
4866 ios.width(0); in test2()
4868 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4871 assert(ios.width() == 0); in test2()
4873 ios.width(25); in test2()
4874 left(ios); in test2()
4876 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4879 assert(ios.width() == 0); in test2()
4881 ios.width(25); in test2()
4882 right(ios); in test2()
4884 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4887 assert(ios.width() == 0); in test2()
4889 ios.width(25); in test2()
4890 internal(ios); in test2()
4892 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4895 assert(ios.width() == 0); in test2()
4898 ios.imbue(lg); in test2()
4900 ios.width(0); in test2()
4902 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4905 assert(ios.width() == 0); in test2()
4907 ios.width(25); in test2()
4908 left(ios); in test2()
4910 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4913 assert(ios.width() == 0); in test2()
4915 ios.width(25); in test2()
4916 right(ios); in test2()
4918 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4921 assert(ios.width() == 0); in test2()
4923 ios.width(25); in test2()
4924 internal(ios); in test2()
4926 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4929 assert(ios.width() == 0); in test2()
4934 showpos(ios); in test2()
4936 noshowpoint(ios); in test2()
4938 ios.imbue(lc); in test2()
4940 ios.width(0); in test2()
4942 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4945 assert(ios.width() == 0); in test2()
4947 ios.width(25); in test2()
4948 left(ios); in test2()
4950 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4953 assert(ios.width() == 0); in test2()
4955 ios.width(25); in test2()
4956 right(ios); in test2()
4958 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4961 assert(ios.width() == 0); in test2()
4963 ios.width(25); in test2()
4964 internal(ios); in test2()
4966 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4969 assert(ios.width() == 0); in test2()
4972 ios.imbue(lg); in test2()
4974 ios.width(0); in test2()
4976 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4979 assert(ios.width() == 0); in test2()
4981 ios.width(25); in test2()
4982 left(ios); in test2()
4984 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4987 assert(ios.width() == 0); in test2()
4989 ios.width(25); in test2()
4990 right(ios); in test2()
4992 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
4995 assert(ios.width() == 0); in test2()
4997 ios.width(25); in test2()
4998 internal(ios); in test2()
5000 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5003 assert(ios.width() == 0); in test2()
5007 showpoint(ios); in test2()
5009 ios.imbue(lc); in test2()
5011 ios.width(0); in test2()
5013 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5016 assert(ios.width() == 0); in test2()
5018 ios.width(25); in test2()
5019 left(ios); in test2()
5021 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5024 assert(ios.width() == 0); in test2()
5026 ios.width(25); in test2()
5027 right(ios); in test2()
5029 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5032 assert(ios.width() == 0); in test2()
5034 ios.width(25); in test2()
5035 internal(ios); in test2()
5037 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5040 assert(ios.width() == 0); in test2()
5043 ios.imbue(lg); in test2()
5045 ios.width(0); in test2()
5047 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5050 assert(ios.width() == 0); in test2()
5052 ios.width(25); in test2()
5053 left(ios); in test2()
5055 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5058 assert(ios.width() == 0); in test2()
5060 ios.width(25); in test2()
5061 right(ios); in test2()
5063 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5066 assert(ios.width() == 0); in test2()
5068 ios.width(25); in test2()
5069 internal(ios); in test2()
5071 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5074 assert(ios.width() == 0); in test2()
5080 uppercase(ios); in test2()
5082 noshowpos(ios); in test2()
5084 noshowpoint(ios); in test2()
5086 ios.imbue(lc); in test2()
5088 ios.width(0); in test2()
5090 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5093 assert(ios.width() == 0); in test2()
5095 ios.width(25); in test2()
5096 left(ios); in test2()
5098 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5101 assert(ios.width() == 0); in test2()
5103 ios.width(25); in test2()
5104 right(ios); in test2()
5106 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5109 assert(ios.width() == 0); in test2()
5111 ios.width(25); in test2()
5112 internal(ios); in test2()
5114 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5117 assert(ios.width() == 0); in test2()
5120 ios.imbue(lg); in test2()
5122 ios.width(0); in test2()
5124 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5127 assert(ios.width() == 0); in test2()
5129 ios.width(25); in test2()
5130 left(ios); in test2()
5132 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5135 assert(ios.width() == 0); in test2()
5137 ios.width(25); in test2()
5138 right(ios); in test2()
5140 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5143 assert(ios.width() == 0); in test2()
5145 ios.width(25); in test2()
5146 internal(ios); in test2()
5148 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5151 assert(ios.width() == 0); in test2()
5155 showpoint(ios); in test2()
5157 ios.imbue(lc); in test2()
5159 ios.width(0); in test2()
5161 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5164 assert(ios.width() == 0); in test2()
5166 ios.width(25); in test2()
5167 left(ios); in test2()
5169 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5172 assert(ios.width() == 0); in test2()
5174 ios.width(25); in test2()
5175 right(ios); in test2()
5177 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5180 assert(ios.width() == 0); in test2()
5182 ios.width(25); in test2()
5183 internal(ios); in test2()
5185 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5188 assert(ios.width() == 0); in test2()
5191 ios.imbue(lg); in test2()
5193 ios.width(0); in test2()
5195 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5198 assert(ios.width() == 0); in test2()
5200 ios.width(25); in test2()
5201 left(ios); in test2()
5203 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5206 assert(ios.width() == 0); in test2()
5208 ios.width(25); in test2()
5209 right(ios); in test2()
5211 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5214 assert(ios.width() == 0); in test2()
5216 ios.width(25); in test2()
5217 internal(ios); in test2()
5219 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5222 assert(ios.width() == 0); in test2()
5227 showpos(ios); in test2()
5229 noshowpoint(ios); in test2()
5231 ios.imbue(lc); in test2()
5233 ios.width(0); in test2()
5235 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5238 assert(ios.width() == 0); in test2()
5240 ios.width(25); in test2()
5241 left(ios); in test2()
5243 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5246 assert(ios.width() == 0); in test2()
5248 ios.width(25); in test2()
5249 right(ios); in test2()
5251 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5254 assert(ios.width() == 0); in test2()
5256 ios.width(25); in test2()
5257 internal(ios); in test2()
5259 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5262 assert(ios.width() == 0); in test2()
5265 ios.imbue(lg); in test2()
5267 ios.width(0); in test2()
5269 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5272 assert(ios.width() == 0); in test2()
5274 ios.width(25); in test2()
5275 left(ios); in test2()
5277 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5280 assert(ios.width() == 0); in test2()
5282 ios.width(25); in test2()
5283 right(ios); in test2()
5285 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5288 assert(ios.width() == 0); in test2()
5290 ios.width(25); in test2()
5291 internal(ios); in test2()
5293 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5296 assert(ios.width() == 0); in test2()
5300 showpoint(ios); in test2()
5302 ios.imbue(lc); in test2()
5304 ios.width(0); in test2()
5306 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5309 assert(ios.width() == 0); in test2()
5311 ios.width(25); in test2()
5312 left(ios); in test2()
5314 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5317 assert(ios.width() == 0); in test2()
5319 ios.width(25); in test2()
5320 right(ios); in test2()
5322 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5325 assert(ios.width() == 0); in test2()
5327 ios.width(25); in test2()
5328 internal(ios); in test2()
5330 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5333 assert(ios.width() == 0); in test2()
5336 ios.imbue(lg); in test2()
5338 ios.width(0); in test2()
5340 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5343 assert(ios.width() == 0); in test2()
5345 ios.width(25); in test2()
5346 left(ios); in test2()
5348 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5351 assert(ios.width() == 0); in test2()
5353 ios.width(25); in test2()
5354 right(ios); in test2()
5356 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5359 assert(ios.width() == 0); in test2()
5361 ios.width(25); in test2()
5362 internal(ios); in test2()
5364 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5367 assert(ios.width() == 0); in test2()
5374 ios.precision(60); in test2()
5376 nouppercase(ios); in test2()
5378 noshowpos(ios); in test2()
5380 noshowpoint(ios); in test2()
5382 ios.imbue(lc); in test2()
5384 ios.width(0); in test2()
5386 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5389 assert(ios.width() == 0); in test2()
5391 ios.width(25); in test2()
5392 left(ios); in test2()
5394 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5397 assert(ios.width() == 0); in test2()
5399 ios.width(25); in test2()
5400 right(ios); in test2()
5402 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5405 assert(ios.width() == 0); in test2()
5407 ios.width(25); in test2()
5408 internal(ios); in test2()
5410 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5413 assert(ios.width() == 0); in test2()
5416 ios.imbue(lg); in test2()
5418 ios.width(0); in test2()
5420 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5423 assert(ios.width() == 0); in test2()
5425 ios.width(25); in test2()
5426 left(ios); in test2()
5428 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5431 assert(ios.width() == 0); in test2()
5433 ios.width(25); in test2()
5434 right(ios); in test2()
5436 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5439 assert(ios.width() == 0); in test2()
5441 ios.width(25); in test2()
5442 internal(ios); in test2()
5444 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5447 assert(ios.width() == 0); in test2()
5451 showpoint(ios); in test2()
5453 ios.imbue(lc); in test2()
5455 ios.width(0); in test2()
5457 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5460 assert(ios.width() == 0); in test2()
5462 ios.width(25); in test2()
5463 left(ios); in test2()
5465 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5468 assert(ios.width() == 0); in test2()
5470 ios.width(25); in test2()
5471 right(ios); in test2()
5473 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5476 assert(ios.width() == 0); in test2()
5478 ios.width(25); in test2()
5479 internal(ios); in test2()
5481 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5484 assert(ios.width() == 0); in test2()
5487 ios.imbue(lg); in test2()
5489 ios.width(0); in test2()
5491 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5494 assert(ios.width() == 0); in test2()
5496 ios.width(25); in test2()
5497 left(ios); in test2()
5499 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5502 assert(ios.width() == 0); in test2()
5504 ios.width(25); in test2()
5505 right(ios); in test2()
5507 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5510 assert(ios.width() == 0); in test2()
5512 ios.width(25); in test2()
5513 internal(ios); in test2()
5515 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5518 assert(ios.width() == 0); in test2()
5523 showpos(ios); in test2()
5525 noshowpoint(ios); in test2()
5527 ios.imbue(lc); in test2()
5529 ios.width(0); in test2()
5531 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5534 assert(ios.width() == 0); in test2()
5536 ios.width(25); in test2()
5537 left(ios); in test2()
5539 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5542 assert(ios.width() == 0); in test2()
5544 ios.width(25); in test2()
5545 right(ios); in test2()
5547 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5550 assert(ios.width() == 0); in test2()
5552 ios.width(25); in test2()
5553 internal(ios); in test2()
5555 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5558 assert(ios.width() == 0); in test2()
5561 ios.imbue(lg); in test2()
5563 ios.width(0); in test2()
5565 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5568 assert(ios.width() == 0); in test2()
5570 ios.width(25); in test2()
5571 left(ios); in test2()
5573 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5576 assert(ios.width() == 0); in test2()
5578 ios.width(25); in test2()
5579 right(ios); in test2()
5581 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5584 assert(ios.width() == 0); in test2()
5586 ios.width(25); in test2()
5587 internal(ios); in test2()
5589 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5592 assert(ios.width() == 0); in test2()
5596 showpoint(ios); in test2()
5598 ios.imbue(lc); in test2()
5600 ios.width(0); in test2()
5602 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5605 assert(ios.width() == 0); in test2()
5607 ios.width(25); in test2()
5608 left(ios); in test2()
5610 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5613 assert(ios.width() == 0); in test2()
5615 ios.width(25); in test2()
5616 right(ios); in test2()
5618 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5621 assert(ios.width() == 0); in test2()
5623 ios.width(25); in test2()
5624 internal(ios); in test2()
5626 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5629 assert(ios.width() == 0); in test2()
5632 ios.imbue(lg); in test2()
5634 ios.width(0); in test2()
5636 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5639 assert(ios.width() == 0); in test2()
5641 ios.width(25); in test2()
5642 left(ios); in test2()
5644 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5647 assert(ios.width() == 0); in test2()
5649 ios.width(25); in test2()
5650 right(ios); in test2()
5652 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5655 assert(ios.width() == 0); in test2()
5657 ios.width(25); in test2()
5658 internal(ios); in test2()
5660 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5663 assert(ios.width() == 0); in test2()
5669 uppercase(ios); in test2()
5671 noshowpos(ios); in test2()
5673 noshowpoint(ios); in test2()
5675 ios.imbue(lc); in test2()
5677 ios.width(0); in test2()
5679 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5682 assert(ios.width() == 0); in test2()
5684 ios.width(25); in test2()
5685 left(ios); in test2()
5687 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5690 assert(ios.width() == 0); in test2()
5692 ios.width(25); in test2()
5693 right(ios); in test2()
5695 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5698 assert(ios.width() == 0); in test2()
5700 ios.width(25); in test2()
5701 internal(ios); in test2()
5703 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5706 assert(ios.width() == 0); in test2()
5709 ios.imbue(lg); in test2()
5711 ios.width(0); in test2()
5713 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5716 assert(ios.width() == 0); in test2()
5718 ios.width(25); in test2()
5719 left(ios); in test2()
5721 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5724 assert(ios.width() == 0); in test2()
5726 ios.width(25); in test2()
5727 right(ios); in test2()
5729 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5732 assert(ios.width() == 0); in test2()
5734 ios.width(25); in test2()
5735 internal(ios); in test2()
5737 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5740 assert(ios.width() == 0); in test2()
5744 showpoint(ios); in test2()
5746 ios.imbue(lc); in test2()
5748 ios.width(0); in test2()
5750 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5753 assert(ios.width() == 0); in test2()
5755 ios.width(25); in test2()
5756 left(ios); in test2()
5758 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5761 assert(ios.width() == 0); in test2()
5763 ios.width(25); in test2()
5764 right(ios); in test2()
5766 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5769 assert(ios.width() == 0); in test2()
5771 ios.width(25); in test2()
5772 internal(ios); in test2()
5774 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5777 assert(ios.width() == 0); in test2()
5780 ios.imbue(lg); in test2()
5782 ios.width(0); in test2()
5784 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5787 assert(ios.width() == 0); in test2()
5789 ios.width(25); in test2()
5790 left(ios); in test2()
5792 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5795 assert(ios.width() == 0); in test2()
5797 ios.width(25); in test2()
5798 right(ios); in test2()
5800 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5803 assert(ios.width() == 0); in test2()
5805 ios.width(25); in test2()
5806 internal(ios); in test2()
5808 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5811 assert(ios.width() == 0); in test2()
5816 showpos(ios); in test2()
5818 noshowpoint(ios); in test2()
5820 ios.imbue(lc); in test2()
5822 ios.width(0); in test2()
5824 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5827 assert(ios.width() == 0); in test2()
5829 ios.width(25); in test2()
5830 left(ios); in test2()
5832 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5835 assert(ios.width() == 0); in test2()
5837 ios.width(25); in test2()
5838 right(ios); in test2()
5840 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5843 assert(ios.width() == 0); in test2()
5845 ios.width(25); in test2()
5846 internal(ios); in test2()
5848 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5851 assert(ios.width() == 0); in test2()
5854 ios.imbue(lg); in test2()
5856 ios.width(0); in test2()
5858 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5861 assert(ios.width() == 0); in test2()
5863 ios.width(25); in test2()
5864 left(ios); in test2()
5866 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5869 assert(ios.width() == 0); in test2()
5871 ios.width(25); in test2()
5872 right(ios); in test2()
5874 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5877 assert(ios.width() == 0); in test2()
5879 ios.width(25); in test2()
5880 internal(ios); in test2()
5882 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5885 assert(ios.width() == 0); in test2()
5889 showpoint(ios); in test2()
5891 ios.imbue(lc); in test2()
5893 ios.width(0); in test2()
5895 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5898 assert(ios.width() == 0); in test2()
5900 ios.width(25); in test2()
5901 left(ios); in test2()
5903 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5906 assert(ios.width() == 0); in test2()
5908 ios.width(25); in test2()
5909 right(ios); in test2()
5911 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5914 assert(ios.width() == 0); in test2()
5916 ios.width(25); in test2()
5917 internal(ios); in test2()
5919 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5922 assert(ios.width() == 0); in test2()
5925 ios.imbue(lg); in test2()
5927 ios.width(0); in test2()
5929 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5932 assert(ios.width() == 0); in test2()
5934 ios.width(25); in test2()
5935 left(ios); in test2()
5937 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5940 assert(ios.width() == 0); in test2()
5942 ios.width(25); in test2()
5943 right(ios); in test2()
5945 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5948 assert(ios.width() == 0); in test2()
5950 ios.width(25); in test2()
5951 internal(ios); in test2()
5953 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test2()
5956 assert(ios.width() == 0); in test2()
5976 std::ios ios(0); in test3() local
5977 fixed(ios); in test3()
5980 ios.precision(0); in test3()
5982 nouppercase(ios); in test3()
5984 noshowpos(ios); in test3()
5986 noshowpoint(ios); in test3()
5988 ios.imbue(lc); in test3()
5990 ios.width(0); in test3()
5992 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
5995 assert(ios.width() == 0); in test3()
5997 ios.width(25); in test3()
5998 left(ios); in test3()
6000 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6003 assert(ios.width() == 0); in test3()
6005 ios.width(25); in test3()
6006 right(ios); in test3()
6008 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6011 assert(ios.width() == 0); in test3()
6013 ios.width(25); in test3()
6014 internal(ios); in test3()
6016 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6019 assert(ios.width() == 0); in test3()
6022 ios.imbue(lg); in test3()
6024 ios.width(0); in test3()
6026 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6029 assert(ios.width() == 0); in test3()
6031 ios.width(25); in test3()
6032 left(ios); in test3()
6034 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6037 assert(ios.width() == 0); in test3()
6039 ios.width(25); in test3()
6040 right(ios); in test3()
6042 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6045 assert(ios.width() == 0); in test3()
6047 ios.width(25); in test3()
6048 internal(ios); in test3()
6050 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6053 assert(ios.width() == 0); in test3()
6057 showpoint(ios); in test3()
6059 ios.imbue(lc); in test3()
6061 ios.width(0); in test3()
6063 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6066 assert(ios.width() == 0); in test3()
6068 ios.width(25); in test3()
6069 left(ios); in test3()
6071 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6074 assert(ios.width() == 0); in test3()
6076 ios.width(25); in test3()
6077 right(ios); in test3()
6079 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6082 assert(ios.width() == 0); in test3()
6084 ios.width(25); in test3()
6085 internal(ios); in test3()
6087 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6090 assert(ios.width() == 0); in test3()
6093 ios.imbue(lg); in test3()
6095 ios.width(0); in test3()
6097 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6100 assert(ios.width() == 0); in test3()
6102 ios.width(25); in test3()
6103 left(ios); in test3()
6105 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6108 assert(ios.width() == 0); in test3()
6110 ios.width(25); in test3()
6111 right(ios); in test3()
6113 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6116 assert(ios.width() == 0); in test3()
6118 ios.width(25); in test3()
6119 internal(ios); in test3()
6121 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6124 assert(ios.width() == 0); in test3()
6129 showpos(ios); in test3()
6131 noshowpoint(ios); in test3()
6133 ios.imbue(lc); in test3()
6135 ios.width(0); in test3()
6137 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6140 assert(ios.width() == 0); in test3()
6142 ios.width(25); in test3()
6143 left(ios); in test3()
6145 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6148 assert(ios.width() == 0); in test3()
6150 ios.width(25); in test3()
6151 right(ios); in test3()
6153 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6156 assert(ios.width() == 0); in test3()
6158 ios.width(25); in test3()
6159 internal(ios); in test3()
6161 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6164 assert(ios.width() == 0); in test3()
6167 ios.imbue(lg); in test3()
6169 ios.width(0); in test3()
6171 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6174 assert(ios.width() == 0); in test3()
6176 ios.width(25); in test3()
6177 left(ios); in test3()
6179 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6182 assert(ios.width() == 0); in test3()
6184 ios.width(25); in test3()
6185 right(ios); in test3()
6187 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6190 assert(ios.width() == 0); in test3()
6192 ios.width(25); in test3()
6193 internal(ios); in test3()
6195 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6198 assert(ios.width() == 0); in test3()
6202 showpoint(ios); in test3()
6204 ios.imbue(lc); in test3()
6206 ios.width(0); in test3()
6208 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6211 assert(ios.width() == 0); in test3()
6213 ios.width(25); in test3()
6214 left(ios); in test3()
6216 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6219 assert(ios.width() == 0); in test3()
6221 ios.width(25); in test3()
6222 right(ios); in test3()
6224 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6227 assert(ios.width() == 0); in test3()
6229 ios.width(25); in test3()
6230 internal(ios); in test3()
6232 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6235 assert(ios.width() == 0); in test3()
6238 ios.imbue(lg); in test3()
6240 ios.width(0); in test3()
6242 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6245 assert(ios.width() == 0); in test3()
6247 ios.width(25); in test3()
6248 left(ios); in test3()
6250 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6253 assert(ios.width() == 0); in test3()
6255 ios.width(25); in test3()
6256 right(ios); in test3()
6258 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6261 assert(ios.width() == 0); in test3()
6263 ios.width(25); in test3()
6264 internal(ios); in test3()
6266 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6269 assert(ios.width() == 0); in test3()
6275 uppercase(ios); in test3()
6277 noshowpos(ios); in test3()
6279 noshowpoint(ios); in test3()
6281 ios.imbue(lc); in test3()
6283 ios.width(0); in test3()
6285 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6288 assert(ios.width() == 0); in test3()
6290 ios.width(25); in test3()
6291 left(ios); in test3()
6293 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6296 assert(ios.width() == 0); in test3()
6298 ios.width(25); in test3()
6299 right(ios); in test3()
6301 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6304 assert(ios.width() == 0); in test3()
6306 ios.width(25); in test3()
6307 internal(ios); in test3()
6309 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6312 assert(ios.width() == 0); in test3()
6315 ios.imbue(lg); in test3()
6317 ios.width(0); in test3()
6319 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6322 assert(ios.width() == 0); in test3()
6324 ios.width(25); in test3()
6325 left(ios); in test3()
6327 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6330 assert(ios.width() == 0); in test3()
6332 ios.width(25); in test3()
6333 right(ios); in test3()
6335 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6338 assert(ios.width() == 0); in test3()
6340 ios.width(25); in test3()
6341 internal(ios); in test3()
6343 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6346 assert(ios.width() == 0); in test3()
6350 showpoint(ios); in test3()
6352 ios.imbue(lc); in test3()
6354 ios.width(0); in test3()
6356 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6359 assert(ios.width() == 0); in test3()
6361 ios.width(25); in test3()
6362 left(ios); in test3()
6364 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6367 assert(ios.width() == 0); in test3()
6369 ios.width(25); in test3()
6370 right(ios); in test3()
6372 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6375 assert(ios.width() == 0); in test3()
6377 ios.width(25); in test3()
6378 internal(ios); in test3()
6380 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6383 assert(ios.width() == 0); in test3()
6386 ios.imbue(lg); in test3()
6388 ios.width(0); in test3()
6390 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6393 assert(ios.width() == 0); in test3()
6395 ios.width(25); in test3()
6396 left(ios); in test3()
6398 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6401 assert(ios.width() == 0); in test3()
6403 ios.width(25); in test3()
6404 right(ios); in test3()
6406 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6409 assert(ios.width() == 0); in test3()
6411 ios.width(25); in test3()
6412 internal(ios); in test3()
6414 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6417 assert(ios.width() == 0); in test3()
6422 showpos(ios); in test3()
6424 noshowpoint(ios); in test3()
6426 ios.imbue(lc); in test3()
6428 ios.width(0); in test3()
6430 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6433 assert(ios.width() == 0); in test3()
6435 ios.width(25); in test3()
6436 left(ios); in test3()
6438 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6441 assert(ios.width() == 0); in test3()
6443 ios.width(25); in test3()
6444 right(ios); in test3()
6446 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6449 assert(ios.width() == 0); in test3()
6451 ios.width(25); in test3()
6452 internal(ios); in test3()
6454 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6457 assert(ios.width() == 0); in test3()
6460 ios.imbue(lg); in test3()
6462 ios.width(0); in test3()
6464 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6467 assert(ios.width() == 0); in test3()
6469 ios.width(25); in test3()
6470 left(ios); in test3()
6472 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6475 assert(ios.width() == 0); in test3()
6477 ios.width(25); in test3()
6478 right(ios); in test3()
6480 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6483 assert(ios.width() == 0); in test3()
6485 ios.width(25); in test3()
6486 internal(ios); in test3()
6488 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6491 assert(ios.width() == 0); in test3()
6495 showpoint(ios); in test3()
6497 ios.imbue(lc); in test3()
6499 ios.width(0); in test3()
6501 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6504 assert(ios.width() == 0); in test3()
6506 ios.width(25); in test3()
6507 left(ios); in test3()
6509 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6512 assert(ios.width() == 0); in test3()
6514 ios.width(25); in test3()
6515 right(ios); in test3()
6517 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6520 assert(ios.width() == 0); in test3()
6522 ios.width(25); in test3()
6523 internal(ios); in test3()
6525 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6528 assert(ios.width() == 0); in test3()
6531 ios.imbue(lg); in test3()
6533 ios.width(0); in test3()
6535 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6538 assert(ios.width() == 0); in test3()
6540 ios.width(25); in test3()
6541 left(ios); in test3()
6543 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6546 assert(ios.width() == 0); in test3()
6548 ios.width(25); in test3()
6549 right(ios); in test3()
6551 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6554 assert(ios.width() == 0); in test3()
6556 ios.width(25); in test3()
6557 internal(ios); in test3()
6559 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6562 assert(ios.width() == 0); in test3()
6569 ios.precision(1); in test3()
6571 nouppercase(ios); in test3()
6573 noshowpos(ios); in test3()
6575 noshowpoint(ios); in test3()
6577 ios.imbue(lc); in test3()
6579 ios.width(0); in test3()
6581 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6584 assert(ios.width() == 0); in test3()
6586 ios.width(25); in test3()
6587 left(ios); in test3()
6589 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6592 assert(ios.width() == 0); in test3()
6594 ios.width(25); in test3()
6595 right(ios); in test3()
6597 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6600 assert(ios.width() == 0); in test3()
6602 ios.width(25); in test3()
6603 internal(ios); in test3()
6605 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6608 assert(ios.width() == 0); in test3()
6611 ios.imbue(lg); in test3()
6613 ios.width(0); in test3()
6615 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6618 assert(ios.width() == 0); in test3()
6620 ios.width(25); in test3()
6621 left(ios); in test3()
6623 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6626 assert(ios.width() == 0); in test3()
6628 ios.width(25); in test3()
6629 right(ios); in test3()
6631 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6634 assert(ios.width() == 0); in test3()
6636 ios.width(25); in test3()
6637 internal(ios); in test3()
6639 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6642 assert(ios.width() == 0); in test3()
6646 showpoint(ios); in test3()
6648 ios.imbue(lc); in test3()
6650 ios.width(0); in test3()
6652 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6655 assert(ios.width() == 0); in test3()
6657 ios.width(25); in test3()
6658 left(ios); in test3()
6660 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6663 assert(ios.width() == 0); in test3()
6665 ios.width(25); in test3()
6666 right(ios); in test3()
6668 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6671 assert(ios.width() == 0); in test3()
6673 ios.width(25); in test3()
6674 internal(ios); in test3()
6676 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6679 assert(ios.width() == 0); in test3()
6682 ios.imbue(lg); in test3()
6684 ios.width(0); in test3()
6686 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6689 assert(ios.width() == 0); in test3()
6691 ios.width(25); in test3()
6692 left(ios); in test3()
6694 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6697 assert(ios.width() == 0); in test3()
6699 ios.width(25); in test3()
6700 right(ios); in test3()
6702 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6705 assert(ios.width() == 0); in test3()
6707 ios.width(25); in test3()
6708 internal(ios); in test3()
6710 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6713 assert(ios.width() == 0); in test3()
6718 showpos(ios); in test3()
6720 noshowpoint(ios); in test3()
6722 ios.imbue(lc); in test3()
6724 ios.width(0); in test3()
6726 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6729 assert(ios.width() == 0); in test3()
6731 ios.width(25); in test3()
6732 left(ios); in test3()
6734 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6737 assert(ios.width() == 0); in test3()
6739 ios.width(25); in test3()
6740 right(ios); in test3()
6742 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6745 assert(ios.width() == 0); in test3()
6747 ios.width(25); in test3()
6748 internal(ios); in test3()
6750 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6753 assert(ios.width() == 0); in test3()
6756 ios.imbue(lg); in test3()
6758 ios.width(0); in test3()
6760 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6763 assert(ios.width() == 0); in test3()
6765 ios.width(25); in test3()
6766 left(ios); in test3()
6768 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6771 assert(ios.width() == 0); in test3()
6773 ios.width(25); in test3()
6774 right(ios); in test3()
6776 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6779 assert(ios.width() == 0); in test3()
6781 ios.width(25); in test3()
6782 internal(ios); in test3()
6784 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6787 assert(ios.width() == 0); in test3()
6791 showpoint(ios); in test3()
6793 ios.imbue(lc); in test3()
6795 ios.width(0); in test3()
6797 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6800 assert(ios.width() == 0); in test3()
6802 ios.width(25); in test3()
6803 left(ios); in test3()
6805 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6808 assert(ios.width() == 0); in test3()
6810 ios.width(25); in test3()
6811 right(ios); in test3()
6813 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6816 assert(ios.width() == 0); in test3()
6818 ios.width(25); in test3()
6819 internal(ios); in test3()
6821 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6824 assert(ios.width() == 0); in test3()
6827 ios.imbue(lg); in test3()
6829 ios.width(0); in test3()
6831 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6834 assert(ios.width() == 0); in test3()
6836 ios.width(25); in test3()
6837 left(ios); in test3()
6839 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6842 assert(ios.width() == 0); in test3()
6844 ios.width(25); in test3()
6845 right(ios); in test3()
6847 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6850 assert(ios.width() == 0); in test3()
6852 ios.width(25); in test3()
6853 internal(ios); in test3()
6855 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6858 assert(ios.width() == 0); in test3()
6864 uppercase(ios); in test3()
6866 noshowpos(ios); in test3()
6868 noshowpoint(ios); in test3()
6870 ios.imbue(lc); in test3()
6872 ios.width(0); in test3()
6874 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6877 assert(ios.width() == 0); in test3()
6879 ios.width(25); in test3()
6880 left(ios); in test3()
6882 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6885 assert(ios.width() == 0); in test3()
6887 ios.width(25); in test3()
6888 right(ios); in test3()
6890 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6893 assert(ios.width() == 0); in test3()
6895 ios.width(25); in test3()
6896 internal(ios); in test3()
6898 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6901 assert(ios.width() == 0); in test3()
6904 ios.imbue(lg); in test3()
6906 ios.width(0); in test3()
6908 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6911 assert(ios.width() == 0); in test3()
6913 ios.width(25); in test3()
6914 left(ios); in test3()
6916 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6919 assert(ios.width() == 0); in test3()
6921 ios.width(25); in test3()
6922 right(ios); in test3()
6924 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6927 assert(ios.width() == 0); in test3()
6929 ios.width(25); in test3()
6930 internal(ios); in test3()
6932 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6935 assert(ios.width() == 0); in test3()
6939 showpoint(ios); in test3()
6941 ios.imbue(lc); in test3()
6943 ios.width(0); in test3()
6945 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6948 assert(ios.width() == 0); in test3()
6950 ios.width(25); in test3()
6951 left(ios); in test3()
6953 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6956 assert(ios.width() == 0); in test3()
6958 ios.width(25); in test3()
6959 right(ios); in test3()
6961 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6964 assert(ios.width() == 0); in test3()
6966 ios.width(25); in test3()
6967 internal(ios); in test3()
6969 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6972 assert(ios.width() == 0); in test3()
6975 ios.imbue(lg); in test3()
6977 ios.width(0); in test3()
6979 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6982 assert(ios.width() == 0); in test3()
6984 ios.width(25); in test3()
6985 left(ios); in test3()
6987 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6990 assert(ios.width() == 0); in test3()
6992 ios.width(25); in test3()
6993 right(ios); in test3()
6995 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
6998 assert(ios.width() == 0); in test3()
7000 ios.width(25); in test3()
7001 internal(ios); in test3()
7003 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7006 assert(ios.width() == 0); in test3()
7011 showpos(ios); in test3()
7013 noshowpoint(ios); in test3()
7015 ios.imbue(lc); in test3()
7017 ios.width(0); in test3()
7019 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7022 assert(ios.width() == 0); in test3()
7024 ios.width(25); in test3()
7025 left(ios); in test3()
7027 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7030 assert(ios.width() == 0); in test3()
7032 ios.width(25); in test3()
7033 right(ios); in test3()
7035 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7038 assert(ios.width() == 0); in test3()
7040 ios.width(25); in test3()
7041 internal(ios); in test3()
7043 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7046 assert(ios.width() == 0); in test3()
7049 ios.imbue(lg); in test3()
7051 ios.width(0); in test3()
7053 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7056 assert(ios.width() == 0); in test3()
7058 ios.width(25); in test3()
7059 left(ios); in test3()
7061 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7064 assert(ios.width() == 0); in test3()
7066 ios.width(25); in test3()
7067 right(ios); in test3()
7069 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7072 assert(ios.width() == 0); in test3()
7074 ios.width(25); in test3()
7075 internal(ios); in test3()
7077 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7080 assert(ios.width() == 0); in test3()
7084 showpoint(ios); in test3()
7086 ios.imbue(lc); in test3()
7088 ios.width(0); in test3()
7090 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7093 assert(ios.width() == 0); in test3()
7095 ios.width(25); in test3()
7096 left(ios); in test3()
7098 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7101 assert(ios.width() == 0); in test3()
7103 ios.width(25); in test3()
7104 right(ios); in test3()
7106 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7109 assert(ios.width() == 0); in test3()
7111 ios.width(25); in test3()
7112 internal(ios); in test3()
7114 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7117 assert(ios.width() == 0); in test3()
7120 ios.imbue(lg); in test3()
7122 ios.width(0); in test3()
7124 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7127 assert(ios.width() == 0); in test3()
7129 ios.width(25); in test3()
7130 left(ios); in test3()
7132 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7135 assert(ios.width() == 0); in test3()
7137 ios.width(25); in test3()
7138 right(ios); in test3()
7140 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7143 assert(ios.width() == 0); in test3()
7145 ios.width(25); in test3()
7146 internal(ios); in test3()
7148 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7151 assert(ios.width() == 0); in test3()
7158 ios.precision(6); in test3()
7160 nouppercase(ios); in test3()
7162 noshowpos(ios); in test3()
7164 noshowpoint(ios); in test3()
7166 ios.imbue(lc); in test3()
7168 ios.width(0); in test3()
7170 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7173 assert(ios.width() == 0); in test3()
7175 ios.width(25); in test3()
7176 left(ios); in test3()
7178 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7181 assert(ios.width() == 0); in test3()
7183 ios.width(25); in test3()
7184 right(ios); in test3()
7186 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7189 assert(ios.width() == 0); in test3()
7191 ios.width(25); in test3()
7192 internal(ios); in test3()
7194 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7197 assert(ios.width() == 0); in test3()
7200 ios.imbue(lg); in test3()
7202 ios.width(0); in test3()
7204 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7207 assert(ios.width() == 0); in test3()
7209 ios.width(25); in test3()
7210 left(ios); in test3()
7212 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7215 assert(ios.width() == 0); in test3()
7217 ios.width(25); in test3()
7218 right(ios); in test3()
7220 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7223 assert(ios.width() == 0); in test3()
7225 ios.width(25); in test3()
7226 internal(ios); in test3()
7228 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7231 assert(ios.width() == 0); in test3()
7235 showpoint(ios); in test3()
7237 ios.imbue(lc); in test3()
7239 ios.width(0); in test3()
7241 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7244 assert(ios.width() == 0); in test3()
7246 ios.width(25); in test3()
7247 left(ios); in test3()
7249 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7252 assert(ios.width() == 0); in test3()
7254 ios.width(25); in test3()
7255 right(ios); in test3()
7257 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7260 assert(ios.width() == 0); in test3()
7262 ios.width(25); in test3()
7263 internal(ios); in test3()
7265 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7268 assert(ios.width() == 0); in test3()
7271 ios.imbue(lg); in test3()
7273 ios.width(0); in test3()
7275 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7278 assert(ios.width() == 0); in test3()
7280 ios.width(25); in test3()
7281 left(ios); in test3()
7283 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7286 assert(ios.width() == 0); in test3()
7288 ios.width(25); in test3()
7289 right(ios); in test3()
7291 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7294 assert(ios.width() == 0); in test3()
7296 ios.width(25); in test3()
7297 internal(ios); in test3()
7299 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7302 assert(ios.width() == 0); in test3()
7307 showpos(ios); in test3()
7309 noshowpoint(ios); in test3()
7311 ios.imbue(lc); in test3()
7313 ios.width(0); in test3()
7315 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7318 assert(ios.width() == 0); in test3()
7320 ios.width(25); in test3()
7321 left(ios); in test3()
7323 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7326 assert(ios.width() == 0); in test3()
7328 ios.width(25); in test3()
7329 right(ios); in test3()
7331 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7334 assert(ios.width() == 0); in test3()
7336 ios.width(25); in test3()
7337 internal(ios); in test3()
7339 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7342 assert(ios.width() == 0); in test3()
7345 ios.imbue(lg); in test3()
7347 ios.width(0); in test3()
7349 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7352 assert(ios.width() == 0); in test3()
7354 ios.width(25); in test3()
7355 left(ios); in test3()
7357 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7360 assert(ios.width() == 0); in test3()
7362 ios.width(25); in test3()
7363 right(ios); in test3()
7365 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7368 assert(ios.width() == 0); in test3()
7370 ios.width(25); in test3()
7371 internal(ios); in test3()
7373 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7376 assert(ios.width() == 0); in test3()
7380 showpoint(ios); in test3()
7382 ios.imbue(lc); in test3()
7384 ios.width(0); in test3()
7386 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7389 assert(ios.width() == 0); in test3()
7391 ios.width(25); in test3()
7392 left(ios); in test3()
7394 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7397 assert(ios.width() == 0); in test3()
7399 ios.width(25); in test3()
7400 right(ios); in test3()
7402 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7405 assert(ios.width() == 0); in test3()
7407 ios.width(25); in test3()
7408 internal(ios); in test3()
7410 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7413 assert(ios.width() == 0); in test3()
7416 ios.imbue(lg); in test3()
7418 ios.width(0); in test3()
7420 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7423 assert(ios.width() == 0); in test3()
7425 ios.width(25); in test3()
7426 left(ios); in test3()
7428 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7431 assert(ios.width() == 0); in test3()
7433 ios.width(25); in test3()
7434 right(ios); in test3()
7436 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7439 assert(ios.width() == 0); in test3()
7441 ios.width(25); in test3()
7442 internal(ios); in test3()
7444 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7447 assert(ios.width() == 0); in test3()
7453 uppercase(ios); in test3()
7455 noshowpos(ios); in test3()
7457 noshowpoint(ios); in test3()
7459 ios.imbue(lc); in test3()
7461 ios.width(0); in test3()
7463 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7466 assert(ios.width() == 0); in test3()
7468 ios.width(25); in test3()
7469 left(ios); in test3()
7471 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7474 assert(ios.width() == 0); in test3()
7476 ios.width(25); in test3()
7477 right(ios); in test3()
7479 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7482 assert(ios.width() == 0); in test3()
7484 ios.width(25); in test3()
7485 internal(ios); in test3()
7487 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7490 assert(ios.width() == 0); in test3()
7493 ios.imbue(lg); in test3()
7495 ios.width(0); in test3()
7497 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7500 assert(ios.width() == 0); in test3()
7502 ios.width(25); in test3()
7503 left(ios); in test3()
7505 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7508 assert(ios.width() == 0); in test3()
7510 ios.width(25); in test3()
7511 right(ios); in test3()
7513 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7516 assert(ios.width() == 0); in test3()
7518 ios.width(25); in test3()
7519 internal(ios); in test3()
7521 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7524 assert(ios.width() == 0); in test3()
7528 showpoint(ios); in test3()
7530 ios.imbue(lc); in test3()
7532 ios.width(0); in test3()
7534 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7537 assert(ios.width() == 0); in test3()
7539 ios.width(25); in test3()
7540 left(ios); in test3()
7542 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7545 assert(ios.width() == 0); in test3()
7547 ios.width(25); in test3()
7548 right(ios); in test3()
7550 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7553 assert(ios.width() == 0); in test3()
7555 ios.width(25); in test3()
7556 internal(ios); in test3()
7558 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7561 assert(ios.width() == 0); in test3()
7564 ios.imbue(lg); in test3()
7566 ios.width(0); in test3()
7568 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7571 assert(ios.width() == 0); in test3()
7573 ios.width(25); in test3()
7574 left(ios); in test3()
7576 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7579 assert(ios.width() == 0); in test3()
7581 ios.width(25); in test3()
7582 right(ios); in test3()
7584 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7587 assert(ios.width() == 0); in test3()
7589 ios.width(25); in test3()
7590 internal(ios); in test3()
7592 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7595 assert(ios.width() == 0); in test3()
7600 showpos(ios); in test3()
7602 noshowpoint(ios); in test3()
7604 ios.imbue(lc); in test3()
7606 ios.width(0); in test3()
7608 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7611 assert(ios.width() == 0); in test3()
7613 ios.width(25); in test3()
7614 left(ios); in test3()
7616 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7619 assert(ios.width() == 0); in test3()
7621 ios.width(25); in test3()
7622 right(ios); in test3()
7624 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7627 assert(ios.width() == 0); in test3()
7629 ios.width(25); in test3()
7630 internal(ios); in test3()
7632 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7635 assert(ios.width() == 0); in test3()
7638 ios.imbue(lg); in test3()
7640 ios.width(0); in test3()
7642 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7645 assert(ios.width() == 0); in test3()
7647 ios.width(25); in test3()
7648 left(ios); in test3()
7650 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7653 assert(ios.width() == 0); in test3()
7655 ios.width(25); in test3()
7656 right(ios); in test3()
7658 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7661 assert(ios.width() == 0); in test3()
7663 ios.width(25); in test3()
7664 internal(ios); in test3()
7666 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7669 assert(ios.width() == 0); in test3()
7673 showpoint(ios); in test3()
7675 ios.imbue(lc); in test3()
7677 ios.width(0); in test3()
7679 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7682 assert(ios.width() == 0); in test3()
7684 ios.width(25); in test3()
7685 left(ios); in test3()
7687 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7690 assert(ios.width() == 0); in test3()
7692 ios.width(25); in test3()
7693 right(ios); in test3()
7695 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7698 assert(ios.width() == 0); in test3()
7700 ios.width(25); in test3()
7701 internal(ios); in test3()
7703 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7706 assert(ios.width() == 0); in test3()
7709 ios.imbue(lg); in test3()
7711 ios.width(0); in test3()
7713 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7716 assert(ios.width() == 0); in test3()
7718 ios.width(25); in test3()
7719 left(ios); in test3()
7721 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7724 assert(ios.width() == 0); in test3()
7726 ios.width(25); in test3()
7727 right(ios); in test3()
7729 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7732 assert(ios.width() == 0); in test3()
7734 ios.width(25); in test3()
7735 internal(ios); in test3()
7737 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7740 assert(ios.width() == 0); in test3()
7747 ios.precision(16); in test3()
7749 nouppercase(ios); in test3()
7751 noshowpos(ios); in test3()
7753 noshowpoint(ios); in test3()
7755 ios.imbue(lc); in test3()
7757 ios.width(0); in test3()
7759 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7762 assert(ios.width() == 0); in test3()
7764 ios.width(25); in test3()
7765 left(ios); in test3()
7767 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7770 assert(ios.width() == 0); in test3()
7772 ios.width(25); in test3()
7773 right(ios); in test3()
7775 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7778 assert(ios.width() == 0); in test3()
7780 ios.width(25); in test3()
7781 internal(ios); in test3()
7783 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7786 assert(ios.width() == 0); in test3()
7789 ios.imbue(lg); in test3()
7791 ios.width(0); in test3()
7793 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7796 assert(ios.width() == 0); in test3()
7798 ios.width(25); in test3()
7799 left(ios); in test3()
7801 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7804 assert(ios.width() == 0); in test3()
7806 ios.width(25); in test3()
7807 right(ios); in test3()
7809 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7812 assert(ios.width() == 0); in test3()
7814 ios.width(25); in test3()
7815 internal(ios); in test3()
7817 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7820 assert(ios.width() == 0); in test3()
7824 showpoint(ios); in test3()
7826 ios.imbue(lc); in test3()
7828 ios.width(0); in test3()
7830 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7833 assert(ios.width() == 0); in test3()
7835 ios.width(25); in test3()
7836 left(ios); in test3()
7838 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7841 assert(ios.width() == 0); in test3()
7843 ios.width(25); in test3()
7844 right(ios); in test3()
7846 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7849 assert(ios.width() == 0); in test3()
7851 ios.width(25); in test3()
7852 internal(ios); in test3()
7854 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7857 assert(ios.width() == 0); in test3()
7860 ios.imbue(lg); in test3()
7862 ios.width(0); in test3()
7864 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7867 assert(ios.width() == 0); in test3()
7869 ios.width(25); in test3()
7870 left(ios); in test3()
7872 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7875 assert(ios.width() == 0); in test3()
7877 ios.width(25); in test3()
7878 right(ios); in test3()
7880 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7883 assert(ios.width() == 0); in test3()
7885 ios.width(25); in test3()
7886 internal(ios); in test3()
7888 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7891 assert(ios.width() == 0); in test3()
7896 showpos(ios); in test3()
7898 noshowpoint(ios); in test3()
7900 ios.imbue(lc); in test3()
7902 ios.width(0); in test3()
7904 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7907 assert(ios.width() == 0); in test3()
7909 ios.width(25); in test3()
7910 left(ios); in test3()
7912 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7915 assert(ios.width() == 0); in test3()
7917 ios.width(25); in test3()
7918 right(ios); in test3()
7920 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7923 assert(ios.width() == 0); in test3()
7925 ios.width(25); in test3()
7926 internal(ios); in test3()
7928 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7931 assert(ios.width() == 0); in test3()
7934 ios.imbue(lg); in test3()
7936 ios.width(0); in test3()
7938 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7941 assert(ios.width() == 0); in test3()
7943 ios.width(25); in test3()
7944 left(ios); in test3()
7946 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7949 assert(ios.width() == 0); in test3()
7951 ios.width(25); in test3()
7952 right(ios); in test3()
7954 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7957 assert(ios.width() == 0); in test3()
7959 ios.width(25); in test3()
7960 internal(ios); in test3()
7962 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7965 assert(ios.width() == 0); in test3()
7969 showpoint(ios); in test3()
7971 ios.imbue(lc); in test3()
7973 ios.width(0); in test3()
7975 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7978 assert(ios.width() == 0); in test3()
7980 ios.width(25); in test3()
7981 left(ios); in test3()
7983 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7986 assert(ios.width() == 0); in test3()
7988 ios.width(25); in test3()
7989 right(ios); in test3()
7991 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
7994 assert(ios.width() == 0); in test3()
7996 ios.width(25); in test3()
7997 internal(ios); in test3()
7999 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8002 assert(ios.width() == 0); in test3()
8005 ios.imbue(lg); in test3()
8007 ios.width(0); in test3()
8009 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8012 assert(ios.width() == 0); in test3()
8014 ios.width(25); in test3()
8015 left(ios); in test3()
8017 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8020 assert(ios.width() == 0); in test3()
8022 ios.width(25); in test3()
8023 right(ios); in test3()
8025 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8028 assert(ios.width() == 0); in test3()
8030 ios.width(25); in test3()
8031 internal(ios); in test3()
8033 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8036 assert(ios.width() == 0); in test3()
8042 uppercase(ios); in test3()
8044 noshowpos(ios); in test3()
8046 noshowpoint(ios); in test3()
8048 ios.imbue(lc); in test3()
8050 ios.width(0); in test3()
8052 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8055 assert(ios.width() == 0); in test3()
8057 ios.width(25); in test3()
8058 left(ios); in test3()
8060 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8063 assert(ios.width() == 0); in test3()
8065 ios.width(25); in test3()
8066 right(ios); in test3()
8068 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8071 assert(ios.width() == 0); in test3()
8073 ios.width(25); in test3()
8074 internal(ios); in test3()
8076 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8079 assert(ios.width() == 0); in test3()
8082 ios.imbue(lg); in test3()
8084 ios.width(0); in test3()
8086 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8089 assert(ios.width() == 0); in test3()
8091 ios.width(25); in test3()
8092 left(ios); in test3()
8094 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8097 assert(ios.width() == 0); in test3()
8099 ios.width(25); in test3()
8100 right(ios); in test3()
8102 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8105 assert(ios.width() == 0); in test3()
8107 ios.width(25); in test3()
8108 internal(ios); in test3()
8110 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8113 assert(ios.width() == 0); in test3()
8117 showpoint(ios); in test3()
8119 ios.imbue(lc); in test3()
8121 ios.width(0); in test3()
8123 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8126 assert(ios.width() == 0); in test3()
8128 ios.width(25); in test3()
8129 left(ios); in test3()
8131 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8134 assert(ios.width() == 0); in test3()
8136 ios.width(25); in test3()
8137 right(ios); in test3()
8139 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8142 assert(ios.width() == 0); in test3()
8144 ios.width(25); in test3()
8145 internal(ios); in test3()
8147 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8150 assert(ios.width() == 0); in test3()
8153 ios.imbue(lg); in test3()
8155 ios.width(0); in test3()
8157 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8160 assert(ios.width() == 0); in test3()
8162 ios.width(25); in test3()
8163 left(ios); in test3()
8165 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8168 assert(ios.width() == 0); in test3()
8170 ios.width(25); in test3()
8171 right(ios); in test3()
8173 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8176 assert(ios.width() == 0); in test3()
8178 ios.width(25); in test3()
8179 internal(ios); in test3()
8181 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8184 assert(ios.width() == 0); in test3()
8189 showpos(ios); in test3()
8191 noshowpoint(ios); in test3()
8193 ios.imbue(lc); in test3()
8195 ios.width(0); in test3()
8197 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8200 assert(ios.width() == 0); in test3()
8202 ios.width(25); in test3()
8203 left(ios); in test3()
8205 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8208 assert(ios.width() == 0); in test3()
8210 ios.width(25); in test3()
8211 right(ios); in test3()
8213 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8216 assert(ios.width() == 0); in test3()
8218 ios.width(25); in test3()
8219 internal(ios); in test3()
8221 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8224 assert(ios.width() == 0); in test3()
8227 ios.imbue(lg); in test3()
8229 ios.width(0); in test3()
8231 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8234 assert(ios.width() == 0); in test3()
8236 ios.width(25); in test3()
8237 left(ios); in test3()
8239 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8242 assert(ios.width() == 0); in test3()
8244 ios.width(25); in test3()
8245 right(ios); in test3()
8247 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8250 assert(ios.width() == 0); in test3()
8252 ios.width(25); in test3()
8253 internal(ios); in test3()
8255 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8258 assert(ios.width() == 0); in test3()
8262 showpoint(ios); in test3()
8264 ios.imbue(lc); in test3()
8266 ios.width(0); in test3()
8268 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8271 assert(ios.width() == 0); in test3()
8273 ios.width(25); in test3()
8274 left(ios); in test3()
8276 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8279 assert(ios.width() == 0); in test3()
8281 ios.width(25); in test3()
8282 right(ios); in test3()
8284 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8287 assert(ios.width() == 0); in test3()
8289 ios.width(25); in test3()
8290 internal(ios); in test3()
8292 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8295 assert(ios.width() == 0); in test3()
8298 ios.imbue(lg); in test3()
8300 ios.width(0); in test3()
8302 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8305 assert(ios.width() == 0); in test3()
8307 ios.width(25); in test3()
8308 left(ios); in test3()
8310 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8313 assert(ios.width() == 0); in test3()
8315 ios.width(25); in test3()
8316 right(ios); in test3()
8318 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8321 assert(ios.width() == 0); in test3()
8323 ios.width(25); in test3()
8324 internal(ios); in test3()
8326 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8329 assert(ios.width() == 0); in test3()
8336 ios.precision(60); in test3()
8338 nouppercase(ios); in test3()
8340 noshowpos(ios); in test3()
8342 noshowpoint(ios); in test3()
8344 ios.imbue(lc); in test3()
8346 ios.width(0); in test3()
8348 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8351 assert(ios.width() == 0); in test3()
8353 ios.width(25); in test3()
8354 left(ios); in test3()
8356 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8359 assert(ios.width() == 0); in test3()
8361 ios.width(25); in test3()
8362 right(ios); in test3()
8364 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8367 assert(ios.width() == 0); in test3()
8369 ios.width(25); in test3()
8370 internal(ios); in test3()
8372 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8375 assert(ios.width() == 0); in test3()
8378 ios.imbue(lg); in test3()
8380 ios.width(0); in test3()
8382 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8385 assert(ios.width() == 0); in test3()
8387 ios.width(25); in test3()
8388 left(ios); in test3()
8390 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8393 assert(ios.width() == 0); in test3()
8395 ios.width(25); in test3()
8396 right(ios); in test3()
8398 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8401 assert(ios.width() == 0); in test3()
8403 ios.width(25); in test3()
8404 internal(ios); in test3()
8406 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8409 assert(ios.width() == 0); in test3()
8413 showpoint(ios); in test3()
8415 ios.imbue(lc); in test3()
8417 ios.width(0); in test3()
8419 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8422 assert(ios.width() == 0); in test3()
8424 ios.width(25); in test3()
8425 left(ios); in test3()
8427 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8430 assert(ios.width() == 0); in test3()
8432 ios.width(25); in test3()
8433 right(ios); in test3()
8435 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8438 assert(ios.width() == 0); in test3()
8440 ios.width(25); in test3()
8441 internal(ios); in test3()
8443 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8446 assert(ios.width() == 0); in test3()
8449 ios.imbue(lg); in test3()
8451 ios.width(0); in test3()
8453 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8456 assert(ios.width() == 0); in test3()
8458 ios.width(25); in test3()
8459 left(ios); in test3()
8461 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8464 assert(ios.width() == 0); in test3()
8466 ios.width(25); in test3()
8467 right(ios); in test3()
8469 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8472 assert(ios.width() == 0); in test3()
8474 ios.width(25); in test3()
8475 internal(ios); in test3()
8477 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8480 assert(ios.width() == 0); in test3()
8485 showpos(ios); in test3()
8487 noshowpoint(ios); in test3()
8489 ios.imbue(lc); in test3()
8491 ios.width(0); in test3()
8493 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8496 assert(ios.width() == 0); in test3()
8498 ios.width(25); in test3()
8499 left(ios); in test3()
8501 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8504 assert(ios.width() == 0); in test3()
8506 ios.width(25); in test3()
8507 right(ios); in test3()
8509 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8512 assert(ios.width() == 0); in test3()
8514 ios.width(25); in test3()
8515 internal(ios); in test3()
8517 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8520 assert(ios.width() == 0); in test3()
8523 ios.imbue(lg); in test3()
8525 ios.width(0); in test3()
8527 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8530 assert(ios.width() == 0); in test3()
8532 ios.width(25); in test3()
8533 left(ios); in test3()
8535 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8538 assert(ios.width() == 0); in test3()
8540 ios.width(25); in test3()
8541 right(ios); in test3()
8543 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8546 assert(ios.width() == 0); in test3()
8548 ios.width(25); in test3()
8549 internal(ios); in test3()
8551 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8554 assert(ios.width() == 0); in test3()
8558 showpoint(ios); in test3()
8560 ios.imbue(lc); in test3()
8562 ios.width(0); in test3()
8564 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8567 assert(ios.width() == 0); in test3()
8569 ios.width(25); in test3()
8570 left(ios); in test3()
8572 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8575 assert(ios.width() == 0); in test3()
8577 ios.width(25); in test3()
8578 right(ios); in test3()
8580 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8583 assert(ios.width() == 0); in test3()
8585 ios.width(25); in test3()
8586 internal(ios); in test3()
8588 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8591 assert(ios.width() == 0); in test3()
8594 ios.imbue(lg); in test3()
8596 ios.width(0); in test3()
8598 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8601 assert(ios.width() == 0); in test3()
8603 ios.width(25); in test3()
8604 left(ios); in test3()
8606 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8609 assert(ios.width() == 0); in test3()
8611 ios.width(25); in test3()
8612 right(ios); in test3()
8614 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8617 assert(ios.width() == 0); in test3()
8619 ios.width(25); in test3()
8620 internal(ios); in test3()
8622 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8625 assert(ios.width() == 0); in test3()
8631 uppercase(ios); in test3()
8633 noshowpos(ios); in test3()
8635 noshowpoint(ios); in test3()
8637 ios.imbue(lc); in test3()
8639 ios.width(0); in test3()
8641 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8644 assert(ios.width() == 0); in test3()
8646 ios.width(25); in test3()
8647 left(ios); in test3()
8649 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8652 assert(ios.width() == 0); in test3()
8654 ios.width(25); in test3()
8655 right(ios); in test3()
8657 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8660 assert(ios.width() == 0); in test3()
8662 ios.width(25); in test3()
8663 internal(ios); in test3()
8665 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8668 assert(ios.width() == 0); in test3()
8671 ios.imbue(lg); in test3()
8673 ios.width(0); in test3()
8675 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8678 assert(ios.width() == 0); in test3()
8680 ios.width(25); in test3()
8681 left(ios); in test3()
8683 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8686 assert(ios.width() == 0); in test3()
8688 ios.width(25); in test3()
8689 right(ios); in test3()
8691 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8694 assert(ios.width() == 0); in test3()
8696 ios.width(25); in test3()
8697 internal(ios); in test3()
8699 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8702 assert(ios.width() == 0); in test3()
8706 showpoint(ios); in test3()
8708 ios.imbue(lc); in test3()
8710 ios.width(0); in test3()
8712 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8715 assert(ios.width() == 0); in test3()
8717 ios.width(25); in test3()
8718 left(ios); in test3()
8720 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8723 assert(ios.width() == 0); in test3()
8725 ios.width(25); in test3()
8726 right(ios); in test3()
8728 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8731 assert(ios.width() == 0); in test3()
8733 ios.width(25); in test3()
8734 internal(ios); in test3()
8736 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8739 assert(ios.width() == 0); in test3()
8742 ios.imbue(lg); in test3()
8744 ios.width(0); in test3()
8746 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8749 assert(ios.width() == 0); in test3()
8751 ios.width(25); in test3()
8752 left(ios); in test3()
8754 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8757 assert(ios.width() == 0); in test3()
8759 ios.width(25); in test3()
8760 right(ios); in test3()
8762 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8765 assert(ios.width() == 0); in test3()
8767 ios.width(25); in test3()
8768 internal(ios); in test3()
8770 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8773 assert(ios.width() == 0); in test3()
8778 showpos(ios); in test3()
8780 noshowpoint(ios); in test3()
8782 ios.imbue(lc); in test3()
8784 ios.width(0); in test3()
8786 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8789 assert(ios.width() == 0); in test3()
8791 ios.width(25); in test3()
8792 left(ios); in test3()
8794 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8797 assert(ios.width() == 0); in test3()
8799 ios.width(25); in test3()
8800 right(ios); in test3()
8802 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8805 assert(ios.width() == 0); in test3()
8807 ios.width(25); in test3()
8808 internal(ios); in test3()
8810 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8813 assert(ios.width() == 0); in test3()
8816 ios.imbue(lg); in test3()
8818 ios.width(0); in test3()
8820 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8823 assert(ios.width() == 0); in test3()
8825 ios.width(25); in test3()
8826 left(ios); in test3()
8828 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8831 assert(ios.width() == 0); in test3()
8833 ios.width(25); in test3()
8834 right(ios); in test3()
8836 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8839 assert(ios.width() == 0); in test3()
8841 ios.width(25); in test3()
8842 internal(ios); in test3()
8844 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8847 assert(ios.width() == 0); in test3()
8851 showpoint(ios); in test3()
8853 ios.imbue(lc); in test3()
8855 ios.width(0); in test3()
8857 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8860 assert(ios.width() == 0); in test3()
8862 ios.width(25); in test3()
8863 left(ios); in test3()
8865 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8868 assert(ios.width() == 0); in test3()
8870 ios.width(25); in test3()
8871 right(ios); in test3()
8873 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8876 assert(ios.width() == 0); in test3()
8878 ios.width(25); in test3()
8879 internal(ios); in test3()
8881 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8884 assert(ios.width() == 0); in test3()
8887 ios.imbue(lg); in test3()
8889 ios.width(0); in test3()
8891 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8894 assert(ios.width() == 0); in test3()
8896 ios.width(25); in test3()
8897 left(ios); in test3()
8899 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8902 assert(ios.width() == 0); in test3()
8904 ios.width(25); in test3()
8905 right(ios); in test3()
8907 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8910 assert(ios.width() == 0); in test3()
8912 ios.width(25); in test3()
8913 internal(ios); in test3()
8915 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test3()
8918 assert(ios.width() == 0); in test3()
8938 std::ios ios(0); in test4() local
8939 fixed(ios); in test4()
8942 ios.precision(0); in test4()
8944 nouppercase(ios); in test4()
8946 noshowpos(ios); in test4()
8948 noshowpoint(ios); in test4()
8950 ios.imbue(lc); in test4()
8952 ios.width(0); in test4()
8954 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
8957 assert(ios.width() == 0); in test4()
8959 ios.width(25); in test4()
8960 left(ios); in test4()
8962 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
8965 assert(ios.width() == 0); in test4()
8967 ios.width(25); in test4()
8968 right(ios); in test4()
8970 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
8973 assert(ios.width() == 0); in test4()
8975 ios.width(25); in test4()
8976 internal(ios); in test4()
8978 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
8981 assert(ios.width() == 0); in test4()
8984 ios.imbue(lg); in test4()
8986 ios.width(0); in test4()
8988 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
8991 assert(ios.width() == 0); in test4()
8993 ios.width(25); in test4()
8994 left(ios); in test4()
8996 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
8999 assert(ios.width() == 0); in test4()
9001 ios.width(25); in test4()
9002 right(ios); in test4()
9004 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9007 assert(ios.width() == 0); in test4()
9009 ios.width(25); in test4()
9010 internal(ios); in test4()
9012 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9015 assert(ios.width() == 0); in test4()
9019 showpoint(ios); in test4()
9021 ios.imbue(lc); in test4()
9023 ios.width(0); in test4()
9025 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9028 assert(ios.width() == 0); in test4()
9030 ios.width(25); in test4()
9031 left(ios); in test4()
9033 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9036 assert(ios.width() == 0); in test4()
9038 ios.width(25); in test4()
9039 right(ios); in test4()
9041 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9044 assert(ios.width() == 0); in test4()
9046 ios.width(25); in test4()
9047 internal(ios); in test4()
9049 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9052 assert(ios.width() == 0); in test4()
9055 ios.imbue(lg); in test4()
9057 ios.width(0); in test4()
9059 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9062 assert(ios.width() == 0); in test4()
9064 ios.width(25); in test4()
9065 left(ios); in test4()
9067 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9070 assert(ios.width() == 0); in test4()
9072 ios.width(25); in test4()
9073 right(ios); in test4()
9075 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9078 assert(ios.width() == 0); in test4()
9080 ios.width(25); in test4()
9081 internal(ios); in test4()
9083 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9086 assert(ios.width() == 0); in test4()
9091 showpos(ios); in test4()
9093 noshowpoint(ios); in test4()
9095 ios.imbue(lc); in test4()
9097 ios.width(0); in test4()
9099 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9102 assert(ios.width() == 0); in test4()
9104 ios.width(25); in test4()
9105 left(ios); in test4()
9107 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9110 assert(ios.width() == 0); in test4()
9112 ios.width(25); in test4()
9113 right(ios); in test4()
9115 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9118 assert(ios.width() == 0); in test4()
9120 ios.width(25); in test4()
9121 internal(ios); in test4()
9123 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9126 assert(ios.width() == 0); in test4()
9129 ios.imbue(lg); in test4()
9131 ios.width(0); in test4()
9133 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9136 assert(ios.width() == 0); in test4()
9138 ios.width(25); in test4()
9139 left(ios); in test4()
9141 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9144 assert(ios.width() == 0); in test4()
9146 ios.width(25); in test4()
9147 right(ios); in test4()
9149 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9152 assert(ios.width() == 0); in test4()
9154 ios.width(25); in test4()
9155 internal(ios); in test4()
9157 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9160 assert(ios.width() == 0); in test4()
9164 showpoint(ios); in test4()
9166 ios.imbue(lc); in test4()
9168 ios.width(0); in test4()
9170 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9173 assert(ios.width() == 0); in test4()
9175 ios.width(25); in test4()
9176 left(ios); in test4()
9178 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9181 assert(ios.width() == 0); in test4()
9183 ios.width(25); in test4()
9184 right(ios); in test4()
9186 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9189 assert(ios.width() == 0); in test4()
9191 ios.width(25); in test4()
9192 internal(ios); in test4()
9194 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9197 assert(ios.width() == 0); in test4()
9200 ios.imbue(lg); in test4()
9202 ios.width(0); in test4()
9204 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9207 assert(ios.width() == 0); in test4()
9209 ios.width(25); in test4()
9210 left(ios); in test4()
9212 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9215 assert(ios.width() == 0); in test4()
9217 ios.width(25); in test4()
9218 right(ios); in test4()
9220 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9223 assert(ios.width() == 0); in test4()
9225 ios.width(25); in test4()
9226 internal(ios); in test4()
9228 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9231 assert(ios.width() == 0); in test4()
9237 uppercase(ios); in test4()
9239 noshowpos(ios); in test4()
9241 noshowpoint(ios); in test4()
9243 ios.imbue(lc); in test4()
9245 ios.width(0); in test4()
9247 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9250 assert(ios.width() == 0); in test4()
9252 ios.width(25); in test4()
9253 left(ios); in test4()
9255 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9258 assert(ios.width() == 0); in test4()
9260 ios.width(25); in test4()
9261 right(ios); in test4()
9263 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9266 assert(ios.width() == 0); in test4()
9268 ios.width(25); in test4()
9269 internal(ios); in test4()
9271 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9274 assert(ios.width() == 0); in test4()
9277 ios.imbue(lg); in test4()
9279 ios.width(0); in test4()
9281 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9284 assert(ios.width() == 0); in test4()
9286 ios.width(25); in test4()
9287 left(ios); in test4()
9289 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9292 assert(ios.width() == 0); in test4()
9294 ios.width(25); in test4()
9295 right(ios); in test4()
9297 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9300 assert(ios.width() == 0); in test4()
9302 ios.width(25); in test4()
9303 internal(ios); in test4()
9305 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9308 assert(ios.width() == 0); in test4()
9312 showpoint(ios); in test4()
9314 ios.imbue(lc); in test4()
9316 ios.width(0); in test4()
9318 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9321 assert(ios.width() == 0); in test4()
9323 ios.width(25); in test4()
9324 left(ios); in test4()
9326 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9329 assert(ios.width() == 0); in test4()
9331 ios.width(25); in test4()
9332 right(ios); in test4()
9334 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9337 assert(ios.width() == 0); in test4()
9339 ios.width(25); in test4()
9340 internal(ios); in test4()
9342 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9345 assert(ios.width() == 0); in test4()
9348 ios.imbue(lg); in test4()
9350 ios.width(0); in test4()
9352 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9355 assert(ios.width() == 0); in test4()
9357 ios.width(25); in test4()
9358 left(ios); in test4()
9360 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9363 assert(ios.width() == 0); in test4()
9365 ios.width(25); in test4()
9366 right(ios); in test4()
9368 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9371 assert(ios.width() == 0); in test4()
9373 ios.width(25); in test4()
9374 internal(ios); in test4()
9376 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9379 assert(ios.width() == 0); in test4()
9384 showpos(ios); in test4()
9386 noshowpoint(ios); in test4()
9388 ios.imbue(lc); in test4()
9390 ios.width(0); in test4()
9392 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9395 assert(ios.width() == 0); in test4()
9397 ios.width(25); in test4()
9398 left(ios); in test4()
9400 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9403 assert(ios.width() == 0); in test4()
9405 ios.width(25); in test4()
9406 right(ios); in test4()
9408 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9411 assert(ios.width() == 0); in test4()
9413 ios.width(25); in test4()
9414 internal(ios); in test4()
9416 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9419 assert(ios.width() == 0); in test4()
9422 ios.imbue(lg); in test4()
9424 ios.width(0); in test4()
9426 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9429 assert(ios.width() == 0); in test4()
9431 ios.width(25); in test4()
9432 left(ios); in test4()
9434 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9437 assert(ios.width() == 0); in test4()
9439 ios.width(25); in test4()
9440 right(ios); in test4()
9442 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9445 assert(ios.width() == 0); in test4()
9447 ios.width(25); in test4()
9448 internal(ios); in test4()
9450 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9453 assert(ios.width() == 0); in test4()
9457 showpoint(ios); in test4()
9459 ios.imbue(lc); in test4()
9461 ios.width(0); in test4()
9463 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9466 assert(ios.width() == 0); in test4()
9468 ios.width(25); in test4()
9469 left(ios); in test4()
9471 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9474 assert(ios.width() == 0); in test4()
9476 ios.width(25); in test4()
9477 right(ios); in test4()
9479 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9482 assert(ios.width() == 0); in test4()
9484 ios.width(25); in test4()
9485 internal(ios); in test4()
9487 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9490 assert(ios.width() == 0); in test4()
9493 ios.imbue(lg); in test4()
9495 ios.width(0); in test4()
9497 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9500 assert(ios.width() == 0); in test4()
9502 ios.width(25); in test4()
9503 left(ios); in test4()
9505 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9508 assert(ios.width() == 0); in test4()
9510 ios.width(25); in test4()
9511 right(ios); in test4()
9513 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9516 assert(ios.width() == 0); in test4()
9518 ios.width(25); in test4()
9519 internal(ios); in test4()
9521 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9524 assert(ios.width() == 0); in test4()
9531 ios.precision(1); in test4()
9533 nouppercase(ios); in test4()
9535 noshowpos(ios); in test4()
9537 noshowpoint(ios); in test4()
9539 ios.imbue(lc); in test4()
9541 ios.width(0); in test4()
9543 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9546 assert(ios.width() == 0); in test4()
9548 ios.width(25); in test4()
9549 left(ios); in test4()
9551 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9554 assert(ios.width() == 0); in test4()
9556 ios.width(25); in test4()
9557 right(ios); in test4()
9559 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9562 assert(ios.width() == 0); in test4()
9564 ios.width(25); in test4()
9565 internal(ios); in test4()
9567 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9570 assert(ios.width() == 0); in test4()
9573 ios.imbue(lg); in test4()
9575 ios.width(0); in test4()
9577 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9580 assert(ios.width() == 0); in test4()
9582 ios.width(25); in test4()
9583 left(ios); in test4()
9585 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9588 assert(ios.width() == 0); in test4()
9590 ios.width(25); in test4()
9591 right(ios); in test4()
9593 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9596 assert(ios.width() == 0); in test4()
9598 ios.width(25); in test4()
9599 internal(ios); in test4()
9601 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9604 assert(ios.width() == 0); in test4()
9608 showpoint(ios); in test4()
9610 ios.imbue(lc); in test4()
9612 ios.width(0); in test4()
9614 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9617 assert(ios.width() == 0); in test4()
9619 ios.width(25); in test4()
9620 left(ios); in test4()
9622 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9625 assert(ios.width() == 0); in test4()
9627 ios.width(25); in test4()
9628 right(ios); in test4()
9630 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9633 assert(ios.width() == 0); in test4()
9635 ios.width(25); in test4()
9636 internal(ios); in test4()
9638 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9641 assert(ios.width() == 0); in test4()
9644 ios.imbue(lg); in test4()
9646 ios.width(0); in test4()
9648 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9651 assert(ios.width() == 0); in test4()
9653 ios.width(25); in test4()
9654 left(ios); in test4()
9656 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9659 assert(ios.width() == 0); in test4()
9661 ios.width(25); in test4()
9662 right(ios); in test4()
9664 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9667 assert(ios.width() == 0); in test4()
9669 ios.width(25); in test4()
9670 internal(ios); in test4()
9672 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9675 assert(ios.width() == 0); in test4()
9680 showpos(ios); in test4()
9682 noshowpoint(ios); in test4()
9684 ios.imbue(lc); in test4()
9686 ios.width(0); in test4()
9688 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9691 assert(ios.width() == 0); in test4()
9693 ios.width(25); in test4()
9694 left(ios); in test4()
9696 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9699 assert(ios.width() == 0); in test4()
9701 ios.width(25); in test4()
9702 right(ios); in test4()
9704 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9707 assert(ios.width() == 0); in test4()
9709 ios.width(25); in test4()
9710 internal(ios); in test4()
9712 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9715 assert(ios.width() == 0); in test4()
9718 ios.imbue(lg); in test4()
9720 ios.width(0); in test4()
9722 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9725 assert(ios.width() == 0); in test4()
9727 ios.width(25); in test4()
9728 left(ios); in test4()
9730 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9733 assert(ios.width() == 0); in test4()
9735 ios.width(25); in test4()
9736 right(ios); in test4()
9738 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9741 assert(ios.width() == 0); in test4()
9743 ios.width(25); in test4()
9744 internal(ios); in test4()
9746 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9749 assert(ios.width() == 0); in test4()
9753 showpoint(ios); in test4()
9755 ios.imbue(lc); in test4()
9757 ios.width(0); in test4()
9759 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9762 assert(ios.width() == 0); in test4()
9764 ios.width(25); in test4()
9765 left(ios); in test4()
9767 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9770 assert(ios.width() == 0); in test4()
9772 ios.width(25); in test4()
9773 right(ios); in test4()
9775 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9778 assert(ios.width() == 0); in test4()
9780 ios.width(25); in test4()
9781 internal(ios); in test4()
9783 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9786 assert(ios.width() == 0); in test4()
9789 ios.imbue(lg); in test4()
9791 ios.width(0); in test4()
9793 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9796 assert(ios.width() == 0); in test4()
9798 ios.width(25); in test4()
9799 left(ios); in test4()
9801 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9804 assert(ios.width() == 0); in test4()
9806 ios.width(25); in test4()
9807 right(ios); in test4()
9809 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9812 assert(ios.width() == 0); in test4()
9814 ios.width(25); in test4()
9815 internal(ios); in test4()
9817 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9820 assert(ios.width() == 0); in test4()
9826 uppercase(ios); in test4()
9828 noshowpos(ios); in test4()
9830 noshowpoint(ios); in test4()
9832 ios.imbue(lc); in test4()
9834 ios.width(0); in test4()
9836 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9839 assert(ios.width() == 0); in test4()
9841 ios.width(25); in test4()
9842 left(ios); in test4()
9844 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9847 assert(ios.width() == 0); in test4()
9849 ios.width(25); in test4()
9850 right(ios); in test4()
9852 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9855 assert(ios.width() == 0); in test4()
9857 ios.width(25); in test4()
9858 internal(ios); in test4()
9860 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9863 assert(ios.width() == 0); in test4()
9866 ios.imbue(lg); in test4()
9868 ios.width(0); in test4()
9870 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9873 assert(ios.width() == 0); in test4()
9875 ios.width(25); in test4()
9876 left(ios); in test4()
9878 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9881 assert(ios.width() == 0); in test4()
9883 ios.width(25); in test4()
9884 right(ios); in test4()
9886 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9889 assert(ios.width() == 0); in test4()
9891 ios.width(25); in test4()
9892 internal(ios); in test4()
9894 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9897 assert(ios.width() == 0); in test4()
9901 showpoint(ios); in test4()
9903 ios.imbue(lc); in test4()
9905 ios.width(0); in test4()
9907 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9910 assert(ios.width() == 0); in test4()
9912 ios.width(25); in test4()
9913 left(ios); in test4()
9915 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9918 assert(ios.width() == 0); in test4()
9920 ios.width(25); in test4()
9921 right(ios); in test4()
9923 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9926 assert(ios.width() == 0); in test4()
9928 ios.width(25); in test4()
9929 internal(ios); in test4()
9931 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9934 assert(ios.width() == 0); in test4()
9937 ios.imbue(lg); in test4()
9939 ios.width(0); in test4()
9941 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9944 assert(ios.width() == 0); in test4()
9946 ios.width(25); in test4()
9947 left(ios); in test4()
9949 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9952 assert(ios.width() == 0); in test4()
9954 ios.width(25); in test4()
9955 right(ios); in test4()
9957 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9960 assert(ios.width() == 0); in test4()
9962 ios.width(25); in test4()
9963 internal(ios); in test4()
9965 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9968 assert(ios.width() == 0); in test4()
9973 showpos(ios); in test4()
9975 noshowpoint(ios); in test4()
9977 ios.imbue(lc); in test4()
9979 ios.width(0); in test4()
9981 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9984 assert(ios.width() == 0); in test4()
9986 ios.width(25); in test4()
9987 left(ios); in test4()
9989 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
9992 assert(ios.width() == 0); in test4()
9994 ios.width(25); in test4()
9995 right(ios); in test4()
9997 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10000 assert(ios.width() == 0); in test4()
10002 ios.width(25); in test4()
10003 internal(ios); in test4()
10005 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10008 assert(ios.width() == 0); in test4()
10011 ios.imbue(lg); in test4()
10013 ios.width(0); in test4()
10015 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10018 assert(ios.width() == 0); in test4()
10020 ios.width(25); in test4()
10021 left(ios); in test4()
10023 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10026 assert(ios.width() == 0); in test4()
10028 ios.width(25); in test4()
10029 right(ios); in test4()
10031 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10034 assert(ios.width() == 0); in test4()
10036 ios.width(25); in test4()
10037 internal(ios); in test4()
10039 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10042 assert(ios.width() == 0); in test4()
10046 showpoint(ios); in test4()
10048 ios.imbue(lc); in test4()
10050 ios.width(0); in test4()
10052 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10055 assert(ios.width() == 0); in test4()
10057 ios.width(25); in test4()
10058 left(ios); in test4()
10060 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10063 assert(ios.width() == 0); in test4()
10065 ios.width(25); in test4()
10066 right(ios); in test4()
10068 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10071 assert(ios.width() == 0); in test4()
10073 ios.width(25); in test4()
10074 internal(ios); in test4()
10076 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10079 assert(ios.width() == 0); in test4()
10082 ios.imbue(lg); in test4()
10084 ios.width(0); in test4()
10086 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10089 assert(ios.width() == 0); in test4()
10091 ios.width(25); in test4()
10092 left(ios); in test4()
10094 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10097 assert(ios.width() == 0); in test4()
10099 ios.width(25); in test4()
10100 right(ios); in test4()
10102 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10105 assert(ios.width() == 0); in test4()
10107 ios.width(25); in test4()
10108 internal(ios); in test4()
10110 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10113 assert(ios.width() == 0); in test4()
10120 ios.precision(6); in test4()
10122 nouppercase(ios); in test4()
10124 noshowpos(ios); in test4()
10126 noshowpoint(ios); in test4()
10128 ios.imbue(lc); in test4()
10130 ios.width(0); in test4()
10132 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10135 assert(ios.width() == 0); in test4()
10137 ios.width(25); in test4()
10138 left(ios); in test4()
10140 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10143 assert(ios.width() == 0); in test4()
10145 ios.width(25); in test4()
10146 right(ios); in test4()
10148 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10151 assert(ios.width() == 0); in test4()
10153 ios.width(25); in test4()
10154 internal(ios); in test4()
10156 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10159 assert(ios.width() == 0); in test4()
10162 ios.imbue(lg); in test4()
10164 ios.width(0); in test4()
10166 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10169 assert(ios.width() == 0); in test4()
10171 ios.width(25); in test4()
10172 left(ios); in test4()
10174 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10177 assert(ios.width() == 0); in test4()
10179 ios.width(25); in test4()
10180 right(ios); in test4()
10182 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10185 assert(ios.width() == 0); in test4()
10187 ios.width(25); in test4()
10188 internal(ios); in test4()
10190 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10193 assert(ios.width() == 0); in test4()
10197 showpoint(ios); in test4()
10199 ios.imbue(lc); in test4()
10201 ios.width(0); in test4()
10203 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10206 assert(ios.width() == 0); in test4()
10208 ios.width(25); in test4()
10209 left(ios); in test4()
10211 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10214 assert(ios.width() == 0); in test4()
10216 ios.width(25); in test4()
10217 right(ios); in test4()
10219 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10222 assert(ios.width() == 0); in test4()
10224 ios.width(25); in test4()
10225 internal(ios); in test4()
10227 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10230 assert(ios.width() == 0); in test4()
10233 ios.imbue(lg); in test4()
10235 ios.width(0); in test4()
10237 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10240 assert(ios.width() == 0); in test4()
10242 ios.width(25); in test4()
10243 left(ios); in test4()
10245 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10248 assert(ios.width() == 0); in test4()
10250 ios.width(25); in test4()
10251 right(ios); in test4()
10253 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10256 assert(ios.width() == 0); in test4()
10258 ios.width(25); in test4()
10259 internal(ios); in test4()
10261 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10264 assert(ios.width() == 0); in test4()
10269 showpos(ios); in test4()
10271 noshowpoint(ios); in test4()
10273 ios.imbue(lc); in test4()
10275 ios.width(0); in test4()
10277 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10280 assert(ios.width() == 0); in test4()
10282 ios.width(25); in test4()
10283 left(ios); in test4()
10285 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10288 assert(ios.width() == 0); in test4()
10290 ios.width(25); in test4()
10291 right(ios); in test4()
10293 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10296 assert(ios.width() == 0); in test4()
10298 ios.width(25); in test4()
10299 internal(ios); in test4()
10301 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10304 assert(ios.width() == 0); in test4()
10307 ios.imbue(lg); in test4()
10309 ios.width(0); in test4()
10311 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10314 assert(ios.width() == 0); in test4()
10316 ios.width(25); in test4()
10317 left(ios); in test4()
10319 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10322 assert(ios.width() == 0); in test4()
10324 ios.width(25); in test4()
10325 right(ios); in test4()
10327 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10330 assert(ios.width() == 0); in test4()
10332 ios.width(25); in test4()
10333 internal(ios); in test4()
10335 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10338 assert(ios.width() == 0); in test4()
10342 showpoint(ios); in test4()
10344 ios.imbue(lc); in test4()
10346 ios.width(0); in test4()
10348 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10351 assert(ios.width() == 0); in test4()
10353 ios.width(25); in test4()
10354 left(ios); in test4()
10356 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10359 assert(ios.width() == 0); in test4()
10361 ios.width(25); in test4()
10362 right(ios); in test4()
10364 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10367 assert(ios.width() == 0); in test4()
10369 ios.width(25); in test4()
10370 internal(ios); in test4()
10372 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10375 assert(ios.width() == 0); in test4()
10378 ios.imbue(lg); in test4()
10380 ios.width(0); in test4()
10382 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10385 assert(ios.width() == 0); in test4()
10387 ios.width(25); in test4()
10388 left(ios); in test4()
10390 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10393 assert(ios.width() == 0); in test4()
10395 ios.width(25); in test4()
10396 right(ios); in test4()
10398 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10401 assert(ios.width() == 0); in test4()
10403 ios.width(25); in test4()
10404 internal(ios); in test4()
10406 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10409 assert(ios.width() == 0); in test4()
10415 uppercase(ios); in test4()
10417 noshowpos(ios); in test4()
10419 noshowpoint(ios); in test4()
10421 ios.imbue(lc); in test4()
10423 ios.width(0); in test4()
10425 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10428 assert(ios.width() == 0); in test4()
10430 ios.width(25); in test4()
10431 left(ios); in test4()
10433 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10436 assert(ios.width() == 0); in test4()
10438 ios.width(25); in test4()
10439 right(ios); in test4()
10441 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10444 assert(ios.width() == 0); in test4()
10446 ios.width(25); in test4()
10447 internal(ios); in test4()
10449 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10452 assert(ios.width() == 0); in test4()
10455 ios.imbue(lg); in test4()
10457 ios.width(0); in test4()
10459 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10462 assert(ios.width() == 0); in test4()
10464 ios.width(25); in test4()
10465 left(ios); in test4()
10467 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10470 assert(ios.width() == 0); in test4()
10472 ios.width(25); in test4()
10473 right(ios); in test4()
10475 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10478 assert(ios.width() == 0); in test4()
10480 ios.width(25); in test4()
10481 internal(ios); in test4()
10483 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10486 assert(ios.width() == 0); in test4()
10490 showpoint(ios); in test4()
10492 ios.imbue(lc); in test4()
10494 ios.width(0); in test4()
10496 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10499 assert(ios.width() == 0); in test4()
10501 ios.width(25); in test4()
10502 left(ios); in test4()
10504 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10507 assert(ios.width() == 0); in test4()
10509 ios.width(25); in test4()
10510 right(ios); in test4()
10512 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10515 assert(ios.width() == 0); in test4()
10517 ios.width(25); in test4()
10518 internal(ios); in test4()
10520 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10523 assert(ios.width() == 0); in test4()
10526 ios.imbue(lg); in test4()
10528 ios.width(0); in test4()
10530 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10533 assert(ios.width() == 0); in test4()
10535 ios.width(25); in test4()
10536 left(ios); in test4()
10538 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10541 assert(ios.width() == 0); in test4()
10543 ios.width(25); in test4()
10544 right(ios); in test4()
10546 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10549 assert(ios.width() == 0); in test4()
10551 ios.width(25); in test4()
10552 internal(ios); in test4()
10554 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10557 assert(ios.width() == 0); in test4()
10562 showpos(ios); in test4()
10564 noshowpoint(ios); in test4()
10566 ios.imbue(lc); in test4()
10568 ios.width(0); in test4()
10570 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10573 assert(ios.width() == 0); in test4()
10575 ios.width(25); in test4()
10576 left(ios); in test4()
10578 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10581 assert(ios.width() == 0); in test4()
10583 ios.width(25); in test4()
10584 right(ios); in test4()
10586 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10589 assert(ios.width() == 0); in test4()
10591 ios.width(25); in test4()
10592 internal(ios); in test4()
10594 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10597 assert(ios.width() == 0); in test4()
10600 ios.imbue(lg); in test4()
10602 ios.width(0); in test4()
10604 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10607 assert(ios.width() == 0); in test4()
10609 ios.width(25); in test4()
10610 left(ios); in test4()
10612 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10615 assert(ios.width() == 0); in test4()
10617 ios.width(25); in test4()
10618 right(ios); in test4()
10620 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10623 assert(ios.width() == 0); in test4()
10625 ios.width(25); in test4()
10626 internal(ios); in test4()
10628 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10631 assert(ios.width() == 0); in test4()
10635 showpoint(ios); in test4()
10637 ios.imbue(lc); in test4()
10639 ios.width(0); in test4()
10641 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10644 assert(ios.width() == 0); in test4()
10646 ios.width(25); in test4()
10647 left(ios); in test4()
10649 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10652 assert(ios.width() == 0); in test4()
10654 ios.width(25); in test4()
10655 right(ios); in test4()
10657 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10660 assert(ios.width() == 0); in test4()
10662 ios.width(25); in test4()
10663 internal(ios); in test4()
10665 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10668 assert(ios.width() == 0); in test4()
10671 ios.imbue(lg); in test4()
10673 ios.width(0); in test4()
10675 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10678 assert(ios.width() == 0); in test4()
10680 ios.width(25); in test4()
10681 left(ios); in test4()
10683 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10686 assert(ios.width() == 0); in test4()
10688 ios.width(25); in test4()
10689 right(ios); in test4()
10691 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10694 assert(ios.width() == 0); in test4()
10696 ios.width(25); in test4()
10697 internal(ios); in test4()
10699 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test4()
10702 assert(ios.width() == 0); in test4()
10709 ios.precision(16); in test4()
10711 ios.precision(60); in test4()
10726 std::ios ios(0); in test5() local
10727 scientific(ios); in test5()
10730 ios.precision(0); in test5()
10732 nouppercase(ios); in test5()
10734 noshowpos(ios); in test5()
10736 noshowpoint(ios); in test5()
10738 ios.imbue(lc); in test5()
10740 ios.width(0); in test5()
10742 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
10745 assert(ios.width() == 0); in test5()
10747 ios.width(25); in test5()
10748 left(ios); in test5()
10750 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
10753 assert(ios.width() == 0); in test5()
10755 ios.width(25); in test5()
10756 right(ios); in test5()
10758 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
10761 assert(ios.width() == 0); in test5()
10763 ios.width(25); in test5()
10764 internal(ios); in test5()
10766 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
10769 assert(ios.width() == 0); in test5()
10772 ios.imbue(lg); in test5()
10774 ios.width(0); in test5()
10776 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
10779 assert(ios.width() == 0); in test5()
10781 ios.width(25); in test5()
10782 left(ios); in test5()
10784 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
10787 assert(ios.width() == 0); in test5()
10789 ios.width(25); in test5()
10790 right(ios); in test5()
10792 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
10795 assert(ios.width() == 0); in test5()
10797 ios.width(25); in test5()
10798 internal(ios); in test5()
10800 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
10803 assert(ios.width() == 0); in test5()
10807 showpoint(ios); in test5()
10809 ios.imbue(lc); in test5()
10811 ios.width(0); in test5()
10813 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
10816 assert(ios.width() == 0); in test5()
10818 ios.width(25); in test5()
10819 left(ios); in test5()
10821 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
10824 assert(ios.width() == 0); in test5()
10826 ios.width(25); in test5()
10827 right(ios); in test5()
10829 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
10832 assert(ios.width() == 0); in test5()
10834 ios.width(25); in test5()
10835 internal(ios); in test5()
10837 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
10840 assert(ios.width() == 0); in test5()
10843 ios.imbue(lg); in test5()
10845 ios.width(0); in test5()
10847 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
10850 assert(ios.width() == 0); in test5()
10852 ios.width(25); in test5()
10853 left(ios); in test5()
10855 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
10858 assert(ios.width() == 0); in test5()
10860 ios.width(25); in test5()
10861 right(ios); in test5()
10863 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
10866 assert(ios.width() == 0); in test5()
10868 ios.width(25); in test5()
10869 internal(ios); in test5()
10871 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
10874 assert(ios.width() == 0); in test5()
10879 showpos(ios); in test5()
10881 noshowpoint(ios); in test5()
10883 ios.imbue(lc); in test5()
10885 ios.width(0); in test5()
10887 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
10890 assert(ios.width() == 0); in test5()
10892 ios.width(25); in test5()
10893 left(ios); in test5()
10895 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
10898 assert(ios.width() == 0); in test5()
10900 ios.width(25); in test5()
10901 right(ios); in test5()
10903 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
10906 assert(ios.width() == 0); in test5()
10908 ios.width(25); in test5()
10909 internal(ios); in test5()
10911 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
10914 assert(ios.width() == 0); in test5()
10917 ios.imbue(lg); in test5()
10919 ios.width(0); in test5()
10921 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
10924 assert(ios.width() == 0); in test5()
10926 ios.width(25); in test5()
10927 left(ios); in test5()
10929 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
10932 assert(ios.width() == 0); in test5()
10934 ios.width(25); in test5()
10935 right(ios); in test5()
10937 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
10940 assert(ios.width() == 0); in test5()
10942 ios.width(25); in test5()
10943 internal(ios); in test5()
10945 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
10948 assert(ios.width() == 0); in test5()
10952 showpoint(ios); in test5()
10954 ios.imbue(lc); in test5()
10956 ios.width(0); in test5()
10958 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
10961 assert(ios.width() == 0); in test5()
10963 ios.width(25); in test5()
10964 left(ios); in test5()
10966 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
10969 assert(ios.width() == 0); in test5()
10971 ios.width(25); in test5()
10972 right(ios); in test5()
10974 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
10977 assert(ios.width() == 0); in test5()
10979 ios.width(25); in test5()
10980 internal(ios); in test5()
10982 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
10985 assert(ios.width() == 0); in test5()
10988 ios.imbue(lg); in test5()
10990 ios.width(0); in test5()
10992 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
10995 assert(ios.width() == 0); in test5()
10997 ios.width(25); in test5()
10998 left(ios); in test5()
11000 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11003 assert(ios.width() == 0); in test5()
11005 ios.width(25); in test5()
11006 right(ios); in test5()
11008 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11011 assert(ios.width() == 0); in test5()
11013 ios.width(25); in test5()
11014 internal(ios); in test5()
11016 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11019 assert(ios.width() == 0); in test5()
11025 uppercase(ios); in test5()
11027 noshowpos(ios); in test5()
11029 noshowpoint(ios); in test5()
11031 ios.imbue(lc); in test5()
11033 ios.width(0); in test5()
11035 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11038 assert(ios.width() == 0); in test5()
11040 ios.width(25); in test5()
11041 left(ios); in test5()
11043 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11046 assert(ios.width() == 0); in test5()
11048 ios.width(25); in test5()
11049 right(ios); in test5()
11051 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11054 assert(ios.width() == 0); in test5()
11056 ios.width(25); in test5()
11057 internal(ios); in test5()
11059 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11062 assert(ios.width() == 0); in test5()
11065 ios.imbue(lg); in test5()
11067 ios.width(0); in test5()
11069 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11072 assert(ios.width() == 0); in test5()
11074 ios.width(25); in test5()
11075 left(ios); in test5()
11077 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11080 assert(ios.width() == 0); in test5()
11082 ios.width(25); in test5()
11083 right(ios); in test5()
11085 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11088 assert(ios.width() == 0); in test5()
11090 ios.width(25); in test5()
11091 internal(ios); in test5()
11093 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11096 assert(ios.width() == 0); in test5()
11100 showpoint(ios); in test5()
11102 ios.imbue(lc); in test5()
11104 ios.width(0); in test5()
11106 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11109 assert(ios.width() == 0); in test5()
11111 ios.width(25); in test5()
11112 left(ios); in test5()
11114 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11117 assert(ios.width() == 0); in test5()
11119 ios.width(25); in test5()
11120 right(ios); in test5()
11122 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11125 assert(ios.width() == 0); in test5()
11127 ios.width(25); in test5()
11128 internal(ios); in test5()
11130 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11133 assert(ios.width() == 0); in test5()
11136 ios.imbue(lg); in test5()
11138 ios.width(0); in test5()
11140 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11143 assert(ios.width() == 0); in test5()
11145 ios.width(25); in test5()
11146 left(ios); in test5()
11148 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11151 assert(ios.width() == 0); in test5()
11153 ios.width(25); in test5()
11154 right(ios); in test5()
11156 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11159 assert(ios.width() == 0); in test5()
11161 ios.width(25); in test5()
11162 internal(ios); in test5()
11164 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11167 assert(ios.width() == 0); in test5()
11172 showpos(ios); in test5()
11174 noshowpoint(ios); in test5()
11176 ios.imbue(lc); in test5()
11178 ios.width(0); in test5()
11180 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11183 assert(ios.width() == 0); in test5()
11185 ios.width(25); in test5()
11186 left(ios); in test5()
11188 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11191 assert(ios.width() == 0); in test5()
11193 ios.width(25); in test5()
11194 right(ios); in test5()
11196 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11199 assert(ios.width() == 0); in test5()
11201 ios.width(25); in test5()
11202 internal(ios); in test5()
11204 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11207 assert(ios.width() == 0); in test5()
11210 ios.imbue(lg); in test5()
11212 ios.width(0); in test5()
11214 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11217 assert(ios.width() == 0); in test5()
11219 ios.width(25); in test5()
11220 left(ios); in test5()
11222 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11225 assert(ios.width() == 0); in test5()
11227 ios.width(25); in test5()
11228 right(ios); in test5()
11230 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11233 assert(ios.width() == 0); in test5()
11235 ios.width(25); in test5()
11236 internal(ios); in test5()
11238 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11241 assert(ios.width() == 0); in test5()
11245 showpoint(ios); in test5()
11247 ios.imbue(lc); in test5()
11249 ios.width(0); in test5()
11251 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11254 assert(ios.width() == 0); in test5()
11256 ios.width(25); in test5()
11257 left(ios); in test5()
11259 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11262 assert(ios.width() == 0); in test5()
11264 ios.width(25); in test5()
11265 right(ios); in test5()
11267 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11270 assert(ios.width() == 0); in test5()
11272 ios.width(25); in test5()
11273 internal(ios); in test5()
11275 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11278 assert(ios.width() == 0); in test5()
11281 ios.imbue(lg); in test5()
11283 ios.width(0); in test5()
11285 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11288 assert(ios.width() == 0); in test5()
11290 ios.width(25); in test5()
11291 left(ios); in test5()
11293 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11296 assert(ios.width() == 0); in test5()
11298 ios.width(25); in test5()
11299 right(ios); in test5()
11301 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11304 assert(ios.width() == 0); in test5()
11306 ios.width(25); in test5()
11307 internal(ios); in test5()
11309 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11312 assert(ios.width() == 0); in test5()
11319 ios.precision(1); in test5()
11321 nouppercase(ios); in test5()
11323 noshowpos(ios); in test5()
11325 noshowpoint(ios); in test5()
11327 ios.imbue(lc); in test5()
11329 ios.width(0); in test5()
11331 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11334 assert(ios.width() == 0); in test5()
11336 ios.width(25); in test5()
11337 left(ios); in test5()
11339 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11342 assert(ios.width() == 0); in test5()
11344 ios.width(25); in test5()
11345 right(ios); in test5()
11347 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11350 assert(ios.width() == 0); in test5()
11352 ios.width(25); in test5()
11353 internal(ios); in test5()
11355 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11358 assert(ios.width() == 0); in test5()
11361 ios.imbue(lg); in test5()
11363 ios.width(0); in test5()
11365 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11368 assert(ios.width() == 0); in test5()
11370 ios.width(25); in test5()
11371 left(ios); in test5()
11373 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11376 assert(ios.width() == 0); in test5()
11378 ios.width(25); in test5()
11379 right(ios); in test5()
11381 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11384 assert(ios.width() == 0); in test5()
11386 ios.width(25); in test5()
11387 internal(ios); in test5()
11389 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11392 assert(ios.width() == 0); in test5()
11396 showpoint(ios); in test5()
11398 ios.imbue(lc); in test5()
11400 ios.width(0); in test5()
11402 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11405 assert(ios.width() == 0); in test5()
11407 ios.width(25); in test5()
11408 left(ios); in test5()
11410 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11413 assert(ios.width() == 0); in test5()
11415 ios.width(25); in test5()
11416 right(ios); in test5()
11418 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11421 assert(ios.width() == 0); in test5()
11423 ios.width(25); in test5()
11424 internal(ios); in test5()
11426 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11429 assert(ios.width() == 0); in test5()
11432 ios.imbue(lg); in test5()
11434 ios.width(0); in test5()
11436 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11439 assert(ios.width() == 0); in test5()
11441 ios.width(25); in test5()
11442 left(ios); in test5()
11444 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11447 assert(ios.width() == 0); in test5()
11449 ios.width(25); in test5()
11450 right(ios); in test5()
11452 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11455 assert(ios.width() == 0); in test5()
11457 ios.width(25); in test5()
11458 internal(ios); in test5()
11460 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11463 assert(ios.width() == 0); in test5()
11468 showpos(ios); in test5()
11470 noshowpoint(ios); in test5()
11472 ios.imbue(lc); in test5()
11474 ios.width(0); in test5()
11476 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11479 assert(ios.width() == 0); in test5()
11481 ios.width(25); in test5()
11482 left(ios); in test5()
11484 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11487 assert(ios.width() == 0); in test5()
11489 ios.width(25); in test5()
11490 right(ios); in test5()
11492 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11495 assert(ios.width() == 0); in test5()
11497 ios.width(25); in test5()
11498 internal(ios); in test5()
11500 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11503 assert(ios.width() == 0); in test5()
11506 ios.imbue(lg); in test5()
11508 ios.width(0); in test5()
11510 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11513 assert(ios.width() == 0); in test5()
11515 ios.width(25); in test5()
11516 left(ios); in test5()
11518 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11521 assert(ios.width() == 0); in test5()
11523 ios.width(25); in test5()
11524 right(ios); in test5()
11526 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11529 assert(ios.width() == 0); in test5()
11531 ios.width(25); in test5()
11532 internal(ios); in test5()
11534 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11537 assert(ios.width() == 0); in test5()
11541 showpoint(ios); in test5()
11543 ios.imbue(lc); in test5()
11545 ios.width(0); in test5()
11547 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11550 assert(ios.width() == 0); in test5()
11552 ios.width(25); in test5()
11553 left(ios); in test5()
11555 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11558 assert(ios.width() == 0); in test5()
11560 ios.width(25); in test5()
11561 right(ios); in test5()
11563 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11566 assert(ios.width() == 0); in test5()
11568 ios.width(25); in test5()
11569 internal(ios); in test5()
11571 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11574 assert(ios.width() == 0); in test5()
11577 ios.imbue(lg); in test5()
11579 ios.width(0); in test5()
11581 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11584 assert(ios.width() == 0); in test5()
11586 ios.width(25); in test5()
11587 left(ios); in test5()
11589 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11592 assert(ios.width() == 0); in test5()
11594 ios.width(25); in test5()
11595 right(ios); in test5()
11597 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11600 assert(ios.width() == 0); in test5()
11602 ios.width(25); in test5()
11603 internal(ios); in test5()
11605 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11608 assert(ios.width() == 0); in test5()
11614 uppercase(ios); in test5()
11616 noshowpos(ios); in test5()
11618 noshowpoint(ios); in test5()
11620 ios.imbue(lc); in test5()
11622 ios.width(0); in test5()
11624 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11627 assert(ios.width() == 0); in test5()
11629 ios.width(25); in test5()
11630 left(ios); in test5()
11632 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11635 assert(ios.width() == 0); in test5()
11637 ios.width(25); in test5()
11638 right(ios); in test5()
11640 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11643 assert(ios.width() == 0); in test5()
11645 ios.width(25); in test5()
11646 internal(ios); in test5()
11648 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11651 assert(ios.width() == 0); in test5()
11654 ios.imbue(lg); in test5()
11656 ios.width(0); in test5()
11658 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11661 assert(ios.width() == 0); in test5()
11663 ios.width(25); in test5()
11664 left(ios); in test5()
11666 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11669 assert(ios.width() == 0); in test5()
11671 ios.width(25); in test5()
11672 right(ios); in test5()
11674 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11677 assert(ios.width() == 0); in test5()
11679 ios.width(25); in test5()
11680 internal(ios); in test5()
11682 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11685 assert(ios.width() == 0); in test5()
11689 showpoint(ios); in test5()
11691 ios.imbue(lc); in test5()
11693 ios.width(0); in test5()
11695 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11698 assert(ios.width() == 0); in test5()
11700 ios.width(25); in test5()
11701 left(ios); in test5()
11703 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11706 assert(ios.width() == 0); in test5()
11708 ios.width(25); in test5()
11709 right(ios); in test5()
11711 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11714 assert(ios.width() == 0); in test5()
11716 ios.width(25); in test5()
11717 internal(ios); in test5()
11719 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11722 assert(ios.width() == 0); in test5()
11725 ios.imbue(lg); in test5()
11727 ios.width(0); in test5()
11729 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11732 assert(ios.width() == 0); in test5()
11734 ios.width(25); in test5()
11735 left(ios); in test5()
11737 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11740 assert(ios.width() == 0); in test5()
11742 ios.width(25); in test5()
11743 right(ios); in test5()
11745 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11748 assert(ios.width() == 0); in test5()
11750 ios.width(25); in test5()
11751 internal(ios); in test5()
11753 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11756 assert(ios.width() == 0); in test5()
11761 showpos(ios); in test5()
11763 noshowpoint(ios); in test5()
11765 ios.imbue(lc); in test5()
11767 ios.width(0); in test5()
11769 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11772 assert(ios.width() == 0); in test5()
11774 ios.width(25); in test5()
11775 left(ios); in test5()
11777 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11780 assert(ios.width() == 0); in test5()
11782 ios.width(25); in test5()
11783 right(ios); in test5()
11785 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11788 assert(ios.width() == 0); in test5()
11790 ios.width(25); in test5()
11791 internal(ios); in test5()
11793 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11796 assert(ios.width() == 0); in test5()
11799 ios.imbue(lg); in test5()
11801 ios.width(0); in test5()
11803 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11806 assert(ios.width() == 0); in test5()
11808 ios.width(25); in test5()
11809 left(ios); in test5()
11811 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11814 assert(ios.width() == 0); in test5()
11816 ios.width(25); in test5()
11817 right(ios); in test5()
11819 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11822 assert(ios.width() == 0); in test5()
11824 ios.width(25); in test5()
11825 internal(ios); in test5()
11827 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11830 assert(ios.width() == 0); in test5()
11834 showpoint(ios); in test5()
11836 ios.imbue(lc); in test5()
11838 ios.width(0); in test5()
11840 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11843 assert(ios.width() == 0); in test5()
11845 ios.width(25); in test5()
11846 left(ios); in test5()
11848 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11851 assert(ios.width() == 0); in test5()
11853 ios.width(25); in test5()
11854 right(ios); in test5()
11856 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11859 assert(ios.width() == 0); in test5()
11861 ios.width(25); in test5()
11862 internal(ios); in test5()
11864 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11867 assert(ios.width() == 0); in test5()
11870 ios.imbue(lg); in test5()
11872 ios.width(0); in test5()
11874 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11877 assert(ios.width() == 0); in test5()
11879 ios.width(25); in test5()
11880 left(ios); in test5()
11882 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11885 assert(ios.width() == 0); in test5()
11887 ios.width(25); in test5()
11888 right(ios); in test5()
11890 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11893 assert(ios.width() == 0); in test5()
11895 ios.width(25); in test5()
11896 internal(ios); in test5()
11898 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11901 assert(ios.width() == 0); in test5()
11908 ios.precision(6); in test5()
11910 nouppercase(ios); in test5()
11912 noshowpos(ios); in test5()
11914 noshowpoint(ios); in test5()
11916 ios.imbue(lc); in test5()
11918 ios.width(0); in test5()
11920 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11923 assert(ios.width() == 0); in test5()
11925 ios.width(25); in test5()
11926 left(ios); in test5()
11928 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11931 assert(ios.width() == 0); in test5()
11933 ios.width(25); in test5()
11934 right(ios); in test5()
11936 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11939 assert(ios.width() == 0); in test5()
11941 ios.width(25); in test5()
11942 internal(ios); in test5()
11944 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11947 assert(ios.width() == 0); in test5()
11950 ios.imbue(lg); in test5()
11952 ios.width(0); in test5()
11954 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11957 assert(ios.width() == 0); in test5()
11959 ios.width(25); in test5()
11960 left(ios); in test5()
11962 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11965 assert(ios.width() == 0); in test5()
11967 ios.width(25); in test5()
11968 right(ios); in test5()
11970 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11973 assert(ios.width() == 0); in test5()
11975 ios.width(25); in test5()
11976 internal(ios); in test5()
11978 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11981 assert(ios.width() == 0); in test5()
11985 showpoint(ios); in test5()
11987 ios.imbue(lc); in test5()
11989 ios.width(0); in test5()
11991 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
11994 assert(ios.width() == 0); in test5()
11996 ios.width(25); in test5()
11997 left(ios); in test5()
11999 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
12002 assert(ios.width() == 0); in test5()
12004 ios.width(25); in test5()
12005 right(ios); in test5()
12007 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
12010 assert(ios.width() == 0); in test5()
12012 ios.width(25); in test5()
12013 internal(ios); in test5()
12015 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
12018 assert(ios.width() == 0); in test5()
12021 ios.imbue(lg); in test5()
12023 ios.width(0); in test5()
12025 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
12028 assert(ios.width() == 0); in test5()
12030 ios.width(25); in test5()
12031 left(ios); in test5()
12033 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
12036 assert(ios.width() == 0); in test5()
12038 ios.width(25); in test5()
12039 right(ios); in test5()
12041 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
12044 assert(ios.width() == 0); in test5()
12046 ios.width(25); in test5()
12047 internal(ios); in test5()
12049 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
12052 assert(ios.width() == 0); in test5()
12057 showpos(ios); in test5()
12059 noshowpoint(ios); in test5()
12061 ios.imbue(lc); in test5()
12063 ios.width(0); in test5()
12065 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
12068 assert(ios.width() == 0); in test5()
12070 ios.width(25); in test5()
12071 left(ios); in test5()
12073 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
12076 assert(ios.width() == 0); in test5()
12078 ios.width(25); in test5()
12079 right(ios); in test5()
12081 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
12084 assert(ios.width() == 0); in test5()
12086 ios.width(25); in test5()
12087 internal(ios); in test5()
12089 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
12092 assert(ios.width() == 0); in test5()
12095 ios.imbue(lg); in test5()
12097 ios.width(0); in test5()
12099 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
12102 assert(ios.width() == 0); in test5()
12104 ios.width(25); in test5()
12105 left(ios); in test5()
12107 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
12110 assert(ios.width() == 0); in test5()
12112 ios.width(25); in test5()
12113 right(ios); in test5()
12115 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
12118 assert(ios.width() == 0); in test5()
12120 ios.width(25); in test5()
12121 internal(ios); in test5()
12123 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
12126 assert(ios.width() == 0); in test5()
12130 showpoint(ios); in test5()
12132 ios.imbue(lc); in test5()
12134 ios.width(0); in test5()
12136 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
12139 assert(ios.width() == 0); in test5()
12141 ios.width(25); in test5()
12142 left(ios); in test5()
12144 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
12147 assert(ios.width() == 0); in test5()
12149 ios.width(25); in test5()
12150 right(ios); in test5()
12152 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
12155 assert(ios.width() == 0); in test5()
12157 ios.width(25); in test5()
12158 internal(ios); in test5()
12160 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
12163 assert(ios.width() == 0); in test5()
12166 ios.imbue(lg); in test5()
12168 ios.width(0); in test5()
12170 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
12173 assert(ios.width() == 0); in test5()
12175 ios.width(25); in test5()
12176 left(ios); in test5()
12178 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
12181 assert(ios.width() == 0); in test5()
12183 ios.width(25); in test5()
12184 right(ios); in test5()
12186 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
12189 assert(ios.width() == 0); in test5()
12191 ios.width(25); in test5()
12192 internal(ios); in test5()
12194 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
12197 assert(ios.width() == 0); in test5()
12203 uppercase(ios); in test5()
12205 noshowpos(ios); in test5()
12207 noshowpoint(ios); in test5()
12209 ios.imbue(lc); in test5()
12211 ios.width(0); in test5()
12213 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
12216 assert(ios.width() == 0); in test5()
12218 ios.width(25); in test5()
12219 left(ios); in test5()
12221 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
12224 assert(ios.width() == 0); in test5()
12226 ios.width(25); in test5()
12227 right(ios); in test5()
12229 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
12232 assert(ios.width() == 0); in test5()
12234 ios.width(25); in test5()
12235 internal(ios); in test5()
12237 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
12240 assert(ios.width() == 0); in test5()
12243 ios.imbue(lg); in test5()
12245 ios.width(0); in test5()
12247 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
12250 assert(ios.width() == 0); in test5()
12252 ios.width(25); in test5()
12253 left(ios); in test5()
12255 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
12258 assert(ios.width() == 0); in test5()
12260 ios.width(25); in test5()
12261 right(ios); in test5()
12263 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
12266 assert(ios.width() == 0); in test5()
12268 ios.width(25); in test5()
12269 internal(ios); in test5()
12271 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
12274 assert(ios.width() == 0); in test5()
12278 showpoint(ios); in test5()
12280 ios.imbue(lc); in test5()
12282 ios.width(0); in test5()
12284 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
12287 assert(ios.width() == 0); in test5()
12289 ios.width(25); in test5()
12290 left(ios); in test5()
12292 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
12295 assert(ios.width() == 0); in test5()
12297 ios.width(25); in test5()
12298 right(ios); in test5()
12300 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
12303 assert(ios.width() == 0); in test5()
12305 ios.width(25); in test5()
12306 internal(ios); in test5()
12308 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
12311 assert(ios.width() == 0); in test5()
12314 ios.imbue(lg); in test5()
12316 ios.width(0); in test5()
12318 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
12321 assert(ios.width() == 0); in test5()
12323 ios.width(25); in test5()
12324 left(ios); in test5()
12326 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
12329 assert(ios.width() == 0); in test5()
12331 ios.width(25); in test5()
12332 right(ios); in test5()
12334 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
12337 assert(ios.width() == 0); in test5()
12339 ios.width(25); in test5()
12340 internal(ios); in test5()
12342 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
12345 assert(ios.width() == 0); in test5()
12350 showpos(ios); in test5()
12352 noshowpoint(ios); in test5()
12354 ios.imbue(lc); in test5()
12356 ios.width(0); in test5()
12358 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
12361 assert(ios.width() == 0); in test5()
12363 ios.width(25); in test5()
12364 left(ios); in test5()
12366 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
12369 assert(ios.width() == 0); in test5()
12371 ios.width(25); in test5()
12372 right(ios); in test5()
12374 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
12377 assert(ios.width() == 0); in test5()
12379 ios.width(25); in test5()
12380 internal(ios); in test5()
12382 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
12385 assert(ios.width() == 0); in test5()
12388 ios.imbue(lg); in test5()
12390 ios.width(0); in test5()
12392 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
12395 assert(ios.width() == 0); in test5()
12397 ios.width(25); in test5()
12398 left(ios); in test5()
12400 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
12403 assert(ios.width() == 0); in test5()
12405 ios.width(25); in test5()
12406 right(ios); in test5()
12408 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
12411 assert(ios.width() == 0); in test5()
12413 ios.width(25); in test5()
12414 internal(ios); in test5()
12416 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
12419 assert(ios.width() == 0); in test5()
12423 showpoint(ios); in test5()
12425 ios.imbue(lc); in test5()
12427 ios.width(0); in test5()
12429 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
12432 assert(ios.width() == 0); in test5()
12434 ios.width(25); in test5()
12435 left(ios); in test5()
12437 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
12440 assert(ios.width() == 0); in test5()
12442 ios.width(25); in test5()
12443 right(ios); in test5()
12445 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
12448 assert(ios.width() == 0); in test5()
12450 ios.width(25); in test5()
12451 internal(ios); in test5()
12453 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
12456 assert(ios.width() == 0); in test5()
12459 ios.imbue(lg); in test5()
12461 ios.width(0); in test5()
12463 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
12466 assert(ios.width() == 0); in test5()
12468 ios.width(25); in test5()
12469 left(ios); in test5()
12471 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
12474 assert(ios.width() == 0); in test5()
12476 ios.width(25); in test5()
12477 right(ios); in test5()
12479 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
12482 assert(ios.width() == 0); in test5()
12484 ios.width(25); in test5()
12485 internal(ios); in test5()
12487 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test5()
12490 assert(ios.width() == 0); in test5()
12497 ios.precision(16); in test5()
12500 ios.precision(60); in test5()
12516 std::ios ios(0); in test6() local
12517 scientific(ios); in test6()
12520 ios.precision(0); in test6()
12522 nouppercase(ios); in test6()
12524 noshowpos(ios); in test6()
12526 noshowpoint(ios); in test6()
12528 ios.imbue(lc); in test6()
12530 ios.width(0); in test6()
12532 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
12535 assert(ios.width() == 0); in test6()
12537 ios.width(25); in test6()
12538 left(ios); in test6()
12540 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
12543 assert(ios.width() == 0); in test6()
12545 ios.width(25); in test6()
12546 right(ios); in test6()
12548 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
12551 assert(ios.width() == 0); in test6()
12553 ios.width(25); in test6()
12554 internal(ios); in test6()
12556 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
12559 assert(ios.width() == 0); in test6()
12562 ios.imbue(lg); in test6()
12564 ios.width(0); in test6()
12566 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
12569 assert(ios.width() == 0); in test6()
12571 ios.width(25); in test6()
12572 left(ios); in test6()
12574 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
12577 assert(ios.width() == 0); in test6()
12579 ios.width(25); in test6()
12580 right(ios); in test6()
12582 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
12585 assert(ios.width() == 0); in test6()
12587 ios.width(25); in test6()
12588 internal(ios); in test6()
12590 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
12593 assert(ios.width() == 0); in test6()
12597 showpoint(ios); in test6()
12599 ios.imbue(lc); in test6()
12601 ios.width(0); in test6()
12603 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
12606 assert(ios.width() == 0); in test6()
12608 ios.width(25); in test6()
12609 left(ios); in test6()
12611 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
12614 assert(ios.width() == 0); in test6()
12616 ios.width(25); in test6()
12617 right(ios); in test6()
12619 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
12622 assert(ios.width() == 0); in test6()
12624 ios.width(25); in test6()
12625 internal(ios); in test6()
12627 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
12630 assert(ios.width() == 0); in test6()
12633 ios.imbue(lg); in test6()
12635 ios.width(0); in test6()
12637 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
12640 assert(ios.width() == 0); in test6()
12642 ios.width(25); in test6()
12643 left(ios); in test6()
12645 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
12648 assert(ios.width() == 0); in test6()
12650 ios.width(25); in test6()
12651 right(ios); in test6()
12653 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
12656 assert(ios.width() == 0); in test6()
12658 ios.width(25); in test6()
12659 internal(ios); in test6()
12661 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
12664 assert(ios.width() == 0); in test6()
12669 showpos(ios); in test6()
12671 noshowpoint(ios); in test6()
12673 ios.imbue(lc); in test6()
12675 ios.width(0); in test6()
12677 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
12680 assert(ios.width() == 0); in test6()
12682 ios.width(25); in test6()
12683 left(ios); in test6()
12685 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
12688 assert(ios.width() == 0); in test6()
12690 ios.width(25); in test6()
12691 right(ios); in test6()
12693 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
12696 assert(ios.width() == 0); in test6()
12698 ios.width(25); in test6()
12699 internal(ios); in test6()
12701 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
12704 assert(ios.width() == 0); in test6()
12707 ios.imbue(lg); in test6()
12709 ios.width(0); in test6()
12711 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
12714 assert(ios.width() == 0); in test6()
12716 ios.width(25); in test6()
12717 left(ios); in test6()
12719 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
12722 assert(ios.width() == 0); in test6()
12724 ios.width(25); in test6()
12725 right(ios); in test6()
12727 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
12730 assert(ios.width() == 0); in test6()
12732 ios.width(25); in test6()
12733 internal(ios); in test6()
12735 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
12738 assert(ios.width() == 0); in test6()
12742 showpoint(ios); in test6()
12744 ios.imbue(lc); in test6()
12746 ios.width(0); in test6()
12748 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
12751 assert(ios.width() == 0); in test6()
12753 ios.width(25); in test6()
12754 left(ios); in test6()
12756 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
12759 assert(ios.width() == 0); in test6()
12761 ios.width(25); in test6()
12762 right(ios); in test6()
12764 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
12767 assert(ios.width() == 0); in test6()
12769 ios.width(25); in test6()
12770 internal(ios); in test6()
12772 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
12775 assert(ios.width() == 0); in test6()
12778 ios.imbue(lg); in test6()
12780 ios.width(0); in test6()
12782 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
12785 assert(ios.width() == 0); in test6()
12787 ios.width(25); in test6()
12788 left(ios); in test6()
12790 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
12793 assert(ios.width() == 0); in test6()
12795 ios.width(25); in test6()
12796 right(ios); in test6()
12798 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
12801 assert(ios.width() == 0); in test6()
12803 ios.width(25); in test6()
12804 internal(ios); in test6()
12806 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
12809 assert(ios.width() == 0); in test6()
12815 uppercase(ios); in test6()
12817 noshowpos(ios); in test6()
12819 noshowpoint(ios); in test6()
12821 ios.imbue(lc); in test6()
12823 ios.width(0); in test6()
12825 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
12828 assert(ios.width() == 0); in test6()
12830 ios.width(25); in test6()
12831 left(ios); in test6()
12833 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
12836 assert(ios.width() == 0); in test6()
12838 ios.width(25); in test6()
12839 right(ios); in test6()
12841 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
12844 assert(ios.width() == 0); in test6()
12846 ios.width(25); in test6()
12847 internal(ios); in test6()
12849 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
12852 assert(ios.width() == 0); in test6()
12855 ios.imbue(lg); in test6()
12857 ios.width(0); in test6()
12859 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
12862 assert(ios.width() == 0); in test6()
12864 ios.width(25); in test6()
12865 left(ios); in test6()
12867 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
12870 assert(ios.width() == 0); in test6()
12872 ios.width(25); in test6()
12873 right(ios); in test6()
12875 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
12878 assert(ios.width() == 0); in test6()
12880 ios.width(25); in test6()
12881 internal(ios); in test6()
12883 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
12886 assert(ios.width() == 0); in test6()
12890 showpoint(ios); in test6()
12892 ios.imbue(lc); in test6()
12894 ios.width(0); in test6()
12896 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
12899 assert(ios.width() == 0); in test6()
12901 ios.width(25); in test6()
12902 left(ios); in test6()
12904 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
12907 assert(ios.width() == 0); in test6()
12909 ios.width(25); in test6()
12910 right(ios); in test6()
12912 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
12915 assert(ios.width() == 0); in test6()
12917 ios.width(25); in test6()
12918 internal(ios); in test6()
12920 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
12923 assert(ios.width() == 0); in test6()
12926 ios.imbue(lg); in test6()
12928 ios.width(0); in test6()
12930 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
12933 assert(ios.width() == 0); in test6()
12935 ios.width(25); in test6()
12936 left(ios); in test6()
12938 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
12941 assert(ios.width() == 0); in test6()
12943 ios.width(25); in test6()
12944 right(ios); in test6()
12946 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
12949 assert(ios.width() == 0); in test6()
12951 ios.width(25); in test6()
12952 internal(ios); in test6()
12954 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
12957 assert(ios.width() == 0); in test6()
12962 showpos(ios); in test6()
12964 noshowpoint(ios); in test6()
12966 ios.imbue(lc); in test6()
12968 ios.width(0); in test6()
12970 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
12973 assert(ios.width() == 0); in test6()
12975 ios.width(25); in test6()
12976 left(ios); in test6()
12978 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
12981 assert(ios.width() == 0); in test6()
12983 ios.width(25); in test6()
12984 right(ios); in test6()
12986 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
12989 assert(ios.width() == 0); in test6()
12991 ios.width(25); in test6()
12992 internal(ios); in test6()
12994 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
12997 assert(ios.width() == 0); in test6()
13000 ios.imbue(lg); in test6()
13002 ios.width(0); in test6()
13004 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13007 assert(ios.width() == 0); in test6()
13009 ios.width(25); in test6()
13010 left(ios); in test6()
13012 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13015 assert(ios.width() == 0); in test6()
13017 ios.width(25); in test6()
13018 right(ios); in test6()
13020 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13023 assert(ios.width() == 0); in test6()
13025 ios.width(25); in test6()
13026 internal(ios); in test6()
13028 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13031 assert(ios.width() == 0); in test6()
13035 showpoint(ios); in test6()
13037 ios.imbue(lc); in test6()
13039 ios.width(0); in test6()
13041 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13044 assert(ios.width() == 0); in test6()
13046 ios.width(25); in test6()
13047 left(ios); in test6()
13049 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13052 assert(ios.width() == 0); in test6()
13054 ios.width(25); in test6()
13055 right(ios); in test6()
13057 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13060 assert(ios.width() == 0); in test6()
13062 ios.width(25); in test6()
13063 internal(ios); in test6()
13065 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13068 assert(ios.width() == 0); in test6()
13071 ios.imbue(lg); in test6()
13073 ios.width(0); in test6()
13075 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13078 assert(ios.width() == 0); in test6()
13080 ios.width(25); in test6()
13081 left(ios); in test6()
13083 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13086 assert(ios.width() == 0); in test6()
13088 ios.width(25); in test6()
13089 right(ios); in test6()
13091 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13094 assert(ios.width() == 0); in test6()
13096 ios.width(25); in test6()
13097 internal(ios); in test6()
13099 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13102 assert(ios.width() == 0); in test6()
13109 ios.precision(1); in test6()
13111 nouppercase(ios); in test6()
13113 noshowpos(ios); in test6()
13115 noshowpoint(ios); in test6()
13117 ios.imbue(lc); in test6()
13119 ios.width(0); in test6()
13121 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13124 assert(ios.width() == 0); in test6()
13126 ios.width(25); in test6()
13127 left(ios); in test6()
13129 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13132 assert(ios.width() == 0); in test6()
13134 ios.width(25); in test6()
13135 right(ios); in test6()
13137 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13140 assert(ios.width() == 0); in test6()
13142 ios.width(25); in test6()
13143 internal(ios); in test6()
13145 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13148 assert(ios.width() == 0); in test6()
13151 ios.imbue(lg); in test6()
13153 ios.width(0); in test6()
13155 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13158 assert(ios.width() == 0); in test6()
13160 ios.width(25); in test6()
13161 left(ios); in test6()
13163 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13166 assert(ios.width() == 0); in test6()
13168 ios.width(25); in test6()
13169 right(ios); in test6()
13171 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13174 assert(ios.width() == 0); in test6()
13176 ios.width(25); in test6()
13177 internal(ios); in test6()
13179 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13182 assert(ios.width() == 0); in test6()
13186 showpoint(ios); in test6()
13188 ios.imbue(lc); in test6()
13190 ios.width(0); in test6()
13192 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13195 assert(ios.width() == 0); in test6()
13197 ios.width(25); in test6()
13198 left(ios); in test6()
13200 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13203 assert(ios.width() == 0); in test6()
13205 ios.width(25); in test6()
13206 right(ios); in test6()
13208 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13211 assert(ios.width() == 0); in test6()
13213 ios.width(25); in test6()
13214 internal(ios); in test6()
13216 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13219 assert(ios.width() == 0); in test6()
13222 ios.imbue(lg); in test6()
13224 ios.width(0); in test6()
13226 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13229 assert(ios.width() == 0); in test6()
13231 ios.width(25); in test6()
13232 left(ios); in test6()
13234 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13237 assert(ios.width() == 0); in test6()
13239 ios.width(25); in test6()
13240 right(ios); in test6()
13242 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13245 assert(ios.width() == 0); in test6()
13247 ios.width(25); in test6()
13248 internal(ios); in test6()
13250 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13253 assert(ios.width() == 0); in test6()
13258 showpos(ios); in test6()
13260 noshowpoint(ios); in test6()
13262 ios.imbue(lc); in test6()
13264 ios.width(0); in test6()
13266 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13269 assert(ios.width() == 0); in test6()
13271 ios.width(25); in test6()
13272 left(ios); in test6()
13274 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13277 assert(ios.width() == 0); in test6()
13279 ios.width(25); in test6()
13280 right(ios); in test6()
13282 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13285 assert(ios.width() == 0); in test6()
13287 ios.width(25); in test6()
13288 internal(ios); in test6()
13290 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13293 assert(ios.width() == 0); in test6()
13296 ios.imbue(lg); in test6()
13298 ios.width(0); in test6()
13300 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13303 assert(ios.width() == 0); in test6()
13305 ios.width(25); in test6()
13306 left(ios); in test6()
13308 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13311 assert(ios.width() == 0); in test6()
13313 ios.width(25); in test6()
13314 right(ios); in test6()
13316 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13319 assert(ios.width() == 0); in test6()
13321 ios.width(25); in test6()
13322 internal(ios); in test6()
13324 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13327 assert(ios.width() == 0); in test6()
13331 showpoint(ios); in test6()
13333 ios.imbue(lc); in test6()
13335 ios.width(0); in test6()
13337 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13340 assert(ios.width() == 0); in test6()
13342 ios.width(25); in test6()
13343 left(ios); in test6()
13345 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13348 assert(ios.width() == 0); in test6()
13350 ios.width(25); in test6()
13351 right(ios); in test6()
13353 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13356 assert(ios.width() == 0); in test6()
13358 ios.width(25); in test6()
13359 internal(ios); in test6()
13361 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13364 assert(ios.width() == 0); in test6()
13367 ios.imbue(lg); in test6()
13369 ios.width(0); in test6()
13371 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13374 assert(ios.width() == 0); in test6()
13376 ios.width(25); in test6()
13377 left(ios); in test6()
13379 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13382 assert(ios.width() == 0); in test6()
13384 ios.width(25); in test6()
13385 right(ios); in test6()
13387 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13390 assert(ios.width() == 0); in test6()
13392 ios.width(25); in test6()
13393 internal(ios); in test6()
13395 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13398 assert(ios.width() == 0); in test6()
13404 uppercase(ios); in test6()
13406 noshowpos(ios); in test6()
13408 noshowpoint(ios); in test6()
13410 ios.imbue(lc); in test6()
13412 ios.width(0); in test6()
13414 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13417 assert(ios.width() == 0); in test6()
13419 ios.width(25); in test6()
13420 left(ios); in test6()
13422 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13425 assert(ios.width() == 0); in test6()
13427 ios.width(25); in test6()
13428 right(ios); in test6()
13430 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13433 assert(ios.width() == 0); in test6()
13435 ios.width(25); in test6()
13436 internal(ios); in test6()
13438 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13441 assert(ios.width() == 0); in test6()
13444 ios.imbue(lg); in test6()
13446 ios.width(0); in test6()
13448 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13451 assert(ios.width() == 0); in test6()
13453 ios.width(25); in test6()
13454 left(ios); in test6()
13456 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13459 assert(ios.width() == 0); in test6()
13461 ios.width(25); in test6()
13462 right(ios); in test6()
13464 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13467 assert(ios.width() == 0); in test6()
13469 ios.width(25); in test6()
13470 internal(ios); in test6()
13472 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13475 assert(ios.width() == 0); in test6()
13479 showpoint(ios); in test6()
13481 ios.imbue(lc); in test6()
13483 ios.width(0); in test6()
13485 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13488 assert(ios.width() == 0); in test6()
13490 ios.width(25); in test6()
13491 left(ios); in test6()
13493 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13496 assert(ios.width() == 0); in test6()
13498 ios.width(25); in test6()
13499 right(ios); in test6()
13501 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13504 assert(ios.width() == 0); in test6()
13506 ios.width(25); in test6()
13507 internal(ios); in test6()
13509 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13512 assert(ios.width() == 0); in test6()
13515 ios.imbue(lg); in test6()
13517 ios.width(0); in test6()
13519 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13522 assert(ios.width() == 0); in test6()
13524 ios.width(25); in test6()
13525 left(ios); in test6()
13527 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13530 assert(ios.width() == 0); in test6()
13532 ios.width(25); in test6()
13533 right(ios); in test6()
13535 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13538 assert(ios.width() == 0); in test6()
13540 ios.width(25); in test6()
13541 internal(ios); in test6()
13543 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13546 assert(ios.width() == 0); in test6()
13551 showpos(ios); in test6()
13553 noshowpoint(ios); in test6()
13555 ios.imbue(lc); in test6()
13557 ios.width(0); in test6()
13559 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13562 assert(ios.width() == 0); in test6()
13564 ios.width(25); in test6()
13565 left(ios); in test6()
13567 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13570 assert(ios.width() == 0); in test6()
13572 ios.width(25); in test6()
13573 right(ios); in test6()
13575 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13578 assert(ios.width() == 0); in test6()
13580 ios.width(25); in test6()
13581 internal(ios); in test6()
13583 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13586 assert(ios.width() == 0); in test6()
13589 ios.imbue(lg); in test6()
13591 ios.width(0); in test6()
13593 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13596 assert(ios.width() == 0); in test6()
13598 ios.width(25); in test6()
13599 left(ios); in test6()
13601 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13604 assert(ios.width() == 0); in test6()
13606 ios.width(25); in test6()
13607 right(ios); in test6()
13609 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13612 assert(ios.width() == 0); in test6()
13614 ios.width(25); in test6()
13615 internal(ios); in test6()
13617 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13620 assert(ios.width() == 0); in test6()
13624 showpoint(ios); in test6()
13626 ios.imbue(lc); in test6()
13628 ios.width(0); in test6()
13630 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13633 assert(ios.width() == 0); in test6()
13635 ios.width(25); in test6()
13636 left(ios); in test6()
13638 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13641 assert(ios.width() == 0); in test6()
13643 ios.width(25); in test6()
13644 right(ios); in test6()
13646 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13649 assert(ios.width() == 0); in test6()
13651 ios.width(25); in test6()
13652 internal(ios); in test6()
13654 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13657 assert(ios.width() == 0); in test6()
13660 ios.imbue(lg); in test6()
13662 ios.width(0); in test6()
13664 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13667 assert(ios.width() == 0); in test6()
13669 ios.width(25); in test6()
13670 left(ios); in test6()
13672 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13675 assert(ios.width() == 0); in test6()
13677 ios.width(25); in test6()
13678 right(ios); in test6()
13680 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13683 assert(ios.width() == 0); in test6()
13685 ios.width(25); in test6()
13686 internal(ios); in test6()
13688 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13691 assert(ios.width() == 0); in test6()
13698 ios.precision(6); in test6()
13701 ios.precision(16); in test6()
13704 ios.precision(60); in test6()
13706 nouppercase(ios); in test6()
13708 noshowpos(ios); in test6()
13710 noshowpoint(ios); in test6()
13712 ios.imbue(lc); in test6()
13714 ios.width(0); in test6()
13716 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13719 assert(ios.width() == 0); in test6()
13721 ios.width(25); in test6()
13722 left(ios); in test6()
13724 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13727 assert(ios.width() == 0); in test6()
13729 ios.width(25); in test6()
13730 right(ios); in test6()
13732 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13735 assert(ios.width() == 0); in test6()
13737 ios.width(25); in test6()
13738 internal(ios); in test6()
13740 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13743 assert(ios.width() == 0); in test6()
13746 ios.imbue(lg); in test6()
13748 ios.width(0); in test6()
13750 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13753 assert(ios.width() == 0); in test6()
13755 ios.width(25); in test6()
13756 left(ios); in test6()
13758 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13761 assert(ios.width() == 0); in test6()
13763 ios.width(25); in test6()
13764 right(ios); in test6()
13766 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13769 assert(ios.width() == 0); in test6()
13771 ios.width(25); in test6()
13772 internal(ios); in test6()
13774 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13777 assert(ios.width() == 0); in test6()
13781 showpoint(ios); in test6()
13783 ios.imbue(lc); in test6()
13785 ios.width(0); in test6()
13787 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13790 assert(ios.width() == 0); in test6()
13792 ios.width(25); in test6()
13793 left(ios); in test6()
13795 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13798 assert(ios.width() == 0); in test6()
13800 ios.width(25); in test6()
13801 right(ios); in test6()
13803 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13806 assert(ios.width() == 0); in test6()
13808 ios.width(25); in test6()
13809 internal(ios); in test6()
13811 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13814 assert(ios.width() == 0); in test6()
13817 ios.imbue(lg); in test6()
13819 ios.width(0); in test6()
13821 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13824 assert(ios.width() == 0); in test6()
13826 ios.width(25); in test6()
13827 left(ios); in test6()
13829 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13832 assert(ios.width() == 0); in test6()
13834 ios.width(25); in test6()
13835 right(ios); in test6()
13837 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13840 assert(ios.width() == 0); in test6()
13842 ios.width(25); in test6()
13843 internal(ios); in test6()
13845 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13848 assert(ios.width() == 0); in test6()
13853 showpos(ios); in test6()
13855 noshowpoint(ios); in test6()
13857 ios.imbue(lc); in test6()
13859 ios.width(0); in test6()
13861 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13864 assert(ios.width() == 0); in test6()
13866 ios.width(25); in test6()
13867 left(ios); in test6()
13869 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13872 assert(ios.width() == 0); in test6()
13874 ios.width(25); in test6()
13875 right(ios); in test6()
13877 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13880 assert(ios.width() == 0); in test6()
13882 ios.width(25); in test6()
13883 internal(ios); in test6()
13885 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13888 assert(ios.width() == 0); in test6()
13891 ios.imbue(lg); in test6()
13893 ios.width(0); in test6()
13895 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13898 assert(ios.width() == 0); in test6()
13900 ios.width(25); in test6()
13901 left(ios); in test6()
13903 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13906 assert(ios.width() == 0); in test6()
13908 ios.width(25); in test6()
13909 right(ios); in test6()
13911 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13914 assert(ios.width() == 0); in test6()
13916 ios.width(25); in test6()
13917 internal(ios); in test6()
13919 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13922 assert(ios.width() == 0); in test6()
13926 showpoint(ios); in test6()
13928 ios.imbue(lc); in test6()
13930 ios.width(0); in test6()
13932 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13935 assert(ios.width() == 0); in test6()
13937 ios.width(25); in test6()
13938 left(ios); in test6()
13940 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13943 assert(ios.width() == 0); in test6()
13945 ios.width(25); in test6()
13946 right(ios); in test6()
13948 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13951 assert(ios.width() == 0); in test6()
13953 ios.width(25); in test6()
13954 internal(ios); in test6()
13956 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13959 assert(ios.width() == 0); in test6()
13962 ios.imbue(lg); in test6()
13964 ios.width(0); in test6()
13966 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13969 assert(ios.width() == 0); in test6()
13971 ios.width(25); in test6()
13972 left(ios); in test6()
13974 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13977 assert(ios.width() == 0); in test6()
13979 ios.width(25); in test6()
13980 right(ios); in test6()
13982 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13985 assert(ios.width() == 0); in test6()
13987 ios.width(25); in test6()
13988 internal(ios); in test6()
13990 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
13993 assert(ios.width() == 0); in test6()
13999 uppercase(ios); in test6()
14001 noshowpos(ios); in test6()
14003 noshowpoint(ios); in test6()
14005 ios.imbue(lc); in test6()
14007 ios.width(0); in test6()
14009 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
14012 assert(ios.width() == 0); in test6()
14014 ios.width(25); in test6()
14015 left(ios); in test6()
14017 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
14020 assert(ios.width() == 0); in test6()
14022 ios.width(25); in test6()
14023 right(ios); in test6()
14025 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
14028 assert(ios.width() == 0); in test6()
14030 ios.width(25); in test6()
14031 internal(ios); in test6()
14033 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
14036 assert(ios.width() == 0); in test6()
14039 ios.imbue(lg); in test6()
14041 ios.width(0); in test6()
14043 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
14046 assert(ios.width() == 0); in test6()
14048 ios.width(25); in test6()
14049 left(ios); in test6()
14051 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
14054 assert(ios.width() == 0); in test6()
14056 ios.width(25); in test6()
14057 right(ios); in test6()
14059 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
14062 assert(ios.width() == 0); in test6()
14064 ios.width(25); in test6()
14065 internal(ios); in test6()
14067 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
14070 assert(ios.width() == 0); in test6()
14074 showpoint(ios); in test6()
14076 ios.imbue(lc); in test6()
14078 ios.width(0); in test6()
14080 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
14083 assert(ios.width() == 0); in test6()
14085 ios.width(25); in test6()
14086 left(ios); in test6()
14088 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
14091 assert(ios.width() == 0); in test6()
14093 ios.width(25); in test6()
14094 right(ios); in test6()
14096 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
14099 assert(ios.width() == 0); in test6()
14101 ios.width(25); in test6()
14102 internal(ios); in test6()
14104 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
14107 assert(ios.width() == 0); in test6()
14110 ios.imbue(lg); in test6()
14112 ios.width(0); in test6()
14114 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
14117 assert(ios.width() == 0); in test6()
14119 ios.width(25); in test6()
14120 left(ios); in test6()
14122 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
14125 assert(ios.width() == 0); in test6()
14127 ios.width(25); in test6()
14128 right(ios); in test6()
14130 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
14133 assert(ios.width() == 0); in test6()
14135 ios.width(25); in test6()
14136 internal(ios); in test6()
14138 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
14141 assert(ios.width() == 0); in test6()
14146 showpos(ios); in test6()
14148 noshowpoint(ios); in test6()
14150 ios.imbue(lc); in test6()
14152 ios.width(0); in test6()
14154 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
14157 assert(ios.width() == 0); in test6()
14159 ios.width(25); in test6()
14160 left(ios); in test6()
14162 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
14165 assert(ios.width() == 0); in test6()
14167 ios.width(25); in test6()
14168 right(ios); in test6()
14170 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
14173 assert(ios.width() == 0); in test6()
14175 ios.width(25); in test6()
14176 internal(ios); in test6()
14178 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
14181 assert(ios.width() == 0); in test6()
14184 ios.imbue(lg); in test6()
14186 ios.width(0); in test6()
14188 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
14191 assert(ios.width() == 0); in test6()
14193 ios.width(25); in test6()
14194 left(ios); in test6()
14196 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
14199 assert(ios.width() == 0); in test6()
14201 ios.width(25); in test6()
14202 right(ios); in test6()
14204 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
14207 assert(ios.width() == 0); in test6()
14209 ios.width(25); in test6()
14210 internal(ios); in test6()
14212 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
14215 assert(ios.width() == 0); in test6()
14219 showpoint(ios); in test6()
14221 ios.imbue(lc); in test6()
14223 ios.width(0); in test6()
14225 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
14228 assert(ios.width() == 0); in test6()
14230 ios.width(25); in test6()
14231 left(ios); in test6()
14233 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
14236 assert(ios.width() == 0); in test6()
14238 ios.width(25); in test6()
14239 right(ios); in test6()
14241 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
14244 assert(ios.width() == 0); in test6()
14246 ios.width(25); in test6()
14247 internal(ios); in test6()
14249 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
14252 assert(ios.width() == 0); in test6()
14255 ios.imbue(lg); in test6()
14257 ios.width(0); in test6()
14259 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
14262 assert(ios.width() == 0); in test6()
14264 ios.width(25); in test6()
14265 left(ios); in test6()
14267 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
14270 assert(ios.width() == 0); in test6()
14272 ios.width(25); in test6()
14273 right(ios); in test6()
14275 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
14278 assert(ios.width() == 0); in test6()
14280 ios.width(25); in test6()
14281 internal(ios); in test6()
14283 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test6()
14286 assert(ios.width() == 0); in test6()
14306 std::ios ios(0); in test7() local
14307 hexfloat(ios); in test7()
14310 ios.precision(0); in test7()
14312 nouppercase(ios); in test7()
14314 noshowpos(ios); in test7()
14316 noshowpoint(ios); in test7()
14318 ios.imbue(lc); in test7()
14320 ios.width(0); in test7()
14322 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14325 assert(ios.width() == 0); in test7()
14327 ios.width(25); in test7()
14328 left(ios); in test7()
14330 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14333 assert(ios.width() == 0); in test7()
14335 ios.width(25); in test7()
14336 right(ios); in test7()
14338 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14341 assert(ios.width() == 0); in test7()
14343 ios.width(25); in test7()
14344 internal(ios); in test7()
14346 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14349 assert(ios.width() == 0); in test7()
14352 ios.imbue(lg); in test7()
14354 ios.width(0); in test7()
14356 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14359 assert(ios.width() == 0); in test7()
14361 ios.width(25); in test7()
14362 left(ios); in test7()
14364 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14367 assert(ios.width() == 0); in test7()
14369 ios.width(25); in test7()
14370 right(ios); in test7()
14372 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14375 assert(ios.width() == 0); in test7()
14377 ios.width(25); in test7()
14378 internal(ios); in test7()
14380 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14383 assert(ios.width() == 0); in test7()
14387 showpoint(ios); in test7()
14389 ios.imbue(lc); in test7()
14391 ios.width(0); in test7()
14393 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14396 assert(ios.width() == 0); in test7()
14398 ios.width(25); in test7()
14399 left(ios); in test7()
14401 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14404 assert(ios.width() == 0); in test7()
14406 ios.width(25); in test7()
14407 right(ios); in test7()
14409 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14412 assert(ios.width() == 0); in test7()
14414 ios.width(25); in test7()
14415 internal(ios); in test7()
14417 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14420 assert(ios.width() == 0); in test7()
14423 ios.imbue(lg); in test7()
14425 ios.width(0); in test7()
14427 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14430 assert(ios.width() == 0); in test7()
14432 ios.width(25); in test7()
14433 left(ios); in test7()
14435 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14438 assert(ios.width() == 0); in test7()
14440 ios.width(25); in test7()
14441 right(ios); in test7()
14443 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14446 assert(ios.width() == 0); in test7()
14448 ios.width(25); in test7()
14449 internal(ios); in test7()
14451 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14454 assert(ios.width() == 0); in test7()
14459 showpos(ios); in test7()
14461 noshowpoint(ios); in test7()
14463 ios.imbue(lc); in test7()
14465 ios.width(0); in test7()
14467 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14470 assert(ios.width() == 0); in test7()
14472 ios.width(25); in test7()
14473 left(ios); in test7()
14475 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14478 assert(ios.width() == 0); in test7()
14480 ios.width(25); in test7()
14481 right(ios); in test7()
14483 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14486 assert(ios.width() == 0); in test7()
14488 ios.width(25); in test7()
14489 internal(ios); in test7()
14491 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14494 assert(ios.width() == 0); in test7()
14497 ios.imbue(lg); in test7()
14499 ios.width(0); in test7()
14501 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14504 assert(ios.width() == 0); in test7()
14506 ios.width(25); in test7()
14507 left(ios); in test7()
14509 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14512 assert(ios.width() == 0); in test7()
14514 ios.width(25); in test7()
14515 right(ios); in test7()
14517 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14520 assert(ios.width() == 0); in test7()
14522 ios.width(25); in test7()
14523 internal(ios); in test7()
14525 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14528 assert(ios.width() == 0); in test7()
14532 showpoint(ios); in test7()
14534 ios.imbue(lc); in test7()
14536 ios.width(0); in test7()
14538 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14541 assert(ios.width() == 0); in test7()
14543 ios.width(25); in test7()
14544 left(ios); in test7()
14546 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14549 assert(ios.width() == 0); in test7()
14551 ios.width(25); in test7()
14552 right(ios); in test7()
14554 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14557 assert(ios.width() == 0); in test7()
14559 ios.width(25); in test7()
14560 internal(ios); in test7()
14562 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14565 assert(ios.width() == 0); in test7()
14568 ios.imbue(lg); in test7()
14570 ios.width(0); in test7()
14572 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14575 assert(ios.width() == 0); in test7()
14577 ios.width(25); in test7()
14578 left(ios); in test7()
14580 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14583 assert(ios.width() == 0); in test7()
14585 ios.width(25); in test7()
14586 right(ios); in test7()
14588 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14591 assert(ios.width() == 0); in test7()
14593 ios.width(25); in test7()
14594 internal(ios); in test7()
14596 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14599 assert(ios.width() == 0); in test7()
14605 uppercase(ios); in test7()
14607 noshowpos(ios); in test7()
14609 noshowpoint(ios); in test7()
14611 ios.imbue(lc); in test7()
14613 ios.width(0); in test7()
14615 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14618 assert(ios.width() == 0); in test7()
14620 ios.width(25); in test7()
14621 left(ios); in test7()
14623 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14626 assert(ios.width() == 0); in test7()
14628 ios.width(25); in test7()
14629 right(ios); in test7()
14631 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14634 assert(ios.width() == 0); in test7()
14636 ios.width(25); in test7()
14637 internal(ios); in test7()
14639 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14642 assert(ios.width() == 0); in test7()
14645 ios.imbue(lg); in test7()
14647 ios.width(0); in test7()
14649 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14652 assert(ios.width() == 0); in test7()
14654 ios.width(25); in test7()
14655 left(ios); in test7()
14657 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14660 assert(ios.width() == 0); in test7()
14662 ios.width(25); in test7()
14663 right(ios); in test7()
14665 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14668 assert(ios.width() == 0); in test7()
14670 ios.width(25); in test7()
14671 internal(ios); in test7()
14673 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14676 assert(ios.width() == 0); in test7()
14680 showpoint(ios); in test7()
14682 ios.imbue(lc); in test7()
14684 ios.width(0); in test7()
14686 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14689 assert(ios.width() == 0); in test7()
14691 ios.width(25); in test7()
14692 left(ios); in test7()
14694 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14697 assert(ios.width() == 0); in test7()
14699 ios.width(25); in test7()
14700 right(ios); in test7()
14702 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14705 assert(ios.width() == 0); in test7()
14707 ios.width(25); in test7()
14708 internal(ios); in test7()
14710 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14713 assert(ios.width() == 0); in test7()
14716 ios.imbue(lg); in test7()
14718 ios.width(0); in test7()
14720 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14723 assert(ios.width() == 0); in test7()
14725 ios.width(25); in test7()
14726 left(ios); in test7()
14728 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14731 assert(ios.width() == 0); in test7()
14733 ios.width(25); in test7()
14734 right(ios); in test7()
14736 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14739 assert(ios.width() == 0); in test7()
14741 ios.width(25); in test7()
14742 internal(ios); in test7()
14744 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14747 assert(ios.width() == 0); in test7()
14752 showpos(ios); in test7()
14754 noshowpoint(ios); in test7()
14756 ios.imbue(lc); in test7()
14758 ios.width(0); in test7()
14760 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14763 assert(ios.width() == 0); in test7()
14765 ios.width(25); in test7()
14766 left(ios); in test7()
14768 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14771 assert(ios.width() == 0); in test7()
14773 ios.width(25); in test7()
14774 right(ios); in test7()
14776 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14779 assert(ios.width() == 0); in test7()
14781 ios.width(25); in test7()
14782 internal(ios); in test7()
14784 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14787 assert(ios.width() == 0); in test7()
14790 ios.imbue(lg); in test7()
14792 ios.width(0); in test7()
14794 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14797 assert(ios.width() == 0); in test7()
14799 ios.width(25); in test7()
14800 left(ios); in test7()
14802 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14805 assert(ios.width() == 0); in test7()
14807 ios.width(25); in test7()
14808 right(ios); in test7()
14810 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14813 assert(ios.width() == 0); in test7()
14815 ios.width(25); in test7()
14816 internal(ios); in test7()
14818 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14821 assert(ios.width() == 0); in test7()
14825 showpoint(ios); in test7()
14827 ios.imbue(lc); in test7()
14829 ios.width(0); in test7()
14831 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14834 assert(ios.width() == 0); in test7()
14836 ios.width(25); in test7()
14837 left(ios); in test7()
14839 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14842 assert(ios.width() == 0); in test7()
14844 ios.width(25); in test7()
14845 right(ios); in test7()
14847 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14850 assert(ios.width() == 0); in test7()
14852 ios.width(25); in test7()
14853 internal(ios); in test7()
14855 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14858 assert(ios.width() == 0); in test7()
14861 ios.imbue(lg); in test7()
14863 ios.width(0); in test7()
14865 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14868 assert(ios.width() == 0); in test7()
14870 ios.width(25); in test7()
14871 left(ios); in test7()
14873 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14876 assert(ios.width() == 0); in test7()
14878 ios.width(25); in test7()
14879 right(ios); in test7()
14881 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14884 assert(ios.width() == 0); in test7()
14886 ios.width(25); in test7()
14887 internal(ios); in test7()
14889 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14892 assert(ios.width() == 0); in test7()
14899 ios.precision(1); in test7()
14901 nouppercase(ios); in test7()
14903 noshowpos(ios); in test7()
14905 noshowpoint(ios); in test7()
14907 ios.imbue(lc); in test7()
14909 ios.width(0); in test7()
14911 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14914 assert(ios.width() == 0); in test7()
14916 ios.width(25); in test7()
14917 left(ios); in test7()
14919 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14922 assert(ios.width() == 0); in test7()
14924 ios.width(25); in test7()
14925 right(ios); in test7()
14927 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14930 assert(ios.width() == 0); in test7()
14932 ios.width(25); in test7()
14933 internal(ios); in test7()
14935 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14938 assert(ios.width() == 0); in test7()
14941 ios.imbue(lg); in test7()
14943 ios.width(0); in test7()
14945 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14948 assert(ios.width() == 0); in test7()
14950 ios.width(25); in test7()
14951 left(ios); in test7()
14953 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14956 assert(ios.width() == 0); in test7()
14958 ios.width(25); in test7()
14959 right(ios); in test7()
14961 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14964 assert(ios.width() == 0); in test7()
14966 ios.width(25); in test7()
14967 internal(ios); in test7()
14969 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14972 assert(ios.width() == 0); in test7()
14976 showpoint(ios); in test7()
14978 ios.imbue(lc); in test7()
14980 ios.width(0); in test7()
14982 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14985 assert(ios.width() == 0); in test7()
14987 ios.width(25); in test7()
14988 left(ios); in test7()
14990 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
14993 assert(ios.width() == 0); in test7()
14995 ios.width(25); in test7()
14996 right(ios); in test7()
14998 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15001 assert(ios.width() == 0); in test7()
15003 ios.width(25); in test7()
15004 internal(ios); in test7()
15006 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15009 assert(ios.width() == 0); in test7()
15012 ios.imbue(lg); in test7()
15014 ios.width(0); in test7()
15016 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15019 assert(ios.width() == 0); in test7()
15021 ios.width(25); in test7()
15022 left(ios); in test7()
15024 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15027 assert(ios.width() == 0); in test7()
15029 ios.width(25); in test7()
15030 right(ios); in test7()
15032 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15035 assert(ios.width() == 0); in test7()
15037 ios.width(25); in test7()
15038 internal(ios); in test7()
15040 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15043 assert(ios.width() == 0); in test7()
15048 showpos(ios); in test7()
15050 noshowpoint(ios); in test7()
15052 ios.imbue(lc); in test7()
15054 ios.width(0); in test7()
15056 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15059 assert(ios.width() == 0); in test7()
15061 ios.width(25); in test7()
15062 left(ios); in test7()
15064 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15067 assert(ios.width() == 0); in test7()
15069 ios.width(25); in test7()
15070 right(ios); in test7()
15072 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15075 assert(ios.width() == 0); in test7()
15077 ios.width(25); in test7()
15078 internal(ios); in test7()
15080 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15083 assert(ios.width() == 0); in test7()
15086 ios.imbue(lg); in test7()
15088 ios.width(0); in test7()
15090 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15093 assert(ios.width() == 0); in test7()
15095 ios.width(25); in test7()
15096 left(ios); in test7()
15098 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15101 assert(ios.width() == 0); in test7()
15103 ios.width(25); in test7()
15104 right(ios); in test7()
15106 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15109 assert(ios.width() == 0); in test7()
15111 ios.width(25); in test7()
15112 internal(ios); in test7()
15114 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15117 assert(ios.width() == 0); in test7()
15121 showpoint(ios); in test7()
15123 ios.imbue(lc); in test7()
15125 ios.width(0); in test7()
15127 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15130 assert(ios.width() == 0); in test7()
15132 ios.width(25); in test7()
15133 left(ios); in test7()
15135 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15138 assert(ios.width() == 0); in test7()
15140 ios.width(25); in test7()
15141 right(ios); in test7()
15143 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15146 assert(ios.width() == 0); in test7()
15148 ios.width(25); in test7()
15149 internal(ios); in test7()
15151 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15154 assert(ios.width() == 0); in test7()
15157 ios.imbue(lg); in test7()
15159 ios.width(0); in test7()
15161 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15164 assert(ios.width() == 0); in test7()
15166 ios.width(25); in test7()
15167 left(ios); in test7()
15169 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15172 assert(ios.width() == 0); in test7()
15174 ios.width(25); in test7()
15175 right(ios); in test7()
15177 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15180 assert(ios.width() == 0); in test7()
15182 ios.width(25); in test7()
15183 internal(ios); in test7()
15185 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15188 assert(ios.width() == 0); in test7()
15194 uppercase(ios); in test7()
15196 noshowpos(ios); in test7()
15198 noshowpoint(ios); in test7()
15200 ios.imbue(lc); in test7()
15202 ios.width(0); in test7()
15204 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15207 assert(ios.width() == 0); in test7()
15209 ios.width(25); in test7()
15210 left(ios); in test7()
15212 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15215 assert(ios.width() == 0); in test7()
15217 ios.width(25); in test7()
15218 right(ios); in test7()
15220 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15223 assert(ios.width() == 0); in test7()
15225 ios.width(25); in test7()
15226 internal(ios); in test7()
15228 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15231 assert(ios.width() == 0); in test7()
15234 ios.imbue(lg); in test7()
15236 ios.width(0); in test7()
15238 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15241 assert(ios.width() == 0); in test7()
15243 ios.width(25); in test7()
15244 left(ios); in test7()
15246 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15249 assert(ios.width() == 0); in test7()
15251 ios.width(25); in test7()
15252 right(ios); in test7()
15254 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15257 assert(ios.width() == 0); in test7()
15259 ios.width(25); in test7()
15260 internal(ios); in test7()
15262 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15265 assert(ios.width() == 0); in test7()
15269 showpoint(ios); in test7()
15271 ios.imbue(lc); in test7()
15273 ios.width(0); in test7()
15275 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15278 assert(ios.width() == 0); in test7()
15280 ios.width(25); in test7()
15281 left(ios); in test7()
15283 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15286 assert(ios.width() == 0); in test7()
15288 ios.width(25); in test7()
15289 right(ios); in test7()
15291 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15294 assert(ios.width() == 0); in test7()
15296 ios.width(25); in test7()
15297 internal(ios); in test7()
15299 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15302 assert(ios.width() == 0); in test7()
15305 ios.imbue(lg); in test7()
15307 ios.width(0); in test7()
15309 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15312 assert(ios.width() == 0); in test7()
15314 ios.width(25); in test7()
15315 left(ios); in test7()
15317 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15320 assert(ios.width() == 0); in test7()
15322 ios.width(25); in test7()
15323 right(ios); in test7()
15325 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15328 assert(ios.width() == 0); in test7()
15330 ios.width(25); in test7()
15331 internal(ios); in test7()
15333 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15336 assert(ios.width() == 0); in test7()
15341 showpos(ios); in test7()
15343 noshowpoint(ios); in test7()
15345 ios.imbue(lc); in test7()
15347 ios.width(0); in test7()
15349 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15352 assert(ios.width() == 0); in test7()
15354 ios.width(25); in test7()
15355 left(ios); in test7()
15357 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15360 assert(ios.width() == 0); in test7()
15362 ios.width(25); in test7()
15363 right(ios); in test7()
15365 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15368 assert(ios.width() == 0); in test7()
15370 ios.width(25); in test7()
15371 internal(ios); in test7()
15373 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15376 assert(ios.width() == 0); in test7()
15379 ios.imbue(lg); in test7()
15381 ios.width(0); in test7()
15383 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15386 assert(ios.width() == 0); in test7()
15388 ios.width(25); in test7()
15389 left(ios); in test7()
15391 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15394 assert(ios.width() == 0); in test7()
15396 ios.width(25); in test7()
15397 right(ios); in test7()
15399 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15402 assert(ios.width() == 0); in test7()
15404 ios.width(25); in test7()
15405 internal(ios); in test7()
15407 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15410 assert(ios.width() == 0); in test7()
15414 showpoint(ios); in test7()
15416 ios.imbue(lc); in test7()
15418 ios.width(0); in test7()
15420 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15423 assert(ios.width() == 0); in test7()
15425 ios.width(25); in test7()
15426 left(ios); in test7()
15428 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15431 assert(ios.width() == 0); in test7()
15433 ios.width(25); in test7()
15434 right(ios); in test7()
15436 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15439 assert(ios.width() == 0); in test7()
15441 ios.width(25); in test7()
15442 internal(ios); in test7()
15444 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15447 assert(ios.width() == 0); in test7()
15450 ios.imbue(lg); in test7()
15452 ios.width(0); in test7()
15454 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15457 assert(ios.width() == 0); in test7()
15459 ios.width(25); in test7()
15460 left(ios); in test7()
15462 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15465 assert(ios.width() == 0); in test7()
15467 ios.width(25); in test7()
15468 right(ios); in test7()
15470 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15473 assert(ios.width() == 0); in test7()
15475 ios.width(25); in test7()
15476 internal(ios); in test7()
15478 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15481 assert(ios.width() == 0); in test7()
15488 ios.precision(6); in test7()
15490 nouppercase(ios); in test7()
15492 noshowpos(ios); in test7()
15494 noshowpoint(ios); in test7()
15496 ios.imbue(lc); in test7()
15498 ios.width(0); in test7()
15500 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15503 assert(ios.width() == 0); in test7()
15505 ios.width(25); in test7()
15506 left(ios); in test7()
15508 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15511 assert(ios.width() == 0); in test7()
15513 ios.width(25); in test7()
15514 right(ios); in test7()
15516 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15519 assert(ios.width() == 0); in test7()
15521 ios.width(25); in test7()
15522 internal(ios); in test7()
15524 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15527 assert(ios.width() == 0); in test7()
15530 ios.imbue(lg); in test7()
15532 ios.width(0); in test7()
15534 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15537 assert(ios.width() == 0); in test7()
15539 ios.width(25); in test7()
15540 left(ios); in test7()
15542 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15545 assert(ios.width() == 0); in test7()
15547 ios.width(25); in test7()
15548 right(ios); in test7()
15550 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15553 assert(ios.width() == 0); in test7()
15555 ios.width(25); in test7()
15556 internal(ios); in test7()
15558 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15561 assert(ios.width() == 0); in test7()
15565 showpoint(ios); in test7()
15567 ios.imbue(lc); in test7()
15569 ios.width(0); in test7()
15571 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15574 assert(ios.width() == 0); in test7()
15576 ios.width(25); in test7()
15577 left(ios); in test7()
15579 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15582 assert(ios.width() == 0); in test7()
15584 ios.width(25); in test7()
15585 right(ios); in test7()
15587 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15590 assert(ios.width() == 0); in test7()
15592 ios.width(25); in test7()
15593 internal(ios); in test7()
15595 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15598 assert(ios.width() == 0); in test7()
15601 ios.imbue(lg); in test7()
15603 ios.width(0); in test7()
15605 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15608 assert(ios.width() == 0); in test7()
15610 ios.width(25); in test7()
15611 left(ios); in test7()
15613 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15616 assert(ios.width() == 0); in test7()
15618 ios.width(25); in test7()
15619 right(ios); in test7()
15621 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15624 assert(ios.width() == 0); in test7()
15626 ios.width(25); in test7()
15627 internal(ios); in test7()
15629 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15632 assert(ios.width() == 0); in test7()
15637 showpos(ios); in test7()
15639 noshowpoint(ios); in test7()
15641 ios.imbue(lc); in test7()
15643 ios.width(0); in test7()
15645 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15648 assert(ios.width() == 0); in test7()
15650 ios.width(25); in test7()
15651 left(ios); in test7()
15653 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15656 assert(ios.width() == 0); in test7()
15658 ios.width(25); in test7()
15659 right(ios); in test7()
15661 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15664 assert(ios.width() == 0); in test7()
15666 ios.width(25); in test7()
15667 internal(ios); in test7()
15669 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15672 assert(ios.width() == 0); in test7()
15675 ios.imbue(lg); in test7()
15677 ios.width(0); in test7()
15679 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15682 assert(ios.width() == 0); in test7()
15684 ios.width(25); in test7()
15685 left(ios); in test7()
15687 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15690 assert(ios.width() == 0); in test7()
15692 ios.width(25); in test7()
15693 right(ios); in test7()
15695 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15698 assert(ios.width() == 0); in test7()
15700 ios.width(25); in test7()
15701 internal(ios); in test7()
15703 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15706 assert(ios.width() == 0); in test7()
15710 showpoint(ios); in test7()
15712 ios.imbue(lc); in test7()
15714 ios.width(0); in test7()
15716 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15719 assert(ios.width() == 0); in test7()
15721 ios.width(25); in test7()
15722 left(ios); in test7()
15724 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15727 assert(ios.width() == 0); in test7()
15729 ios.width(25); in test7()
15730 right(ios); in test7()
15732 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15735 assert(ios.width() == 0); in test7()
15737 ios.width(25); in test7()
15738 internal(ios); in test7()
15740 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15743 assert(ios.width() == 0); in test7()
15746 ios.imbue(lg); in test7()
15748 ios.width(0); in test7()
15750 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15753 assert(ios.width() == 0); in test7()
15755 ios.width(25); in test7()
15756 left(ios); in test7()
15758 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15761 assert(ios.width() == 0); in test7()
15763 ios.width(25); in test7()
15764 right(ios); in test7()
15766 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15769 assert(ios.width() == 0); in test7()
15771 ios.width(25); in test7()
15772 internal(ios); in test7()
15774 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15777 assert(ios.width() == 0); in test7()
15783 uppercase(ios); in test7()
15785 noshowpos(ios); in test7()
15787 noshowpoint(ios); in test7()
15789 ios.imbue(lc); in test7()
15791 ios.width(0); in test7()
15793 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15796 assert(ios.width() == 0); in test7()
15798 ios.width(25); in test7()
15799 left(ios); in test7()
15801 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15804 assert(ios.width() == 0); in test7()
15806 ios.width(25); in test7()
15807 right(ios); in test7()
15809 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15812 assert(ios.width() == 0); in test7()
15814 ios.width(25); in test7()
15815 internal(ios); in test7()
15817 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15820 assert(ios.width() == 0); in test7()
15823 ios.imbue(lg); in test7()
15825 ios.width(0); in test7()
15827 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15830 assert(ios.width() == 0); in test7()
15832 ios.width(25); in test7()
15833 left(ios); in test7()
15835 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15838 assert(ios.width() == 0); in test7()
15840 ios.width(25); in test7()
15841 right(ios); in test7()
15843 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15846 assert(ios.width() == 0); in test7()
15848 ios.width(25); in test7()
15849 internal(ios); in test7()
15851 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15854 assert(ios.width() == 0); in test7()
15858 showpoint(ios); in test7()
15860 ios.imbue(lc); in test7()
15862 ios.width(0); in test7()
15864 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15867 assert(ios.width() == 0); in test7()
15869 ios.width(25); in test7()
15870 left(ios); in test7()
15872 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15875 assert(ios.width() == 0); in test7()
15877 ios.width(25); in test7()
15878 right(ios); in test7()
15880 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15883 assert(ios.width() == 0); in test7()
15885 ios.width(25); in test7()
15886 internal(ios); in test7()
15888 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15891 assert(ios.width() == 0); in test7()
15894 ios.imbue(lg); in test7()
15896 ios.width(0); in test7()
15898 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15901 assert(ios.width() == 0); in test7()
15903 ios.width(25); in test7()
15904 left(ios); in test7()
15906 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15909 assert(ios.width() == 0); in test7()
15911 ios.width(25); in test7()
15912 right(ios); in test7()
15914 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15917 assert(ios.width() == 0); in test7()
15919 ios.width(25); in test7()
15920 internal(ios); in test7()
15922 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15925 assert(ios.width() == 0); in test7()
15930 showpos(ios); in test7()
15932 noshowpoint(ios); in test7()
15934 ios.imbue(lc); in test7()
15936 ios.width(0); in test7()
15938 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15941 assert(ios.width() == 0); in test7()
15943 ios.width(25); in test7()
15944 left(ios); in test7()
15946 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15949 assert(ios.width() == 0); in test7()
15951 ios.width(25); in test7()
15952 right(ios); in test7()
15954 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15957 assert(ios.width() == 0); in test7()
15959 ios.width(25); in test7()
15960 internal(ios); in test7()
15962 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15965 assert(ios.width() == 0); in test7()
15968 ios.imbue(lg); in test7()
15970 ios.width(0); in test7()
15972 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15975 assert(ios.width() == 0); in test7()
15977 ios.width(25); in test7()
15978 left(ios); in test7()
15980 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15983 assert(ios.width() == 0); in test7()
15985 ios.width(25); in test7()
15986 right(ios); in test7()
15988 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15991 assert(ios.width() == 0); in test7()
15993 ios.width(25); in test7()
15994 internal(ios); in test7()
15996 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
15999 assert(ios.width() == 0); in test7()
16003 showpoint(ios); in test7()
16005 ios.imbue(lc); in test7()
16007 ios.width(0); in test7()
16009 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
16012 assert(ios.width() == 0); in test7()
16014 ios.width(25); in test7()
16015 left(ios); in test7()
16017 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
16020 assert(ios.width() == 0); in test7()
16022 ios.width(25); in test7()
16023 right(ios); in test7()
16025 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
16028 assert(ios.width() == 0); in test7()
16030 ios.width(25); in test7()
16031 internal(ios); in test7()
16033 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
16036 assert(ios.width() == 0); in test7()
16039 ios.imbue(lg); in test7()
16041 ios.width(0); in test7()
16043 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
16046 assert(ios.width() == 0); in test7()
16048 ios.width(25); in test7()
16049 left(ios); in test7()
16051 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
16054 assert(ios.width() == 0); in test7()
16056 ios.width(25); in test7()
16057 right(ios); in test7()
16059 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
16062 assert(ios.width() == 0); in test7()
16064 ios.width(25); in test7()
16065 internal(ios); in test7()
16067 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test7()
16070 assert(ios.width() == 0); in test7()
16077 ios.precision(16); in test7()
16080 ios.precision(60); in test7()
16096 std::ios ios(0); in test8() local
16097 hexfloat(ios); in test8()
16100 ios.precision(0); in test8()
16102 nouppercase(ios); in test8()
16104 noshowpos(ios); in test8()
16106 noshowpoint(ios); in test8()
16108 ios.imbue(lc); in test8()
16110 ios.width(0); in test8()
16112 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16115 assert(ios.width() == 0); in test8()
16117 ios.width(25); in test8()
16118 left(ios); in test8()
16120 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16123 assert(ios.width() == 0); in test8()
16125 ios.width(25); in test8()
16126 right(ios); in test8()
16128 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16131 assert(ios.width() == 0); in test8()
16133 ios.width(25); in test8()
16134 internal(ios); in test8()
16136 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16139 assert(ios.width() == 0); in test8()
16142 ios.imbue(lg); in test8()
16144 ios.width(0); in test8()
16146 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16149 assert(ios.width() == 0); in test8()
16151 ios.width(25); in test8()
16152 left(ios); in test8()
16154 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16157 assert(ios.width() == 0); in test8()
16159 ios.width(25); in test8()
16160 right(ios); in test8()
16162 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16165 assert(ios.width() == 0); in test8()
16167 ios.width(25); in test8()
16168 internal(ios); in test8()
16170 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16173 assert(ios.width() == 0); in test8()
16177 showpoint(ios); in test8()
16179 ios.imbue(lc); in test8()
16181 ios.width(0); in test8()
16183 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16186 assert(ios.width() == 0); in test8()
16188 ios.width(25); in test8()
16189 left(ios); in test8()
16191 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16194 assert(ios.width() == 0); in test8()
16196 ios.width(25); in test8()
16197 right(ios); in test8()
16199 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16202 assert(ios.width() == 0); in test8()
16204 ios.width(25); in test8()
16205 internal(ios); in test8()
16207 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16210 assert(ios.width() == 0); in test8()
16213 ios.imbue(lg); in test8()
16215 ios.width(0); in test8()
16217 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16220 assert(ios.width() == 0); in test8()
16222 ios.width(25); in test8()
16223 left(ios); in test8()
16225 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16228 assert(ios.width() == 0); in test8()
16230 ios.width(25); in test8()
16231 right(ios); in test8()
16233 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16236 assert(ios.width() == 0); in test8()
16238 ios.width(25); in test8()
16239 internal(ios); in test8()
16241 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16244 assert(ios.width() == 0); in test8()
16249 showpos(ios); in test8()
16251 noshowpoint(ios); in test8()
16253 ios.imbue(lc); in test8()
16255 ios.width(0); in test8()
16257 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16260 assert(ios.width() == 0); in test8()
16262 ios.width(25); in test8()
16263 left(ios); in test8()
16265 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16268 assert(ios.width() == 0); in test8()
16270 ios.width(25); in test8()
16271 right(ios); in test8()
16273 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16276 assert(ios.width() == 0); in test8()
16278 ios.width(25); in test8()
16279 internal(ios); in test8()
16281 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16284 assert(ios.width() == 0); in test8()
16287 ios.imbue(lg); in test8()
16289 ios.width(0); in test8()
16291 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16294 assert(ios.width() == 0); in test8()
16296 ios.width(25); in test8()
16297 left(ios); in test8()
16299 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16302 assert(ios.width() == 0); in test8()
16304 ios.width(25); in test8()
16305 right(ios); in test8()
16307 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16310 assert(ios.width() == 0); in test8()
16312 ios.width(25); in test8()
16313 internal(ios); in test8()
16315 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16318 assert(ios.width() == 0); in test8()
16322 showpoint(ios); in test8()
16324 ios.imbue(lc); in test8()
16326 ios.width(0); in test8()
16328 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16331 assert(ios.width() == 0); in test8()
16333 ios.width(25); in test8()
16334 left(ios); in test8()
16336 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16339 assert(ios.width() == 0); in test8()
16341 ios.width(25); in test8()
16342 right(ios); in test8()
16344 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16347 assert(ios.width() == 0); in test8()
16349 ios.width(25); in test8()
16350 internal(ios); in test8()
16352 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16355 assert(ios.width() == 0); in test8()
16358 ios.imbue(lg); in test8()
16360 ios.width(0); in test8()
16362 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16365 assert(ios.width() == 0); in test8()
16367 ios.width(25); in test8()
16368 left(ios); in test8()
16370 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16373 assert(ios.width() == 0); in test8()
16375 ios.width(25); in test8()
16376 right(ios); in test8()
16378 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16381 assert(ios.width() == 0); in test8()
16383 ios.width(25); in test8()
16384 internal(ios); in test8()
16386 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16389 assert(ios.width() == 0); in test8()
16395 uppercase(ios); in test8()
16397 noshowpos(ios); in test8()
16399 noshowpoint(ios); in test8()
16401 ios.imbue(lc); in test8()
16403 ios.width(0); in test8()
16405 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16408 assert(ios.width() == 0); in test8()
16410 ios.width(25); in test8()
16411 left(ios); in test8()
16413 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16416 assert(ios.width() == 0); in test8()
16418 ios.width(25); in test8()
16419 right(ios); in test8()
16421 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16424 assert(ios.width() == 0); in test8()
16426 ios.width(25); in test8()
16427 internal(ios); in test8()
16429 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16432 assert(ios.width() == 0); in test8()
16435 ios.imbue(lg); in test8()
16437 ios.width(0); in test8()
16439 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16442 assert(ios.width() == 0); in test8()
16444 ios.width(25); in test8()
16445 left(ios); in test8()
16447 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16450 assert(ios.width() == 0); in test8()
16452 ios.width(25); in test8()
16453 right(ios); in test8()
16455 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16458 assert(ios.width() == 0); in test8()
16460 ios.width(25); in test8()
16461 internal(ios); in test8()
16463 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16466 assert(ios.width() == 0); in test8()
16470 showpoint(ios); in test8()
16472 ios.imbue(lc); in test8()
16474 ios.width(0); in test8()
16476 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16479 assert(ios.width() == 0); in test8()
16481 ios.width(25); in test8()
16482 left(ios); in test8()
16484 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16487 assert(ios.width() == 0); in test8()
16489 ios.width(25); in test8()
16490 right(ios); in test8()
16492 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16495 assert(ios.width() == 0); in test8()
16497 ios.width(25); in test8()
16498 internal(ios); in test8()
16500 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16503 assert(ios.width() == 0); in test8()
16506 ios.imbue(lg); in test8()
16508 ios.width(0); in test8()
16510 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16513 assert(ios.width() == 0); in test8()
16515 ios.width(25); in test8()
16516 left(ios); in test8()
16518 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16521 assert(ios.width() == 0); in test8()
16523 ios.width(25); in test8()
16524 right(ios); in test8()
16526 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16529 assert(ios.width() == 0); in test8()
16531 ios.width(25); in test8()
16532 internal(ios); in test8()
16534 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16537 assert(ios.width() == 0); in test8()
16542 showpos(ios); in test8()
16544 noshowpoint(ios); in test8()
16546 ios.imbue(lc); in test8()
16548 ios.width(0); in test8()
16550 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16553 assert(ios.width() == 0); in test8()
16555 ios.width(25); in test8()
16556 left(ios); in test8()
16558 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16561 assert(ios.width() == 0); in test8()
16563 ios.width(25); in test8()
16564 right(ios); in test8()
16566 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16569 assert(ios.width() == 0); in test8()
16571 ios.width(25); in test8()
16572 internal(ios); in test8()
16574 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16577 assert(ios.width() == 0); in test8()
16580 ios.imbue(lg); in test8()
16582 ios.width(0); in test8()
16584 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16587 assert(ios.width() == 0); in test8()
16589 ios.width(25); in test8()
16590 left(ios); in test8()
16592 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16595 assert(ios.width() == 0); in test8()
16597 ios.width(25); in test8()
16598 right(ios); in test8()
16600 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16603 assert(ios.width() == 0); in test8()
16605 ios.width(25); in test8()
16606 internal(ios); in test8()
16608 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16611 assert(ios.width() == 0); in test8()
16615 showpoint(ios); in test8()
16617 ios.imbue(lc); in test8()
16619 ios.width(0); in test8()
16621 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16624 assert(ios.width() == 0); in test8()
16626 ios.width(25); in test8()
16627 left(ios); in test8()
16629 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16632 assert(ios.width() == 0); in test8()
16634 ios.width(25); in test8()
16635 right(ios); in test8()
16637 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16640 assert(ios.width() == 0); in test8()
16642 ios.width(25); in test8()
16643 internal(ios); in test8()
16645 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16648 assert(ios.width() == 0); in test8()
16651 ios.imbue(lg); in test8()
16653 ios.width(0); in test8()
16655 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16658 assert(ios.width() == 0); in test8()
16660 ios.width(25); in test8()
16661 left(ios); in test8()
16663 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16666 assert(ios.width() == 0); in test8()
16668 ios.width(25); in test8()
16669 right(ios); in test8()
16671 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16674 assert(ios.width() == 0); in test8()
16676 ios.width(25); in test8()
16677 internal(ios); in test8()
16679 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16682 assert(ios.width() == 0); in test8()
16689 ios.precision(1); in test8()
16691 nouppercase(ios); in test8()
16693 noshowpos(ios); in test8()
16695 noshowpoint(ios); in test8()
16697 ios.imbue(lc); in test8()
16699 ios.width(0); in test8()
16701 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16704 assert(ios.width() == 0); in test8()
16706 ios.width(25); in test8()
16707 left(ios); in test8()
16709 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16712 assert(ios.width() == 0); in test8()
16714 ios.width(25); in test8()
16715 right(ios); in test8()
16717 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16720 assert(ios.width() == 0); in test8()
16722 ios.width(25); in test8()
16723 internal(ios); in test8()
16725 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16728 assert(ios.width() == 0); in test8()
16731 ios.imbue(lg); in test8()
16733 ios.width(0); in test8()
16735 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16738 assert(ios.width() == 0); in test8()
16740 ios.width(25); in test8()
16741 left(ios); in test8()
16743 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16746 assert(ios.width() == 0); in test8()
16748 ios.width(25); in test8()
16749 right(ios); in test8()
16751 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16754 assert(ios.width() == 0); in test8()
16756 ios.width(25); in test8()
16757 internal(ios); in test8()
16759 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16762 assert(ios.width() == 0); in test8()
16766 showpoint(ios); in test8()
16768 ios.imbue(lc); in test8()
16770 ios.width(0); in test8()
16772 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16775 assert(ios.width() == 0); in test8()
16777 ios.width(25); in test8()
16778 left(ios); in test8()
16780 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16783 assert(ios.width() == 0); in test8()
16785 ios.width(25); in test8()
16786 right(ios); in test8()
16788 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16791 assert(ios.width() == 0); in test8()
16793 ios.width(25); in test8()
16794 internal(ios); in test8()
16796 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16799 assert(ios.width() == 0); in test8()
16802 ios.imbue(lg); in test8()
16804 ios.width(0); in test8()
16806 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16809 assert(ios.width() == 0); in test8()
16811 ios.width(25); in test8()
16812 left(ios); in test8()
16814 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16817 assert(ios.width() == 0); in test8()
16819 ios.width(25); in test8()
16820 right(ios); in test8()
16822 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16825 assert(ios.width() == 0); in test8()
16827 ios.width(25); in test8()
16828 internal(ios); in test8()
16830 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16833 assert(ios.width() == 0); in test8()
16838 showpos(ios); in test8()
16840 noshowpoint(ios); in test8()
16842 ios.imbue(lc); in test8()
16844 ios.width(0); in test8()
16846 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16849 assert(ios.width() == 0); in test8()
16851 ios.width(25); in test8()
16852 left(ios); in test8()
16854 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16857 assert(ios.width() == 0); in test8()
16859 ios.width(25); in test8()
16860 right(ios); in test8()
16862 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16865 assert(ios.width() == 0); in test8()
16867 ios.width(25); in test8()
16868 internal(ios); in test8()
16870 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16873 assert(ios.width() == 0); in test8()
16876 ios.imbue(lg); in test8()
16878 ios.width(0); in test8()
16880 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16883 assert(ios.width() == 0); in test8()
16885 ios.width(25); in test8()
16886 left(ios); in test8()
16888 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16891 assert(ios.width() == 0); in test8()
16893 ios.width(25); in test8()
16894 right(ios); in test8()
16896 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16899 assert(ios.width() == 0); in test8()
16901 ios.width(25); in test8()
16902 internal(ios); in test8()
16904 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16907 assert(ios.width() == 0); in test8()
16911 showpoint(ios); in test8()
16913 ios.imbue(lc); in test8()
16915 ios.width(0); in test8()
16917 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16920 assert(ios.width() == 0); in test8()
16922 ios.width(25); in test8()
16923 left(ios); in test8()
16925 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16928 assert(ios.width() == 0); in test8()
16930 ios.width(25); in test8()
16931 right(ios); in test8()
16933 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16936 assert(ios.width() == 0); in test8()
16938 ios.width(25); in test8()
16939 internal(ios); in test8()
16941 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16944 assert(ios.width() == 0); in test8()
16947 ios.imbue(lg); in test8()
16949 ios.width(0); in test8()
16951 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16954 assert(ios.width() == 0); in test8()
16956 ios.width(25); in test8()
16957 left(ios); in test8()
16959 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16962 assert(ios.width() == 0); in test8()
16964 ios.width(25); in test8()
16965 right(ios); in test8()
16967 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16970 assert(ios.width() == 0); in test8()
16972 ios.width(25); in test8()
16973 internal(ios); in test8()
16975 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16978 assert(ios.width() == 0); in test8()
16984 uppercase(ios); in test8()
16986 noshowpos(ios); in test8()
16988 noshowpoint(ios); in test8()
16990 ios.imbue(lc); in test8()
16992 ios.width(0); in test8()
16994 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
16997 assert(ios.width() == 0); in test8()
16999 ios.width(25); in test8()
17000 left(ios); in test8()
17002 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17005 assert(ios.width() == 0); in test8()
17007 ios.width(25); in test8()
17008 right(ios); in test8()
17010 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17013 assert(ios.width() == 0); in test8()
17015 ios.width(25); in test8()
17016 internal(ios); in test8()
17018 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17021 assert(ios.width() == 0); in test8()
17024 ios.imbue(lg); in test8()
17026 ios.width(0); in test8()
17028 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17031 assert(ios.width() == 0); in test8()
17033 ios.width(25); in test8()
17034 left(ios); in test8()
17036 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17039 assert(ios.width() == 0); in test8()
17041 ios.width(25); in test8()
17042 right(ios); in test8()
17044 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17047 assert(ios.width() == 0); in test8()
17049 ios.width(25); in test8()
17050 internal(ios); in test8()
17052 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17055 assert(ios.width() == 0); in test8()
17059 showpoint(ios); in test8()
17061 ios.imbue(lc); in test8()
17063 ios.width(0); in test8()
17065 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17068 assert(ios.width() == 0); in test8()
17070 ios.width(25); in test8()
17071 left(ios); in test8()
17073 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17076 assert(ios.width() == 0); in test8()
17078 ios.width(25); in test8()
17079 right(ios); in test8()
17081 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17084 assert(ios.width() == 0); in test8()
17086 ios.width(25); in test8()
17087 internal(ios); in test8()
17089 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17092 assert(ios.width() == 0); in test8()
17095 ios.imbue(lg); in test8()
17097 ios.width(0); in test8()
17099 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17102 assert(ios.width() == 0); in test8()
17104 ios.width(25); in test8()
17105 left(ios); in test8()
17107 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17110 assert(ios.width() == 0); in test8()
17112 ios.width(25); in test8()
17113 right(ios); in test8()
17115 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17118 assert(ios.width() == 0); in test8()
17120 ios.width(25); in test8()
17121 internal(ios); in test8()
17123 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17126 assert(ios.width() == 0); in test8()
17131 showpos(ios); in test8()
17133 noshowpoint(ios); in test8()
17135 ios.imbue(lc); in test8()
17137 ios.width(0); in test8()
17139 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17142 assert(ios.width() == 0); in test8()
17144 ios.width(25); in test8()
17145 left(ios); in test8()
17147 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17150 assert(ios.width() == 0); in test8()
17152 ios.width(25); in test8()
17153 right(ios); in test8()
17155 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17158 assert(ios.width() == 0); in test8()
17160 ios.width(25); in test8()
17161 internal(ios); in test8()
17163 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17166 assert(ios.width() == 0); in test8()
17169 ios.imbue(lg); in test8()
17171 ios.width(0); in test8()
17173 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17176 assert(ios.width() == 0); in test8()
17178 ios.width(25); in test8()
17179 left(ios); in test8()
17181 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17184 assert(ios.width() == 0); in test8()
17186 ios.width(25); in test8()
17187 right(ios); in test8()
17189 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17192 assert(ios.width() == 0); in test8()
17194 ios.width(25); in test8()
17195 internal(ios); in test8()
17197 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17200 assert(ios.width() == 0); in test8()
17204 showpoint(ios); in test8()
17206 ios.imbue(lc); in test8()
17208 ios.width(0); in test8()
17210 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17213 assert(ios.width() == 0); in test8()
17215 ios.width(25); in test8()
17216 left(ios); in test8()
17218 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17221 assert(ios.width() == 0); in test8()
17223 ios.width(25); in test8()
17224 right(ios); in test8()
17226 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17229 assert(ios.width() == 0); in test8()
17231 ios.width(25); in test8()
17232 internal(ios); in test8()
17234 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17237 assert(ios.width() == 0); in test8()
17240 ios.imbue(lg); in test8()
17242 ios.width(0); in test8()
17244 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17247 assert(ios.width() == 0); in test8()
17249 ios.width(25); in test8()
17250 left(ios); in test8()
17252 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17255 assert(ios.width() == 0); in test8()
17257 ios.width(25); in test8()
17258 right(ios); in test8()
17260 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17263 assert(ios.width() == 0); in test8()
17265 ios.width(25); in test8()
17266 internal(ios); in test8()
17268 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17271 assert(ios.width() == 0); in test8()
17278 ios.precision(6); in test8()
17281 ios.precision(16); in test8()
17284 ios.precision(60); in test8()
17286 nouppercase(ios); in test8()
17288 noshowpos(ios); in test8()
17290 noshowpoint(ios); in test8()
17292 ios.imbue(lc); in test8()
17294 ios.width(0); in test8()
17296 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17299 assert(ios.width() == 0); in test8()
17301 ios.width(25); in test8()
17302 left(ios); in test8()
17304 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17307 assert(ios.width() == 0); in test8()
17309 ios.width(25); in test8()
17310 right(ios); in test8()
17312 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17315 assert(ios.width() == 0); in test8()
17317 ios.width(25); in test8()
17318 internal(ios); in test8()
17320 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17323 assert(ios.width() == 0); in test8()
17326 ios.imbue(lg); in test8()
17328 ios.width(0); in test8()
17330 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17333 assert(ios.width() == 0); in test8()
17335 ios.width(25); in test8()
17336 left(ios); in test8()
17338 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17341 assert(ios.width() == 0); in test8()
17343 ios.width(25); in test8()
17344 right(ios); in test8()
17346 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17349 assert(ios.width() == 0); in test8()
17351 ios.width(25); in test8()
17352 internal(ios); in test8()
17354 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17357 assert(ios.width() == 0); in test8()
17361 showpoint(ios); in test8()
17363 ios.imbue(lc); in test8()
17365 ios.width(0); in test8()
17367 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17370 assert(ios.width() == 0); in test8()
17372 ios.width(25); in test8()
17373 left(ios); in test8()
17375 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17378 assert(ios.width() == 0); in test8()
17380 ios.width(25); in test8()
17381 right(ios); in test8()
17383 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17386 assert(ios.width() == 0); in test8()
17388 ios.width(25); in test8()
17389 internal(ios); in test8()
17391 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17394 assert(ios.width() == 0); in test8()
17397 ios.imbue(lg); in test8()
17399 ios.width(0); in test8()
17401 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17404 assert(ios.width() == 0); in test8()
17406 ios.width(25); in test8()
17407 left(ios); in test8()
17409 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17412 assert(ios.width() == 0); in test8()
17414 ios.width(25); in test8()
17415 right(ios); in test8()
17417 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17420 assert(ios.width() == 0); in test8()
17422 ios.width(25); in test8()
17423 internal(ios); in test8()
17425 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17428 assert(ios.width() == 0); in test8()
17433 showpos(ios); in test8()
17435 noshowpoint(ios); in test8()
17437 ios.imbue(lc); in test8()
17439 ios.width(0); in test8()
17441 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17444 assert(ios.width() == 0); in test8()
17446 ios.width(25); in test8()
17447 left(ios); in test8()
17449 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17452 assert(ios.width() == 0); in test8()
17454 ios.width(25); in test8()
17455 right(ios); in test8()
17457 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17460 assert(ios.width() == 0); in test8()
17462 ios.width(25); in test8()
17463 internal(ios); in test8()
17465 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17468 assert(ios.width() == 0); in test8()
17471 ios.imbue(lg); in test8()
17473 ios.width(0); in test8()
17475 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17478 assert(ios.width() == 0); in test8()
17480 ios.width(25); in test8()
17481 left(ios); in test8()
17483 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17486 assert(ios.width() == 0); in test8()
17488 ios.width(25); in test8()
17489 right(ios); in test8()
17491 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17494 assert(ios.width() == 0); in test8()
17496 ios.width(25); in test8()
17497 internal(ios); in test8()
17499 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17502 assert(ios.width() == 0); in test8()
17506 showpoint(ios); in test8()
17508 ios.imbue(lc); in test8()
17510 ios.width(0); in test8()
17512 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17515 assert(ios.width() == 0); in test8()
17517 ios.width(25); in test8()
17518 left(ios); in test8()
17520 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17523 assert(ios.width() == 0); in test8()
17525 ios.width(25); in test8()
17526 right(ios); in test8()
17528 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17531 assert(ios.width() == 0); in test8()
17533 ios.width(25); in test8()
17534 internal(ios); in test8()
17536 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17539 assert(ios.width() == 0); in test8()
17542 ios.imbue(lg); in test8()
17544 ios.width(0); in test8()
17546 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17549 assert(ios.width() == 0); in test8()
17551 ios.width(25); in test8()
17552 left(ios); in test8()
17554 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17557 assert(ios.width() == 0); in test8()
17559 ios.width(25); in test8()
17560 right(ios); in test8()
17562 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17565 assert(ios.width() == 0); in test8()
17567 ios.width(25); in test8()
17568 internal(ios); in test8()
17570 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17573 assert(ios.width() == 0); in test8()
17579 uppercase(ios); in test8()
17581 noshowpos(ios); in test8()
17583 noshowpoint(ios); in test8()
17585 ios.imbue(lc); in test8()
17587 ios.width(0); in test8()
17589 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17592 assert(ios.width() == 0); in test8()
17594 ios.width(25); in test8()
17595 left(ios); in test8()
17597 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17600 assert(ios.width() == 0); in test8()
17602 ios.width(25); in test8()
17603 right(ios); in test8()
17605 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17608 assert(ios.width() == 0); in test8()
17610 ios.width(25); in test8()
17611 internal(ios); in test8()
17613 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17616 assert(ios.width() == 0); in test8()
17619 ios.imbue(lg); in test8()
17621 ios.width(0); in test8()
17623 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17626 assert(ios.width() == 0); in test8()
17628 ios.width(25); in test8()
17629 left(ios); in test8()
17631 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17634 assert(ios.width() == 0); in test8()
17636 ios.width(25); in test8()
17637 right(ios); in test8()
17639 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17642 assert(ios.width() == 0); in test8()
17644 ios.width(25); in test8()
17645 internal(ios); in test8()
17647 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17650 assert(ios.width() == 0); in test8()
17654 showpoint(ios); in test8()
17656 ios.imbue(lc); in test8()
17658 ios.width(0); in test8()
17660 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17663 assert(ios.width() == 0); in test8()
17665 ios.width(25); in test8()
17666 left(ios); in test8()
17668 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17671 assert(ios.width() == 0); in test8()
17673 ios.width(25); in test8()
17674 right(ios); in test8()
17676 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17679 assert(ios.width() == 0); in test8()
17681 ios.width(25); in test8()
17682 internal(ios); in test8()
17684 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17687 assert(ios.width() == 0); in test8()
17690 ios.imbue(lg); in test8()
17692 ios.width(0); in test8()
17694 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17697 assert(ios.width() == 0); in test8()
17699 ios.width(25); in test8()
17700 left(ios); in test8()
17702 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17705 assert(ios.width() == 0); in test8()
17707 ios.width(25); in test8()
17708 right(ios); in test8()
17710 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17713 assert(ios.width() == 0); in test8()
17715 ios.width(25); in test8()
17716 internal(ios); in test8()
17718 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17721 assert(ios.width() == 0); in test8()
17726 showpos(ios); in test8()
17728 noshowpoint(ios); in test8()
17730 ios.imbue(lc); in test8()
17732 ios.width(0); in test8()
17734 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17737 assert(ios.width() == 0); in test8()
17739 ios.width(25); in test8()
17740 left(ios); in test8()
17742 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17745 assert(ios.width() == 0); in test8()
17747 ios.width(25); in test8()
17748 right(ios); in test8()
17750 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17753 assert(ios.width() == 0); in test8()
17755 ios.width(25); in test8()
17756 internal(ios); in test8()
17758 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17761 assert(ios.width() == 0); in test8()
17764 ios.imbue(lg); in test8()
17766 ios.width(0); in test8()
17768 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17771 assert(ios.width() == 0); in test8()
17773 ios.width(25); in test8()
17774 left(ios); in test8()
17776 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17779 assert(ios.width() == 0); in test8()
17781 ios.width(25); in test8()
17782 right(ios); in test8()
17784 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17787 assert(ios.width() == 0); in test8()
17789 ios.width(25); in test8()
17790 internal(ios); in test8()
17792 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17795 assert(ios.width() == 0); in test8()
17799 showpoint(ios); in test8()
17801 ios.imbue(lc); in test8()
17803 ios.width(0); in test8()
17805 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17808 assert(ios.width() == 0); in test8()
17810 ios.width(25); in test8()
17811 left(ios); in test8()
17813 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17816 assert(ios.width() == 0); in test8()
17818 ios.width(25); in test8()
17819 right(ios); in test8()
17821 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17824 assert(ios.width() == 0); in test8()
17826 ios.width(25); in test8()
17827 internal(ios); in test8()
17829 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17832 assert(ios.width() == 0); in test8()
17835 ios.imbue(lg); in test8()
17837 ios.width(0); in test8()
17839 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17842 assert(ios.width() == 0); in test8()
17844 ios.width(25); in test8()
17845 left(ios); in test8()
17847 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17850 assert(ios.width() == 0); in test8()
17852 ios.width(25); in test8()
17853 right(ios); in test8()
17855 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17858 assert(ios.width() == 0); in test8()
17860 ios.width(25); in test8()
17861 internal(ios); in test8()
17863 iter = f.put(output_iterator<char*>(str), ios, '*', v); in test8()
17866 assert(ios.width() == 0); in test8()