Searched refs:expectedNativeLength (Results 1 – 1 of 1) sorted by relevance
463 int64_t expectedNativeLength = utext_nativeLength(ut); in TestCopyMove() local465 expectedNativeLength += nativeLimit - nativeStart; in TestCopyMove()468 TEST_ASSERT(uti == expectedNativeLength); in TestCopyMove()524 int64_t expectedNativeLength = 0; in TestReplace() local540 expectedNativeLength = utext_nativeLength(ut) + expectedDelta; in TestReplace()542 TEST_ASSERT(uti == expectedNativeLength); in TestReplace()