Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dutxttest.cpp469 int64_t expectedNativeLength = utext_nativeLength(ut); in TestCopyMove() local
471 expectedNativeLength += nativeLimit - nativeStart; in TestCopyMove()
474 TEST_ASSERT(uti == expectedNativeLength); in TestCopyMove()
530 int64_t expectedNativeLength = 0; in TestReplace() local
546 expectedNativeLength = utext_nativeLength(ut) + expectedDelta; in TestReplace()
548 TEST_ASSERT(uti == expectedNativeLength); in TestReplace()