Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dutxttest.cpp466 int64_t expectedNativeLength = utext_nativeLength(ut); in TestCopyMove() local
468 expectedNativeLength += nativeLimit - nativeStart; in TestCopyMove()
471 TEST_ASSERT(uti == expectedNativeLength); in TestCopyMove()
527 int64_t expectedNativeLength = 0; in TestReplace() local
543 expectedNativeLength = utext_nativeLength(ut) + expectedDelta; in TestReplace()
545 TEST_ASSERT(uti == expectedNativeLength); in TestReplace()