Lines Matching refs:kLong
838 if (af.getType() == Formattable::kLong) in TestExponential()
884 if (af.getType() == Formattable::kLong || in TestExponential()
1309 if (n.getType() != Formattable::kLong || in TestParse()
1407 if (U_FAILURE(status) || n.getType() != Formattable::kLong || in TestLenientParse()
1431 if (U_FAILURE(status) || n.getType() != Formattable::kLong || n.getLong() != -5) { in TestLenientParse()
1451 if (U_FAILURE(status) || n.getType() != Formattable::kLong || n.getLong() != -5) { in TestLenientParse()
1471 if (U_FAILURE(status) ||n.getType() != Formattable::kLong || in TestLenientParse()
1484 if (U_FAILURE(status) ||n.getType() != Formattable::kLong || in TestLenientParse()
1558 if (U_FAILURE(status) ||n.getType() != Formattable::kLong || in TestLenientParse()
2850 if (a.getType() == Formattable::kLong) { in equalValue()
2857 if (b.getType() == Formattable::kLong) { in equalValue()
2863 if (b.getType() == Formattable::kLong) { in equalValue()
3550 result.getType() == Formattable::kLong && in TestSpaceParsing()
3724 (parseRes.getType() == Formattable::kLong && in TestMultiCurrencySign()
3816 (result.getType() == Formattable::kLong && in TestDecimalFormatCurrencyParse()
3904 (parseResult.getType() == Formattable::kLong && in TestCurrencyIsoPluralFormat()
4019 (parseResult.getType() == Formattable::kLong && in TestCurrencyParsing()
6869 ASSERT_EQUALS( Formattable::kLong, f.getType()); in TestDecimal()
7320 case Formattable::kLong: in testFormattableAsUFormattable()