Home
last modified time | relevance | path

Searched refs:expectedNativeLength (Results 1 – 2 of 2) sorted by relevance

/external/chromium/third_party/icu/source/test/intltest/
Dutxttest.cpp460 int64_t expectedNativeLength = utext_nativeLength(ut); in TestCopyMove() local
462 expectedNativeLength += nativeLimit - nativeStart; in TestCopyMove()
465 TEST_ASSERT(uti == expectedNativeLength); in TestCopyMove()
521 int64_t expectedNativeLength = 0; in TestReplace() local
537 expectedNativeLength = utext_nativeLength(ut) + expectedDelta; in TestReplace()
539 TEST_ASSERT(uti == expectedNativeLength); in TestReplace()
/external/icu4c/test/intltest/
Dutxttest.cpp462 int64_t expectedNativeLength = utext_nativeLength(ut); in TestCopyMove() local
464 expectedNativeLength += nativeLimit - nativeStart; in TestCopyMove()
467 TEST_ASSERT(uti == expectedNativeLength); in TestCopyMove()
523 int64_t expectedNativeLength = 0; in TestReplace() local
539 expectedNativeLength = utext_nativeLength(ut) + expectedDelta; in TestReplace()
541 TEST_ASSERT(uti == expectedNativeLength); in TestReplace()