Searched refs:expectedNativeLength (Results 1 – 2 of 2) sorted by relevance
460 int64_t expectedNativeLength = utext_nativeLength(ut); in TestCopyMove() local462 expectedNativeLength += nativeLimit - nativeStart; in TestCopyMove()465 TEST_ASSERT(uti == expectedNativeLength); in TestCopyMove()521 int64_t expectedNativeLength = 0; in TestReplace() local537 expectedNativeLength = utext_nativeLength(ut) + expectedDelta; in TestReplace()539 TEST_ASSERT(uti == expectedNativeLength); in TestReplace()
462 int64_t expectedNativeLength = utext_nativeLength(ut); in TestCopyMove() local464 expectedNativeLength += nativeLimit - nativeStart; in TestCopyMove()467 TEST_ASSERT(uti == expectedNativeLength); in TestCopyMove()523 int64_t expectedNativeLength = 0; in TestReplace() local539 expectedNativeLength = utext_nativeLength(ut) + expectedDelta; in TestReplace()541 TEST_ASSERT(uti == expectedNativeLength); in TestReplace()