Searched refs:expectedNativeLength (Results 1 – 1 of 1) sorted by relevance
466 int64_t expectedNativeLength = utext_nativeLength(ut); in TestCopyMove() local468 expectedNativeLength += nativeLimit - nativeStart; in TestCopyMove()471 TEST_ASSERT(uti == expectedNativeLength); in TestCopyMove()527 int64_t expectedNativeLength = 0; in TestReplace() local543 expectedNativeLength = utext_nativeLength(ut) + expectedDelta; in TestReplace()545 TEST_ASSERT(uti == expectedNativeLength); in TestReplace()