Searched refs:assertIntEquals (Results 1 – 7 of 7) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
D | uformattedvaluetst.c | 157 assertIntEquals(AAPE_MSG("category"), category, _category); in AssertAllPartsEqual() 161 assertIntEquals(AAPE_MSG("field"), field, _field); in AssertAllPartsEqual() 166 assertIntEquals(AAPE_MSG("start"), start, _start); in AssertAllPartsEqual() 167 assertIntEquals(AAPE_MSG("limit"), limit, _limit); in AssertAllPartsEqual() 171 assertIntEquals(AAPE_MSG("context"), context, _context); in AssertAllPartsEqual() 198 assertIntEquals(message, 0, length); in checkFormattedValueString() 204 assertIntEquals(message, actualLength, length); in checkFormattedValueString() 225 assertIntEquals("category", in checkFormattedValue() 227 assertIntEquals("field", in checkFormattedValue() 231 assertIntEquals("start", in checkFormattedValue() [all …]
|
D | unumberformattertst.c | 106 assertIntEquals("Field position should be correct", 14, ufpos.beginIndex); in TestSkeletonFormatToFields() 107 assertIntEquals("Field position should be correct", 15, ufpos.endIndex); in TestSkeletonFormatToFields() 160 … assertIntEquals("Grouping separator begin index", expected.beginIndex, actual.beginIndex); in TestSkeletonFormatToFields() 161 assertIntEquals("Grouping separator end index", expected.endIndex, actual.endIndex); in TestSkeletonFormatToFields() 163 assertIntEquals("Should have seen all grouping separators", 4, i); in TestSkeletonFormatToFields() 253 assertIntEquals("Should have set error code", U_NUMBER_SKELETON_SYNTAX_ERROR, ec); in TestSkeletonParseError() 254 assertIntEquals("Should have correct skeleton error offset", 17, perror.offset); in TestSkeletonParseError()
|
D | cintltst.h | 148 U_CFUNC UBool assertIntEquals(const char* msg, int64_t expected, int64_t actual);
|
D | crelativedateformattest.c | 481 assertIntEquals("String length", ulenexp, ulenget); in TestNumericField() 536 assertIntEquals("String length", ulenexp, ulenget); in TestNumericField()
|
D | cintltst.c | 732 U_CFUNC UBool assertIntEquals(const char* message, int64_t expected, int64_t actual) { in assertIntEquals() function
|
D | cloctst.c | 844 assertIntEquals("countAvailable() should be same in old and new methods", in TestGetAvailableLocalesByType() 853 assertIntEquals("String length should be correct", uprv_strlen(old), len); in TestGetAvailableLocalesByType() 892 assertIntEquals("Should return as many strings as claimed", in TestGetAvailableLocalesByType() 901 assertIntEquals("After reset, should return as many strings as claimed", in TestGetAvailableLocalesByType()
|
D | cnumtst.c | 2333 assertIntEquals("Result with case sensitive", 100, (int64_t)result); in TestParseCaseSensitive() 2338 assertIntEquals("Position with case sensitive", 1, ppos); in TestParseCaseSensitive() 2339 assertIntEquals("Result with case sensitive", 1, (int64_t)result); in TestParseCaseSensitive()
|