Lines Matching full:void
24 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par );
30 void TestAPI(void);
32 void TestCoverage(void);
37 void TestQuotes(void);
41 void TestExponential(void);
45 void TestCurrencySign(void);
49 void TestPatterns(void);
53 //void TestDigitList(void);
58 void TestCurrency(void);
63 void TestCurrencyObject(void);
65 void TestCurrencyPatterns(void);
70 void TestParse(void);
74 void TestRounding487(void);
77 void TestExponent(void);
79 void TestScientific(void);
81 void TestScientific2(void);
83 void TestScientificGrouping(void);
85 void TestInt64(void);
87 void TestSurrogateSupport(void);
92 void TestSecondaryGrouping(void);
94 void TestWhiteSpaceParsing(void);
96 void TestComplexCurrency(void);
98 void TestPad(void);
99 void TestPatterns2(void);
104 void TestRegCurrency(void);
106 void TestCurrencyNames(void);
108 void TestCurrencyAmount(void);
110 void TestCurrencyUnit(void);
112 void TestSymbolsWithBadLocale(void);
114 void TestAdoptDecimalFormatSymbols(void);
116 void TestPerMill(void);
118 void TestIllegalPatterns(void);
120 void TestCases(void);
122 void TestJB3832(void);
124 void TestHost(void);
126 void TestHostClone(void);
128 void TestCurrencyFormat(void);
131 void TestRounding(void);
133 void TestNonpositiveMultiplier(void);
135 void TestNumberingSystems();
138 void TestSpaceParsing();
139 void TestMultiCurrencySign();
140 void TestCurrencyFormatForMixParsing();
141 void TestDecimalFormatCurrencyParse();
142 void TestCurrencyIsoPluralFormat();
143 void TestCurrencyParsing();
144 void TestParseCurrencyInUCurr();
145 void TestFormatAttributes();
146 void TestFieldPositionIterator();
148 void TestDecimal();
149 void TestCurrencyFractionDigits();
151 void TestExponentParse();
157 void expectPositions(FieldPositionIterator& iter, int32_t *values, int32_t tupleCount,
160 void expectPosition(FieldPosition& pos, int32_t id, int32_t start, int32_t limit,
163 void expect2(NumberFormat& fmt, const Formattable& n, const UnicodeString& str);
165 void expect3(NumberFormat& fmt, const Formattable& n, const UnicodeString& str);
167 void expect2(NumberFormat& fmt, const Formattable& n, const char* str) {
171 void expect2(NumberFormat* fmt, const Formattable& n, const UnicodeString& str, UErrorCode ec);
173 void expect2(NumberFormat* fmt, const Formattable& n, const char* str, UErrorCode ec) {
177 void expect(NumberFormat& fmt, const UnicodeString& str, const Formattable& n);
179 void expect(NumberFormat& fmt, const char *str, const Formattable& n) {
183 void expect(NumberFormat& fmt, const Formattable& n,
186 void expect(NumberFormat& fmt, const Formattable& n,
191 void expect(NumberFormat* fmt, const Formattable& n,
194 void expect(NumberFormat* fmt, const Formattable& n,
199 void expectCurrency(NumberFormat& nf, const Locale& locale,
202 void expectPad(DecimalFormat& fmt, const UnicodeString& pat,
205 void expectPad(DecimalFormat& fmt, const char *pat,
210 void expectPad(DecimalFormat& fmt, const UnicodeString& pat,
213 void expectPad(DecimalFormat& fmt, const char *pat,
218 void expectPat(DecimalFormat& fmt, const UnicodeString& exp);
220 void expectPat(DecimalFormat& fmt, const char *exp) {
224 void expectPad(DecimalFormat& fmt, const UnicodeString& pat,
227 void expectPad(DecimalFormat& fmt, const char *pat,
232 void expect_rbnf(NumberFormat& fmt, const UnicodeString& str, const Formattable& n);
234 void expect_rbnf(NumberFormat& fmt, const Formattable& n,
243 void roundingTest(NumberFormat& nf, double x, int32_t maxFractionDigits, const char* expected);
246 void checkRounding(DecimalFormat* df, double base, int iterations, double increment);