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

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcnormtst.c760 int32_t i, length, inLength, expectLength, hangulPrefixLength, preflightLength; local
888 preflightLength=unorm_normalize(input, inLength,
913 if(length!=preflightLength) {
914 log_err("error unorm_normalize(long input, UNORM_NFKC)==%ld but preflightLength==%ld\n", length, preflightLength);
/external/icu4c/test/cintltst/
H A Dcnormtst.c764 int32_t i, length, inLength, expectLength, hangulPrefixLength, preflightLength; local
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);

Completed in 96 milliseconds