Home | History | Annotate | Download | only in cintltst

Lines Matching refs:normalLength

3045     int32_t i, normalLength, swappedLength;
3084 normalLength=(int32_t)(pc-normal);
3097 if(normalLength!=swappedLength) {
3098 log_err("TestEBCDICSwapLFNL error converting to %s - output lengths %d vs. %d\n", name, normalLength, swappedLength);
3101 for(i=0; i<normalLength; ++i) {
3121 ucnv_toUnicode(cnv, &pu, uNormal+UPRV_LENGTHOF(uNormal), (const char **)&pc, normal+normalLength, NULL, TRUE, &errorCode);
3122 normalLength=(int32_t)(pu-uNormal);
3135 if(normalLength!=swappedLength) {
3136 log_err("TestEBCDICSwapLFNL error converting from %s - output lengths %d vs. %d\n", name, normalLength, swappedLength);
3139 for(i=0; i<normalLength; ++i) {