• Home
  • Raw
  • Download

Lines Matching refs:NumberFormatTest

55 void NumberFormatTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ )  in runIndexedTest()
126 NumberFormatTest::TestAPI(void) in TestAPI()
197 NumberFormatTest::TestCoverage(void){ in TestCoverage()
209 NumberFormatTest::TestPatterns(void) in TestPatterns()
267 NumberFormatTest::TestExponential(void) in TestExponential()
445 NumberFormatTest::TestScientific2() { in TestScientific2()
461 NumberFormatTest::TestScientificGrouping() { in TestScientificGrouping()
497 NumberFormatTest::TestInt64() { in TestInt64()
580 NumberFormatTest::TestQuotes(void) in TestQuotes()
619 NumberFormatTest::TestCurrencySign(void) in TestCurrencySign()
670 NumberFormatTest::escape(UnicodeString& s) in escape()
709 NumberFormatTest::TestCurrency(void) in TestCurrency()
774 void NumberFormatTest::TestCurrencyObject() { in TestCurrencyObject()
833 NumberFormatTest::TestParse(void) in TestParse()
922 NumberFormatTest::TestLenientParse(void) in TestLenientParse()
1106 NumberFormatTest::TestRounding487(void) in TestRounding487()
1129 void NumberFormatTest::TestSecondaryGrouping(void) { in TestSecondaryGrouping()
1188 void NumberFormatTest::TestWhiteSpaceParsing(void) { in TestWhiteSpaceParsing()
1204 void NumberFormatTest::TestComplexCurrency() { in TestComplexCurrency()
1227 NumberFormatTest::roundingTest(NumberFormat& nf, double x, int32_t maxFractionDigits, const char* e… in roundingTest()
1238 void NumberFormatTest::TestExponent(void) { in TestExponent()
1255 void NumberFormatTest::TestScientific(void) { in TestScientific()
1435 void NumberFormatTest::TestPad(void) { in TestPad()
1551 void NumberFormatTest::TestPatterns2(void) { in TestPatterns2()
1612 void NumberFormatTest::TestSurrogateSupport(void) { in TestSurrogateSupport()
1681 void NumberFormatTest::TestCurrencyPatterns(void) { in TestCurrencyPatterns()
1723 void NumberFormatTest::TestRegCurrency(void) { in TestRegCurrency()
1789 void NumberFormatTest::TestCurrencyNames(void) { in TestCurrencyNames()
1878 void NumberFormatTest::TestCurrencyUnit(void){ in TestCurrencyUnit()
1899 void NumberFormatTest::TestCurrencyAmount(void){ in TestCurrencyAmount()
1922 void NumberFormatTest::TestSymbolsWithBadLocale(void) { in TestSymbolsWithBadLocale()
1962 void NumberFormatTest::TestAdoptDecimalFormatSymbols(void) { in TestAdoptDecimalFormatSymbols()
2032 void NumberFormatTest::TestPerMill() { in TestPerMill()
2053 void NumberFormatTest::TestIllegalPatterns() { in TestIllegalPatterns()
2128 void NumberFormatTest::TestCases() { in TestCases()
2339 UBool NumberFormatTest::equalValue(const Formattable& a, const Formattable& b) { in equalValue()
2366 void NumberFormatTest::expect3(NumberFormat& fmt, const Formattable& n, const UnicodeString& str) { in expect3()
2372 void NumberFormatTest::expect2(NumberFormat& fmt, const Formattable& n, const UnicodeString& str) { in expect2()
2378 void NumberFormatTest::expect2(NumberFormat* fmt, const Formattable& n, in expect2()
2389 void NumberFormatTest::expect(NumberFormat& fmt, const UnicodeString& str, const Formattable& n) { in expect()
2410 void NumberFormatTest::expect_rbnf(NumberFormat& fmt, const UnicodeString& str, const Formattable& … in expect_rbnf()
2427 void NumberFormatTest::expect_rbnf(NumberFormat& fmt, const Formattable& n, in expect_rbnf()
2463 void NumberFormatTest::expect(NumberFormat& fmt, const Formattable& n, in expect()
2501 void NumberFormatTest::expect(NumberFormat* fmt, const Formattable& n, in expect()
2512 void NumberFormatTest::expectCurrency(NumberFormat& nf, const Locale& locale, in expectCurrency()
2553 void NumberFormatTest::expectPat(DecimalFormat& fmt, const UnicodeString& exp) { in expectPat()
2563 void NumberFormatTest::expectPad(DecimalFormat& fmt, const UnicodeString& pat, in expectPad()
2567 void NumberFormatTest::expectPad(DecimalFormat& fmt, const UnicodeString& pat, in expectPad()
2571 void NumberFormatTest::expectPad(DecimalFormat& fmt, const UnicodeString& pat, in expectPad()
2598 void NumberFormatTest::TestJB3832(){ in TestJB3832()
2621 void NumberFormatTest::TestHost() in TestHost()
2659 void NumberFormatTest::TestHostClone() in TestHostClone()
2691 void NumberFormatTest::TestCurrencyFormat() in TestCurrencyFormat()
2750 void NumberFormatTest::TestRounding() { in TestRounding()
2777 void NumberFormatTest::checkRounding(DecimalFormat* df, double base, int iterations, double increme… in checkRounding()
2793 double NumberFormatTest::checkRound(DecimalFormat* df, double iValue, double lastParsed) { in checkRound()
2819 void NumberFormatTest::TestNonpositiveMultiplier() { in TestNonpositiveMultiplier()
2891 NumberFormatTest::TestSpaceParsing() { in TestSpaceParsing()
2950 void NumberFormatTest::TestNumberingSystems() { in TestNumberingSystems()
3034 NumberFormatTest::TestMultiCurrencySign() { in TestMultiCurrencySign()
3125 NumberFormatTest::TestCurrencyFormatForMixParsing() { in TestCurrencyFormatForMixParsing()
3166 NumberFormatTest::TestDecimalFormatCurrencyParse() { in TestDecimalFormatCurrencyParse()
3213 NumberFormatTest::TestCurrencyIsoPluralFormat() { in TestCurrencyIsoPluralFormat()
3310 NumberFormatTest::TestCurrencyParsing() { in TestCurrencyParsing()
3416 NumberFormatTest::TestParseCurrencyInUCurr() { in TestParseCurrencyInUCurr()
6013 void NumberFormatTest::expectPositions(FieldPositionIterator& iter, int32_t *values, int32_t tupleC… in expectPositions()
6064 void NumberFormatTest::expectPosition(FieldPosition& pos, int32_t id, int32_t start, int32_t limit, in expectPosition()
6072 void NumberFormatTest::TestFieldPositionIterator() { in TestFieldPositionIterator()
6106 void NumberFormatTest::TestFormatAttributes() { in TestFormatAttributes()
6211 void NumberFormatTest::TestDecimal() { in TestDecimal()
6351 void NumberFormatTest::TestCurrencyFractionDigits() { in TestCurrencyFractionDigits()
6376 void NumberFormatTest::TestExponentParse() { in TestExponentParse()
6409 void NumberFormatTest::TestExplicitParents() { in TestExplicitParents()