Home | History | Annotate | Download | only in intltest

Lines Matching refs:kLong

375             if (af.getType() == Formattable::kLong)
421 if (af.getType() == Formattable::kLong ||
841 if (n.getType() != Formattable::kLong ||
938 if (U_FAILURE(status) || n.getType() != Formattable::kLong ||
962 if (U_FAILURE(status) || n.getType() != Formattable::kLong || n.getLong() != -5) {
982 if (U_FAILURE(status) || n.getType() != Formattable::kLong || n.getLong() != -5) {
1002 if (U_FAILURE(status) ||n.getType() != Formattable::kLong ||
1015 if (U_FAILURE(status) ||n.getType() != Formattable::kLong ||
1089 if (U_FAILURE(status) ||n.getType() != Formattable::kLong ||
2344 if (a.getType() == Formattable::kLong) {
2351 if (b.getType() == Formattable::kLong) {
2357 if (b.getType() == Formattable::kLong) {
2939 result.getType() == Formattable::kLong &&
3111 (parseRes.getType() == Formattable::kLong &&
3203 (result.getType() == Formattable::kLong &&
3293 (parseResult.getType() == Formattable::kLong &&
3394 (parseResult.getType() == Formattable::kLong &&
6248 ASSERT_EQUALS( Formattable::kLong, f.getType());