• Home
  • Raw
  • Download

Lines Matching refs:u_strcmp

300     if(u_strcmp(result, temp1)==0)  in TestNumberFormat()
332 if(result && u_strcmp(result, temp1)==0) in TestNumberFormat()
384 if (result && u_strcmp(result, temp1)==0) { in TestNumberFormat()
413 if (u_strcmp(temp2, temp)==0) { in TestNumberFormat()
527 if(u_strcmp(result, temp1)!=0) in TestNumberFormat()
596 if(U_FAILURE(status) || u_strcmp(temp1, temp2) != 0) in TestNumberFormat()
627 if(u_strcmp(result, temp1) != 0) { in TestNumberFormat()
686 if(u_strcmp(suffix,temp)!=0) in TestNumberFormat()
707 if(u_strcmp(prefix, temp)!=0) in TestNumberFormat()
723 if(u_strcmp(prefix, temp)!=0) in TestNumberFormat()
740 if(u_strcmp(suffix, temp)!=0) in TestNumberFormat()
757 if(u_strcmp(suffix, temp)!=0) in TestNumberFormat()
1249 if(u_strcmp(result, temp)==0) in TestSignificantDigits()
1288 if(u_strcmp(result, expected)!=0) in TestSigDigRounding()
1381 if(u_strcmp(result, temp1)==0) in TestNumberFormatPadding()
1707 if (u_strcmp(currencySymbol, QQQ) != 0) { in TestNonExistentCurrency()
1820 if ( len != 3 || u_strcmp(fmtbuf, nansym) != 0 ) { in TestRBNFFormat()
1848 if (u_strcmp(expectedBuf, fmtbuf) != 0) { in TestRBNFRounding()
1868 if (u_strcmp(expectedBuf, fmtbuf) != 0) { in TestRBNFRounding()
1960 if (u_strcmp(expectedNeg, ubuffer) == 0) { in TestTextAttributeCrash()
1968 if (u_strcmp(expectedPos, ubuffer) == 0) { in TestTextAttributeCrash()
2110 if (u_strcmp(buffer,buffer_cloned)) { in TestCloneWithRBNF()
2234 if(U_FAILURE(status) || u_strcmp(expect, result1)) { in TestMaxInt()
2242 if(U_FAILURE(status) || u_strcmp(expect, result2)) { in TestMaxInt()
2266 if(U_FAILURE(status) || u_strcmp(expect, result1)) { in TestMaxInt()
2274 if(U_FAILURE(status) || u_strcmp(expect, result2)) { in TestMaxInt()
2501 if ( U_FAILURE(status) || u_strcmp(ubuf, itemPtr->description) != 0 ) { in TestUNumberingSystem()
2772 if(resultLen != expectLen || u_strcmp(result, expect) != 0) { in TestCurrencyUsage()
2809 } else if (u_strcmp(ubuf, currFmtToPatExpected) != 0) { in TestCurrFmtNegSameAsPositive()
2817 } else if (u_strcmp(ubuf, currFmtResultExpected) != 0) { in TestCurrFmtNegSameAsPositive()
3378 } else if (u_strcmp(ubuf,itemPtr->expPattern)!=0) { in TestSetMaxFracAndRoundIncr()
3388 } else if (u_strcmp(ubuf,itemPtr->expFormat)!=0) { in TestSetMaxFracAndRoundIncr()
3434 } else if (u_strcmp(ubuf, u"24") != 0) { in TestIgnorePadding()
3510 } else if (u_strcmp(ubuf, u"10") != 0) { in TestMinIntMinFracZero()
3519 } else if (u_strcmp(ubuf, u".9") != 0) { in TestMinIntMinFracZero()
3528 } else if (u_strcmp(ubuf, u"0") != 0) { in TestMinIntMinFracZero()
3551 } else if (u_strcmp(ubuf, u"$10") != 0) { in TestMinIntMinFracZero()
3560 } else if (u_strcmp(ubuf, u"$.9") != 0) { in TestMinIntMinFracZero()
3569 } else if (u_strcmp(ubuf, u"$0") != 0) { in TestMinIntMinFracZero()