Lines Matching refs:kLong
378 if (af.getType() == Formattable::kLong)
424 if (af.getType() == Formattable::kLong ||
844 if (n.getType() != Formattable::kLong ||
941 if (U_FAILURE(status) || n.getType() != Formattable::kLong ||
965 if (U_FAILURE(status) || n.getType() != Formattable::kLong || n.getLong() != -5) {
985 if (U_FAILURE(status) || n.getType() != Formattable::kLong || n.getLong() != -5) {
1005 if (U_FAILURE(status) ||n.getType() != Formattable::kLong ||
1018 if (U_FAILURE(status) ||n.getType() != Formattable::kLong ||
1092 if (U_FAILURE(status) ||n.getType() != Formattable::kLong ||
2359 if (a.getType() == Formattable::kLong) {
2366 if (b.getType() == Formattable::kLong) {
2372 if (b.getType() == Formattable::kLong) {
2991 result.getType() == Formattable::kLong &&
3161 (parseRes.getType() == Formattable::kLong &&
3253 (result.getType() == Formattable::kLong &&
3343 (parseResult.getType() == Formattable::kLong &&
3444 (parseResult.getType() == Formattable::kLong &&
6296 ASSERT_EQUALS( Formattable::kLong, f.getType());