Searched refs:preflightLength (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | cnormtst.c | 770 int32_t i, length, inLength, expectLength, hangulPrefixLength, preflightLength; in TestNormCoverage() local 898 preflightLength=unorm_normalize(input, inLength, in TestNormCoverage() 923 if(length!=preflightLength) { in TestNormCoverage() 924 …unorm_normalize(long input, UNORM_NFKC)==%ld but preflightLength==%ld\n", length, preflightLength); in TestNormCoverage()
|