Home | History | Annotate | Download | only in cintltst

Lines Matching refs:preflightLength

764     int32_t i, length, inLength, expectLength, hangulPrefixLength, preflightLength;
892 preflightLength=unorm_normalize(input, inLength,
917 if(length!=preflightLength) {
918 log_err("error unorm_normalize(long input, UNORM_NFKC)==%ld but preflightLength==%ld\n", length, preflightLength);