Searched refs:expectLength (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/test/cintltst/ |
D | cnormtst.c | 760 int32_t i, length, inLength, expectLength, hangulPrefixLength, preflightLength; in TestNormCoverage() local 847 expectLength=0; in TestNormCoverage() 848 expect[expectLength++]=HANGUL_SYLLABLE; in TestNormCoverage() 850 expect[expectLength++]=HANGUL_SYLLABLE; in TestNormCoverage() 852 expect[expectLength++]=HANGUL_SYLLABLE; in TestNormCoverage() 854 expect[expectLength++]=HANGUL_SYLLABLE; in TestNormCoverage() 856 expect[expectLength++]=HANGUL_SYLLABLE; in TestNormCoverage() 858 expect[expectLength++]=HANGUL_SYLLABLE; in TestNormCoverage() 860 expect[expectLength++]=HANGUL_SYLLABLE; in TestNormCoverage() 862 expect[expectLength++]=HANGUL_SYLLABLE; in TestNormCoverage() [all …]
|
D | ccapitst.c | 2600 int32_t utf8Length, expectLength; in testFromBadUTF8() local 2619 expectLength=char0Length; in testFromBadUTF8() 2629 memcpy(expect+expectLength, char1, char1Length); in testFromBadUTF8() 2630 expectLength+=char1Length; in testFromBadUTF8() 2639 expect, expectLength, in testFromBadUTF8()
|
/external/icu4c/test/intltest/ |
D | tstnorm.h | 56 const UChar32 *expext, int32_t expectLength,
|
D | tstnorm.cpp | 624 const UChar32 *expect, int32_t expectLength, in TestPreviousNext() argument 638 UChar32Iterator iter32(expect, expectLength, expectMiddle); in TestPreviousNext()
|