Lines Matching refs:value

521         // 1 if currency symbol precedes a positive value
524 // a space separates currency symbol from a positive value.
526 pos_format.field[3] = (char) money_base::value;
528 // a space not separates currency symbol from a positive value.
529 pos_format.field[2] = (char) money_base::value;
533 // 0 if currency symbol succeeds a positive value
534 pos_format.field[1] = (char) money_base::value;
536 // a space separates currency symbol from a positive value.
540 // a space not separates currency symbol from a positive value.
548 // 1 if currency symbol precedes a positive value
551 // a space separates currency symbol from a positive value.
553 pos_format.field[2] = (char) money_base::value;
556 // a space not separates currency symbol from a positive value.
557 pos_format.field[1] = (char) money_base::value;
562 // 0 if currency symbol succeeds a positive value
563 pos_format.field[0] = (char) money_base::value;
565 // a space separates currency symbol from a positive value.
570 // a space not separates currency symbol from a positive value.
579 // 1 if currency symbol precedes a positive value
583 // a space separates currency symbol from a positive value.
585 pos_format.field[3] = (char) money_base::value;
587 // a space not separates currency symbol from a positive value.
588 pos_format.field[2] = (char) money_base::value;
592 // 0 if currency symbol succeeds a positive value
593 pos_format.field[0] = (char) money_base::value;
601 // 1 if currency symbol precedes a positive value
604 pos_format.field[2] = (char) money_base::value;
607 // 0 if currency symbol succeeds a positive value
608 pos_format.field[0] = (char) money_base::value;
610 // a space separates currency symbol from a positive value.
615 // a space not separates currency symbol from a positive value.
626 pos_format.field[3] = (char) money_base::value;
635 // 1 if currency symbol precedes a negative value
638 // a space separates currency symbol from a negative value.
640 neg_format.field[3] = (char) money_base::value;
642 // a space not separates currency symbol from a negative value.
643 neg_format.field[2] = (char) money_base::value;
647 // 0 if currency symbol succeeds a negative value
648 neg_format.field[1] = (char) money_base::value;
650 // a space separates currency symbol from a negative value.
654 // a space not separates currency symbol from a negative value.
662 // 1 if currency symbol precedes a negative value
665 // a space separates currency symbol from a negative value.
667 neg_format.field[2] = (char) money_base::value;
670 // a space not separates currency symbol from a negative value.
671 neg_format.field[1] = (char) money_base::value;
676 // 0 if currency symbol succeeds a negative value
677 neg_format.field[0] = (char) money_base::value;
679 // a space separates currency symbol from a negative value.
684 // a space not separates currency symbol from a negative value.
693 // 1 if currency symbol precedes a negative value
697 // a space separates currency symbol from a negative value.
699 neg_format.field[3] = (char) money_base::value;
701 // a space not separates currency symbol from a negative value.
702 neg_format.field[2] = (char) money_base::value;
706 // 0 if currency symbol succeeds a negative value
707 neg_format.field[0] = (char) money_base::value;
715 // 1 if currency symbol precedes a negative value
719 neg_format.field[3] = (char) money_base::value;
721 // 0 if currency symbol succeeds a negative value
722 neg_format.field[0] = (char) money_base::value;
724 // a space separates currency symbol from a negative value.
729 // a space not separates currency symbol from a negative value.
740 neg_format.field[3] = (char) money_base::value;
787 pos_format.field[2] = (char) money_base::value;
792 pos_format.field[1] = (char) money_base::value;
800 // 1 if currency symbol precedes a positive value
802 pos_format.field[2] = (char) money_base::value;
804 // 0 if currency symbol succeeds a positive value
805 pos_format.field[1] = (char) money_base::value;
814 pos_format.field[3] = (char) money_base::value;
824 neg_format.field[2] = (char) money_base::value;
829 neg_format.field[1] = (char) money_base::value;
837 // 1 if currency symbol precedes a negative value
839 neg_format.field[2] = (char) money_base::value;
841 // 0 if currency symbol succeeds a negative value
842 neg_format.field[1] = (char) money_base::value;
851 neg_format.field[3] = (char) money_base::value;