Home | History | Annotate | Download | only in intltest

Lines Matching full:expectednativelength

460         int64_t expectedNativeLength = utext_nativeLength(ut);
462 expectedNativeLength += nativeLimit - nativeStart;
465 TEST_ASSERT(uti == expectedNativeLength);
521 int64_t expectedNativeLength = 0;
537 expectedNativeLength = utext_nativeLength(ut) + expectedDelta;
539 TEST_ASSERT(uti == expectedNativeLength);