Home
last modified time | relevance | path

Searched refs:preflightLength (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcnormtst.c766 int32_t i, length, inLength, expectLength, hangulPrefixLength, preflightLength; in TestNormCoverage() local
894 preflightLength=unorm_normalize(input, inLength, in TestNormCoverage()
919 if(length!=preflightLength) { in TestNormCoverage()
920 …unorm_normalize(long input, UNORM_NFKC)==%ld but preflightLength==%ld\n", length, preflightLength); in TestNormCoverage()