Searched refs:assertIntEquals (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | unumberformattertst.c | 92 assertIntEquals("Field position should be correct", 14, ufpos.beginIndex); in TestSkeletonFormatToFields() 93 assertIntEquals("Field position should be correct", 15, ufpos.endIndex); in TestSkeletonFormatToFields() 145 … assertIntEquals("Grouping separator begin index", expected.beginIndex, actual.beginIndex); in TestSkeletonFormatToFields() 146 assertIntEquals("Grouping separator end index", expected.endIndex, actual.endIndex); in TestSkeletonFormatToFields() 148 assertIntEquals("Should have seen all grouping separators", 4, i); in TestSkeletonFormatToFields()
|
D | cintltst.h | 148 U_CFUNC UBool assertIntEquals(const char* msg, int64_t expected, int64_t actual);
|
D | cintltst.c | 732 U_CFUNC UBool assertIntEquals(const char* message, int64_t expected, int64_t actual) { in assertIntEquals() function
|