Searched refs:expectedNativeLength (Results 1 – 1 of 1) sorted by relevance
469 int64_t expectedNativeLength = utext_nativeLength(ut); in TestCopyMove() local471 expectedNativeLength += nativeLimit - nativeStart; in TestCopyMove()474 TEST_ASSERT(uti == expectedNativeLength); in TestCopyMove()530 int64_t expectedNativeLength = 0; in TestReplace() local546 expectedNativeLength = utext_nativeLength(ut) + expectedDelta; in TestReplace()548 TEST_ASSERT(uti == expectedNativeLength); in TestReplace()