Home | History | Annotate | Download | only in cintltst

Lines Matching full:isdecimal

1485 static void test_fmt(UNumberFormat* fmt, UBool isDecimal) {
1511 if (isDecimal ? U_FAILURE(status) : (status != U_UNSUPPORTED_ERROR)) {
1537 if ((val == -1) == isDecimal) {
1542 if (isDecimal && (val2 - val != .5)) {
1550 if (isDecimal ? (status != U_UNSUPPORTED_ERROR) : U_FAILURE(status)) {
1560 if (isDecimal ? (status != U_UNSUPPORTED_ERROR) : U_FAILURE(status)) {
1617 if (isDecimal ? U_FAILURE(status) : (status != U_UNSUPPORTED_ERROR)) {
1622 if (isDecimal ? U_FAILURE(status) : (status != U_UNSUPPORTED_ERROR)) {