Home | History | Annotate | Download | only in intltest

Lines Matching defs:CASE

48 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break
57 CASE(0,TestCurrencySign);
58 CASE(1,TestCurrency);
59 CASE(2,TestParse);
60 CASE(3,TestRounding487);
61 CASE(4,TestQuotes);
62 CASE(5,TestExponential);
63 CASE(6,TestPatterns);
66 CASE(7,TestExponent);
67 CASE(8,TestScientific);
68 CASE(9,TestPad);
69 CASE(10,TestPatterns2);
70 CASE(11,TestSecondaryGrouping);
71 CASE(12,TestSurrogateSupport);
72 CASE(13,TestAPI);
74 CASE(14,TestCurrencyObject);
75 CASE(15,TestCurrencyPatterns);
76 //CASE(16,TestDigitList);
77 CASE(16,TestWhiteSpaceParsing);
78 CASE(17,TestComplexCurrency); // This test removed because CLDR no longer uses choice formats in currency symbols.
79 CASE(18,TestRegCurrency);
80 CASE(19,TestSymbolsWithBadLocale);
81 CASE(20,TestAdoptDecimalFormatSymbols);
83 CASE(21,TestScientific2);
84 CASE(22,TestScientificGrouping);
85 CASE(23,TestInt64);
87 CASE(24,TestPerMill);
88 CASE(25,TestIllegalPatterns);
89 CASE(26,TestCases);
91 CASE(27,TestCurrencyNames);
92 CASE(28,TestCurrencyAmount);
93 CASE(29,TestCurrencyUnit);
94 CASE(30,TestCoverage);
95 CASE(31,TestJB3832);
96 CASE(32,TestHost);
97 CASE(33,TestHostClone);
98 CASE(34,TestCurrencyFormat);
99 CASE(35,TestRounding);
100 CASE(36,TestNonpositiveMultiplier);
101 CASE(37,TestNumberingSystems);
102 CASE(38,TestSpaceParsing);
103 CASE(39,TestMultiCurrencySign);
104 CASE(40,TestCurrencyFormatForMixParsing);
105 CASE(41,TestDecimalFormatCurrencyParse);
106 CASE(42,TestCurrencyIsoPluralFormat);
107 CASE(43,TestCurrencyParsing);
108 CASE(44,TestParseCurrencyInUCurr);
109 CASE(45,TestFormatAttributes);
110 CASE(46,TestFieldPositionIterator);
111 CASE(47,TestDecimal);
112 CASE(48,TestCurrencyFractionDigits);
113 CASE(49,TestExponentParse);
908 case 1:
909 case 4:
910 case 7:
911 case 10:
1352 expectPat(fmt, "AA*^####,##0.00ZZ"); // This is the interesting case
1898 case 0:
1909 case 1:
1914 case 2: // f:
1915 case 3: // fp:
1916 case 4: // rt:
1917 case 5: // p:
1973 case 8: // fpc:
2013 case 6:
2017 case 7: {
2061 case -1:
3152 "1.00 US DOLLAR", // case in-sensitive
5252 "usd1.00", // case sensitive
5992 case NumberFormat::kIntegerField: return "integer";
5993 case NumberFormat::kFractionField: return "fraction";
5994 case NumberFormat::kDecimalSeparatorField: return "decimal separator";
5995 case NumberFormat::kExponentSymbolField: return "exponent symbol";
5996 case NumberFormat::kExponentSignField: return "exponent sign";
5997 case NumberFormat::kExponentField: return "exponent";
5998 case NumberFormat::kGroupingSeparatorField: return "grouping separator";
5999 case NumberFormat::kCurrencyField: return "currency";
6000 case
6001 case NumberFormat::kPermillField: return "permille";
6002 case NumberFormat::kSignField: return "sign";