Searched refs:isDecimal (Results 1 – 1 of 1) sorted by relevance
1042 static void test_fmt(UNumberFormat* fmt, UBool isDecimal) { in test_fmt() argument1068 if (isDecimal ? U_FAILURE(status) : (status != U_UNSUPPORTED_ERROR)) { in test_fmt()1076 if (isDecimal ? (isLenient != -1) : (isLenient == TRUE)) { in test_fmt()1082 if (isDecimal ? (isLenient != -1) : (isLenient == FALSE)) { in test_fmt()1094 if ((val == -1) == isDecimal) { in test_fmt()1099 if (isDecimal && (val2 - val != .5)) { in test_fmt()1107 if (isDecimal ? (status != U_UNSUPPORTED_ERROR) : U_FAILURE(status)) { in test_fmt()1117 if (isDecimal ? (status != U_UNSUPPORTED_ERROR) : U_FAILURE(status)) { in test_fmt()1174 if (isDecimal ? U_FAILURE(status) : (status != U_UNSUPPORTED_ERROR)) { in test_fmt()1179 if (isDecimal ? U_FAILURE(status) : (status != U_UNSUPPORTED_ERROR)) { in test_fmt()