HomeSort by relevance Sort by last modified time
    Searched full:expectednativelength (Results 1 - 1 of 1) sorted by null

  /external/icu4c/test/intltest/
utxttest.cpp 459 int64_t expectedNativeLength = utext_nativeLength(ut);
461 expectedNativeLength += nativeLimit - nativeStart;
464 TEST_ASSERT(uti == expectedNativeLength);
520 int64_t expectedNativeLength = 0;
536 expectedNativeLength = utext_nativeLength(ut) + expectedDelta;
538 TEST_ASSERT(uti == expectedNativeLength);
    [all...]

Completed in 43 milliseconds