Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dutxttest.cpp519 int32_t expectedDelta = repStr.length() - (nativeLimit - nativeStart); in TestReplace() local
520 TEST_ASSERT(actualDelta == expectedDelta); in TestReplace()
546 expectedNativeLength = utext_nativeLength(ut) + expectedDelta; in TestReplace()