Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dstrcase.cpp762 int32_t expected8Length = length; // Assuming the previous call worked. in assertGreekUpper() local
769 assertEquals(msg + cap, expected8Length, length); in assertGreekUpper()
771 if (cap < expected8Length) { in assertGreekUpper()
773 } else if (cap == expected8Length) { in assertGreekUpper()
781 if (cap >= expected8Length) { in assertGreekUpper()
782 assertEquals(msg + cap + " (memcmp)", 0, memcmp(dest8, dest8b, expected8Length)); in assertGreekUpper()