Home | History | Annotate | Download | only in src

Lines Matching refs:symbol

517     case 0: // Parentheses surround the quantity and currency symbol
518 case 1: // The sign string precedes the quantity and currency symbol
521 // 1 if currency symbol precedes a positive value
522 pos_format.field[1] = (char) money_base::symbol;
524 // a space separates currency symbol from a positive value.
528 // a space not separates currency symbol from a positive value.
533 // 0 if currency symbol succeeds a positive value
536 // a space separates currency symbol from a positive value.
538 pos_format.field[3] = (char) money_base::symbol;
540 // a space not separates currency symbol from a positive value.
541 pos_format.field[2] = (char) money_base::symbol;
546 case 2: // The sign string succeeds the quantity and currency symbol.
548 // 1 if currency symbol precedes a positive value
549 pos_format.field[0] = (char) money_base::symbol;
551 // a space separates currency symbol from a positive value.
556 // a space not separates currency symbol from a positive value.
562 // 0 if currency symbol succeeds a positive value
565 // a space separates currency symbol from a positive value.
567 pos_format.field[2] = (char) money_base::symbol;
570 // a space not separates currency symbol from a positive value.
571 pos_format.field[1] = (char) money_base::symbol;
577 case 3: // The sign string immediately precedes the currency symbol.
579 // 1 if currency symbol precedes a positive value
581 pos_format.field[1] = (char) money_base::symbol;
583 // a space separates currency symbol from a positive value.
587 // a space not separates currency symbol from a positive value.
592 // 0 if currency symbol succeeds a positive value
595 pos_format.field[2] = (char) money_base::symbol;
599 case 4: // The sign string immediately succeeds the currency symbol.
601 // 1 if currency symbol precedes a positive value
602 pos_format.field[0] = (char) money_base::symbol;
607 // 0 if currency symbol succeeds a positive value
610 // a space separates currency symbol from a positive value.
612 pos_format.field[2] = (char) money_base::symbol;
615 // a space not separates currency symbol from a positive value.
616 pos_format.field[1] = (char) money_base::symbol;
623 pos_format.field[0] = (char) money_base::symbol;
631 case 0: // Parentheses surround the quantity and currency symbol
632 case 1: // The sign string precedes the quantity and currency symbol
635 // 1 if currency symbol precedes a negative value
636 neg_format.field[1] = (char) money_base::symbol;
638 // a space separates currency symbol from a negative value.
642 // a space not separates currency symbol from a negative value.
647 // 0 if currency symbol succeeds a negative value
650 // a space separates currency symbol from a negative value.
652 neg_format.field[3] = (char) money_base::symbol;
654 // a space not separates currency symbol from a negative value.
655 neg_format.field[2] = (char) money_base::symbol;
660 case 2: // The sign string succeeds the quantity and currency symbol.
662 // 1 if currency symbol precedes a negative value
663 neg_format.field[0] = (char) money_base::symbol;
665 // a space separates currency symbol from a negative value.
670 // a space not separates currency symbol from a negative value.
676 // 0 if currency symbol succeeds a negative value
679 // a space separates currency symbol from a negative value.
681 neg_format.field[2] = (char) money_base::symbol;
684 // a space not separates currency symbol from a negative value.
685 neg_format.field[1] = (char) money_base::symbol;
691 case 3: // The sign string immediately precedes the currency symbol.
693 // 1 if currency symbol precedes a negative value
695 neg_format.field[1] = (char) money_base::symbol;
697 // a space separates currency symbol from a negative value.
701 // a space not separates currency symbol from a negative value.
706 // 0 if currency symbol succeeds a negative value
709 neg_format.field[2] = (char) money_base::symbol;
713 case 4: // The sign string immediately succeeds the currency symbol.
715 // 1 if currency symbol precedes a negative value
716 neg_format.field[0] = (char) money_base::symbol;
721 // 0 if currency symbol succeeds a negative value
724 // a space separates currency symbol from a negative value.
726 neg_format.field[2] = (char) money_base::symbol;
729 // a space not separates currency symbol from a negative value.
730 neg_format.field[1] = (char) money_base::symbol;
737 neg_format.field[0] = (char) money_base::symbol;
750 * The international currency symbol. The operand is a four-character
752 * international currency symbol in accordance with those specified
754 * to separate the international currency symbol from the monetary quantity.
762 * But I am expect that international currency symbol should be the first
763 * (not depends upon where currency symbol situated in the national
783 case 0: // Parentheses surround the quantity and currency symbol
784 case 1: // The sign string precedes the quantity and currency symbol
785 pos_format.field[0] = (char) money_base::symbol;
790 case 2: // The sign string succeeds the quantity and currency symbol.
791 pos_format.field[0] = (char) money_base::symbol;
796 case 3: // The sign string immediately precedes the currency symbol.
797 case 4: // The sign string immediately succeeds the currency symbol.
798 pos_format.field[0] = (char) money_base::symbol;
800 // 1 if currency symbol precedes a positive value
804 // 0 if currency symbol succeeds a positive value
811 pos_format.field[0] = (char) money_base::symbol;
820 case 0: // Parentheses surround the quantity and currency symbol
821 case 1: // The sign string precedes the quantity and currency symbol
822 neg_format.field[0] = (char) money_base::symbol;
827 case 2: // The sign string succeeds the quantity and currency symbol.
828 neg_format.field[0] = (char) money_base::symbol;
833 case 3: // The sign string immediately precedes the currency symbol.
834 case 4: // The sign string immediately succeeds the currency symbol.
835 neg_format.field[0] = (char) money_base::symbol;
837 // 1 if currency symbol precedes a negative value
841 // 0 if currency symbol succeeds a negative value
848 neg_format.field[0] = (char) money_base::symbol;