HomeSort by relevance Sort by last modified time
    Searched refs:expectedNativeLength (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/test/intltest/
utxttest.cpp 461 int64_t expectedNativeLength = utext_nativeLength(ut);
463 expectedNativeLength += nativeLimit - nativeStart;
466 TEST_ASSERT(uti == expectedNativeLength);
522 int64_t expectedNativeLength = 0;
538 expectedNativeLength = utext_nativeLength(ut) + expectedDelta;
540 TEST_ASSERT(uti == expectedNativeLength);
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
utxttest.cpp 461 int64_t expectedNativeLength = utext_nativeLength(ut);
463 expectedNativeLength += nativeLimit - nativeStart;
466 TEST_ASSERT(uti == expectedNativeLength);
522 int64_t expectedNativeLength = 0;
538 expectedNativeLength = utext_nativeLength(ut) + expectedDelta;
540 TEST_ASSERT(uti == expectedNativeLength);
    [all...]

Completed in 95 milliseconds