OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:expectednativelength
(Results
1 - 1
of
1
) sorted by null
/external/icu4c/test/intltest/
utxttest.cpp
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
);
[
all
...]
Completed in 137 milliseconds