Home | History | Annotate | Download | only in intltest

Lines Matching refs:FIVE

303   UnicodeString expected("four point five","");
850 const llong FIVE(0, 5);
851 const llong NEG_FIVE = -FIVE;
856 const llong TWO_TO_32X5 = TWO_TO_32 * FIVE;
867 &FIVE, &TWO, &TWO,
868 &FIVE, &NEG_TWO, &NEG_TWO,
871 &TWO, &FIVE, &ZERO,
873 &NEG_TWO, &FIVE, &ZERO,
879 &TWO_TO_32, &FIVE, &TWO_TO_32d5,
881 &NEG_TWO_TO_32, &FIVE, &NEG_TWO_TO_32d5,
883 &TWO_TO_32X5, &FIVE, &TWO_TO_32,
885 &NEG_TWO_TO_32X5, &FIVE, &NEG_TWO_TO_32,
887 &TWO_TO_32X5, &TWO_TO_32, &FIVE,
889 &NEG_TWO_TO_32X5, &NEG_TWO_TO_32, &FIVE,
919 const llong FIVE(0, 5);
926 const llong NEG_FIVE = -FIVE;
934 const llong BIG_FIVE(BIG * FIVE);
939 &ZERO, &FIVE, &ZERO,
940 &ONE, &FIVE, &ONE,
941 &TWO, &FIVE, &TWO,
942 &THREE, &FIVE, &THREE,
943 &FOUR, &FIVE, &FOUR,
944 &FIVE, &FIVE, &ZERO,
945 &SIX, &FIVE, &ONE,
951 &FIVE, &NEG_FIVE, &ZERO,
953 &NEG_ONE, &FIVE, &NEG_ONE,
954 &NEG_TWO, &FIVE, &NEG_TWO,
955 &NEG_THREE, &FIVE, &NEG_THREE,
956 &NEG_FOUR, &FIVE, &NEG_FOUR,
957 &NEG_FIVE, &FIVE, &ZERO,
958 &NEG_SIX, &FIVE, &NEG_ONE,
965 &NINETY_NINE, &FIVE, &FOUR,
966 &HUNDRED, &FIVE, &ZERO,
967 &HUNDRED_ONE, &FIVE, &ONE,
968 &BIG_FIVEm1, &FIVE, &FOUR,
969 &BIG_FIVE, &FIVE, &ZERO,
970 &BIG_FIVEp1, &FIVE, &ONE
1084 { "579", "five hundred seventy-nine" },
1088 { "4,567", "four thousand five hundred sixty-seven" },
1090 { "2,345,678", "two million three hundred forty-five thousand six hundred seventy-eight" },
1092 { "234.567", "two hundred thirty-four point five six seven" },
1641 // { "1,234,567,890.0987654", "one billion, two hundred and thirty-four million, five hundred and sixty-seven thousand, eight hundred and ninety point zero nine eight seven six five four" },
1642 // { "123,456,789.9876543", "one hundred and twenty-three million, four hundred and fifty-six thousand, seven hundred and eighty-nine point nine eight seven six five four three" },
1643 // { "12,345,678.87654321", "twelve million, three hundred and forty-five thousand, six hundred and seventy-eight point eight seven six five four three two one" },
1644 { "1,234,567.7654321", "one million two hundred thirty-four thousand five hundred sixty-seven point seven six five four three two one" },
1645 { "123,456.654321", "one hundred twenty-three thousand four hundred fifty-six point six five four three two one" },
1646 { "12,345.54321", "twelve thousand three hundred forty-five point five four three two one" },
1649 { "0.0000000011754944", "zero point zero zero zero zero zero zero zero zero one one seven five four nine four four" },
1650 { "0.000001175494351", "zero point zero zero zero zero zero one one seven five four nine four three five one" },