Searched refs:assertUEquals (Results 1 – 8 of 8) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | unumberformattertst.c | 70 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()
|
D | unumberrangeformattertst.c | 69 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()
|
D | cintltst.h | 142 U_CFUNC UBool assertUEquals(const char* msg, const UChar* expectedString,
|
D | cpluralrulestest.c | 293 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()
|
D | crelativedateformattest.c | 480 assertUEquals("String content", ubufexp, ubufget); in TestNumericField() 535 assertUEquals("String content", ubufexp, ubufget); in TestNumericField()
|
D | uformattedvaluetst.c | 205 assertUEquals(message, expectedString, actualString); in checkFormattedValueString()
|
D | cintltst.c | 543 U_CFUNC UBool assertUEquals(const char* message, const UChar* expected, in assertUEquals() function
|
D | cnumtst.c | 2296 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()
|