Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dunumberformattertst.c70 assertUEquals("Should produce expected string result", u"($444,444)", buffer); in TestSkeletonFormatToString()
77 assertUEquals("Should produce expected string result", u"($5,142)", buffer); in TestSkeletonFormatToString()
84 assertUEquals("Should produce expected string result", u"$988", buffer); in TestSkeletonFormatToString()
198 assertUEquals("Should produce expected string result", u"5,142", buffer); in TestExampleCode()
258 assertUEquals("Should have correct pre context", u"0 measure-unit/", perror.preContext); in TestSkeletonParseError()
259 assertUEquals("Should have correct post context", u"typo", perror.postContext); in TestSkeletonParseError()
280 assertUEquals("Should produce expected string result", u"$3.00", str); in TestToDecimalNumber()
Dunumberrangeformattertst.c69 assertUEquals("Should produce expected string result", u"$3 – $5", str); in TestExampleCode()
153 assertUEquals("Should have correct pre context", u"0 measure-unit/", perror.preContext); in TestSkeletonParseError()
154 assertUEquals("Should have correct post context", u"typo", perror.postContext); in TestSkeletonParseError()
178 assertUEquals("Should produce expected string result", u"$3.00 \u2013 $5.00", str); in TestGetDecimalNumbers()
Dcintltst.h142 U_CFUNC UBool assertUEquals(const char* msg, const UChar* expectedString,
Dcpluralrulestest.c293 assertUEquals("0.20 is plural category 'other' in hr", u"other", buffer); in TestFormatted()
344 assertUEquals("102-201 is plural category 'few' in sl", u"few", buffer); in TestSelectRange()
Dcrelativedateformattest.c480 assertUEquals("String content", ubufexp, ubufget); in TestNumericField()
535 assertUEquals("String content", ubufexp, ubufget); in TestNumericField()
Duformattedvaluetst.c205 assertUEquals(message, expectedString, actualString); in checkFormattedValueString()
Dcintltst.c543 U_CFUNC UBool assertUEquals(const char* message, const UChar* expected, in assertUEquals() function
Dcnumtst.c2296 assertUEquals("Result with sign always shown", u"+42", result); in TestSignAlwaysShown()
2314 assertUEquals("Result with minimum grouping digits A", u"1234", result); in TestMinimumGroupingDigits()
2317 assertUEquals("Result with minimum grouping digits B", u"12,345", result); in TestMinimumGroupingDigits()