Home
last modified time | relevance | path

Searched refs:assertIntEquals (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dunumberformattertst.c92 assertIntEquals("Field position should be correct", 14, ufpos.beginIndex); in TestSkeletonFormatToFields()
93 assertIntEquals("Field position should be correct", 15, ufpos.endIndex); in TestSkeletonFormatToFields()
145assertIntEquals("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()
Dcintltst.h148 U_CFUNC UBool assertIntEquals(const char* msg, int64_t expected, int64_t actual);
Dcintltst.c732 U_CFUNC UBool assertIntEquals(const char* message, int64_t expected, int64_t actual) { in assertIntEquals() function