Lines Matching refs:kLong
841 if (af.getType() == Formattable::kLong) in TestExponential()
887 if (af.getType() == Formattable::kLong || in TestExponential()
1312 if (n.getType() != Formattable::kLong || in TestParse()
1408 if (U_FAILURE(status) || n.getType() != Formattable::kLong || in TestLenientParse()
1432 if (U_FAILURE(status) || n.getType() != Formattable::kLong || n.getLong() != -5) { in TestLenientParse()
1452 if (U_FAILURE(status) || n.getType() != Formattable::kLong || n.getLong() != -5) { in TestLenientParse()
1472 if (U_FAILURE(status) ||n.getType() != Formattable::kLong || in TestLenientParse()
1485 if (U_FAILURE(status) ||n.getType() != Formattable::kLong || in TestLenientParse()
1559 if (U_FAILURE(status) ||n.getType() != Formattable::kLong || in TestLenientParse()
2852 if (a.getType() == Formattable::kLong) { in equalValue()
2859 if (b.getType() == Formattable::kLong) { in equalValue()
2865 if (b.getType() == Formattable::kLong) { in equalValue()
3552 result.getType() == Formattable::kLong && in TestSpaceParsing()
3726 (parseRes.getType() == Formattable::kLong && in TestMultiCurrencySign()
3818 (result.getType() == Formattable::kLong && in TestDecimalFormatCurrencyParse()
3906 (parseResult.getType() == Formattable::kLong && in TestCurrencyIsoPluralFormat()
4021 (parseResult.getType() == Formattable::kLong && in TestCurrencyParsing()
6871 ASSERT_EQUALS( Formattable::kLong, f.getType()); in TestDecimal()
7322 case Formattable::kLong: in testFormattableAsUFormattable()