Home | History | Annotate | Download | only in intltest

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 TestLenientParse();
150 void TestDecimal();
151 void TestCurrencyFractionDigits();
153 void TestExponentParse();
154 void TestExplicitParents();
160 void expectPositions(FieldPositionIterator& iter, int32_t *values, int32_t tupleCount,
163 void expectPosition(FieldPosition& pos, int32_t id, int32_t start, int32_t limit,
166 void expect2(NumberFormat& fmt, const Formattable& n, const UnicodeString& str);
168 void expect3(NumberFormat& fmt, const Formattable& n, const UnicodeString& str);
170 void expect2(NumberFormat& fmt, const Formattable& n, const char* str) {
174 void expect2(NumberFormat* fmt, const Formattable& n, const UnicodeString& str, UErrorCode ec);
176 void expect2(NumberFormat* fmt, const Formattable& n, const char* str, UErrorCode ec) {
180 void expect(NumberFormat& fmt, const UnicodeString& str, const Formattable& n);
182 void expect(NumberFormat& fmt, const char *str, const Formattable& n) {
186 void expect(NumberFormat& fmt, const Formattable& n,
189 void expect(NumberFormat& fmt, const Formattable& n,
194 void expect(NumberFormat* fmt, const Formattable& n,
197 void expect(NumberFormat* fmt, const Formattable& n,
202 void expectCurrency(NumberFormat& nf, const Locale& locale,
205 void expectPad(DecimalFormat& fmt, const UnicodeString& pat,
208 void expectPad(DecimalFormat& fmt, const char *pat,
213 void expectPad(DecimalFormat& fmt, const UnicodeString& pat,
216 void expectPad(DecimalFormat& fmt, const char *pat,
221 void expectPat(DecimalFormat& fmt, const UnicodeString& exp);
223 void expectPat(DecimalFormat& fmt, const char *exp) {
227 void expectPad(DecimalFormat& fmt, const UnicodeString& pat,
230 void expectPad(DecimalFormat& fmt, const char *pat,
235 void expect_rbnf(NumberFormat& fmt, const UnicodeString& str, const Formattable& n);
237 void expect_rbnf(NumberFormat& fmt, const Formattable& n,
246 void roundingTest(NumberFormat& nf, double x, int32_t maxFractionDigits, const char* expected);
249 void checkRounding(DecimalFormat* df, double base, int iterations, double increment);