Lines Matching full:sign
518 case 1: // The sign string precedes the quantity and currency symbol
519 sign;
546 case 2: // The sign string succeeds the quantity and currency symbol.
554 pos_format.field[3] = (char) money_base::sign;
558 pos_format.field[2] = (char) money_base::sign;
568 pos_format.field[3] = (char) money_base::sign;
572 pos_format.field[2] = (char) money_base::sign;
577 case 3: // The sign string immediately precedes the currency symbol.
580 pos_format.field[0] = (char) money_base::sign;
594 pos_format.field[1] = (char) money_base::sign;
599 case 4: // The sign string immediately succeeds the currency symbol.
603 pos_format.field[1] = (char) money_base::sign;
613 pos_format.field[3] = (char) money_base::sign;
617 pos_format.field[2] = (char) money_base::sign;
624 pos_format.field[1] = (char) money_base::sign;
632 case 1: // The sign string precedes the quantity and currency symbol
633 neg_format.field[0] = (char) money_base::sign;
660 case 2: // The sign string succeeds the quantity and currency symbol.
668 neg_format.field[3] = (char) money_base::sign;
672 neg_format.field[2] = (char) money_base::sign;
682 neg_format.field[3] = (char) money_base::sign;
686 neg_format.field[2] = (char) money_base::sign;
691 case 3: // The sign string immediately precedes the currency symbol.
694 neg_format.field[0] = (char) money_base::sign;
708 neg_format.field[1] = (char) money_base::sign;
713 case 4: // The sign string immediately succeeds the currency symbol.
717 neg_format.field[1] = (char) money_base::sign;
727 neg_format.field[3] = (char) money_base::sign;
731 neg_format.field[2] = (char) money_base::sign;
738 neg_format.field[1] = (char) money_base::sign;
784 case 1: // The sign string precedes the quantity and currency symbol
786 pos_format.field[1] = (char) money_base::sign;
790 case 2: // The sign string succeeds the quantity and currency symbol.
793 pos_format.field[2] = (char) money_base::sign;
796 case 3: // The sign string immediately precedes the currency symbol.
797 case 4: // The sign string immediately succeeds the currency symbol.
801 pos_format.field[1] = (char) money_base::sign;
806 pos_format.field[2] = (char) money_base::sign;
812 pos_format.field[1] = (char) money_base::sign;
821 case 1: // The sign string precedes the quantity and currency symbol
823 neg_format.field[1] = (char) money_base::sign;
827 case 2: // The sign string succeeds the quantity and currency symbol.
830 neg_format.field[2] = (char) money_base::sign;
833 case 3: // The sign string immediately precedes the currency symbol.
834 case 4: // The sign string immediately succeeds the currency symbol.
838 neg_format.field[1] = (char) money_base::sign;
843 neg_format.field[2] = (char) money_base::sign;
849 neg_format.field[1] = (char) money_base::sign;