Searched refs:expectedNativeLength (Results 1 – 1 of 1) sorted by relevance
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()