Home
last modified time | relevance | path

Searched refs:assertUEquals (Results 1 – 11 of 11) sorted by relevance

/third_party/icu/icu4c/source/test/cintltst/
Dunumberformattertst.c77 assertUEquals("Should produce expected string result", u"($444,444)", buffer); in TestSkeletonFormatToString()
84 assertUEquals("Should produce expected string result", u"($5,142)", buffer); in TestSkeletonFormatToString()
91 assertUEquals("Should produce expected string result", u"$988", buffer); in TestSkeletonFormatToString()
205 assertUEquals("Should produce expected string result", u"5,142", buffer); in TestExampleCode()
265 assertUEquals("Should have correct pre context", u"0 measure-unit/", perror.preContext); in TestSkeletonParseError()
266 assertUEquals("Should have correct post context", u"typo", perror.postContext); in TestSkeletonParseError()
287 assertUEquals("Should produce expected string result", u"$3.00", str); in TestToDecimalNumber()
419 assertUEquals(message, cases[i].expected, str); in Test21674_State()
456 assertUEquals("Got wrong result", testCases[i].expectedResult, result); in TestNegativeDegrees()
Dunumberrangeformattertst.c70 assertUEquals("Should produce expected string result", u"$3 – $5", str); in TestExampleCode()
155 assertUEquals("Should have correct pre context", u"0 measure-unit/", perror.preContext); in TestSkeletonParseError()
156 assertUEquals("Should have correct post context", u"typo", perror.postContext); in TestSkeletonParseError()
180 assertUEquals("Should produce expected string result", u"$3.00 \u2013 $5.00", str); in TestGetDecimalNumbers()
Dcintltst.h150 U_CFUNC UBool assertUEquals(const char* msg, const UChar* expectedString,
Dcpluralrulestest.c295 assertUEquals("0.20 is plural category 'other' in hr", u"other", buffer); in TestFormatted()
346 assertUEquals("102-201 is plural category 'few' in sl", u"few", buffer); in TestSelectRange()
Dulistfmttest.c279 assertUEquals("TEST ufmtval_getString", u"A and ", str); in TestUList21871_A()
327 assertUEquals("TEST ufmtval_getString", u" and B", str); in TestUList21871_B()
Dcrelativedateformattest.c482 assertUEquals("String content", ubufexp, ubufget); in TestNumericField()
537 assertUEquals("String content", ubufexp, ubufget); in TestNumericField()
Duformattedvaluetst.c205 assertUEquals(message, expectedString, actualString); in checkFormattedValueString()
Dcnumtst.c2311 assertUEquals("Result with sign always shown", u"+42", result); in TestSignAlwaysShown()
2329 assertUEquals("Result with minimum grouping digits A", u"1234", result); in TestMinimumGroupingDigits()
2332 assertUEquals("Result with minimum grouping digits B", u"12,345", result); in TestMinimumGroupingDigits()
3607 assertUEquals("", u"€987,654,321,000,000,000,000,001.00", result); in Test21479_ExactCurrency()
3624 assertUEquals("Wrong result with UNUM_DEFAULT", u"፻፳፫", result); in Test22088_Ethiopic()
3628 assertUEquals("Wrong result with UNUM_NUMBERING_SYSTEM", u"፻፳፫", result); in Test22088_Ethiopic()
3632 assertUEquals("Wrong result with UNUM_NUMBERING_SYSTEM and English", u"123", result); in Test22088_Ethiopic()
Dcintltst.c747 U_CFUNC UBool assertUEquals(const char* message, const UChar* expected, in assertUEquals() function
Dudatpg_test.c823 assertUEquals("Wrong pattern", testCases[i].expectedPattern, actualPattern); in TestRegionOverride()
Dcdattst.c1999 assertUEquals("Wrong formatting result", expectedResult, result); in TestNarrowQuarters()