Lines Matching refs:u_strcmp
97 if(u_strcmp(unewp, unewpat) != 0) in TestPatterns()
111 if (u_strcmp(str, unum) != 0) in TestPatterns()
152 if(u_strcmp(str, res) != 0) in TestQuotes()
181 if(u_strcmp(str, res) != 0) in TestQuotes()
283 if(u_strcmp(str, uvalfor) != 0) in TestExponential()
313 if(u_strcmp(str, ulvalfor) != 0) in TestExponential()
380 if (u_strcmp(str, res) !=0) log_data_err("FAIL: Expected $1,234.56\n"); in TestCurrencySign()
401 if (u_strcmp(str, res) != 0) log_data_err("FAIL: Expected -$1,234.56\n"); in TestCurrencySign()
447 if (u_strcmp(str, res) != 0){ in TestCurrency()
513 if (u_strcmp(str, res) != 0){ in TestCurrencyPreEuro()
599 if (u_strcmp(str, res) != 0){ in TestCurrencyObject()
664 if (u_strcmp(out, res) != 0) in roundingTest()
732 if ((u_strcmp(resultBuffer, buffer) != 0) || U_FAILURE(status)) in TestSecondaryGrouping()
742 if ((u_strcmp(resultBuffer, buffer) != 0) || U_FAILURE(status)) in TestSecondaryGrouping()
756 if ((u_strcmp(resultBuffer, buffer) != 0) || U_FAILURE(status)) in TestSecondaryGrouping()
763 if ((u_strcmp(resultBuffer, buffer) != 0) || U_FAILURE(status)) in TestSecondaryGrouping()
865 if(u_strcmp(currBuffer, result) != 0) { in TestCurrencyKeywords()
1094 if (u_strcmp(out, res) != 0) in roundingTest2()