Home | History | Annotate | Download | only in cintltst

Lines Matching defs:normalLength

3040     int32_t i, normalLength, swappedLength;
3079 normalLength=(int32_t)(pc-normal);
3092 if(normalLength!=swappedLength) {
3093 log_err("TestEBCDICSwapLFNL error converting to %s - output lengths %d vs. %d\n", name, normalLength, swappedLength);
3096 for(i=0; i<normalLength; ++i) {
3116 ucnv_toUnicode(cnv, &pu, uNormal+LENGTHOF(uNormal), (const char **)&pc, normal+normalLength, NULL, TRUE, &errorCode);
3117 normalLength=(int32_t)(pu-uNormal);
3130 if(normalLength!=swappedLength) {
3131 log_err("TestEBCDICSwapLFNL error converting from %s - output lengths %d vs. %d\n", name, normalLength, swappedLength);
3134 for(i=0; i<normalLength; ++i) {