Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Dutxttest.cpp461 int64_t expectedNativeLength = utext_nativeLength(ut); in TestCopyMove() local
463 expectedNativeLength += nativeLimit - nativeStart; in TestCopyMove()
466 TEST_ASSERT(uti == expectedNativeLength); in TestCopyMove()
522 int64_t expectedNativeLength = 0; in TestReplace() local
538 expectedNativeLength = utext_nativeLength(ut) + expectedDelta; in TestReplace()
540 TEST_ASSERT(uti == expectedNativeLength); in TestReplace()