Lines Matching refs:swappedLength
3045 int32_t i, normalLength, swappedLength;
3089 swappedLength=(int32_t)(pc-swapped);
3097 if(normalLength!=swappedLength) {
3098 log_err("TestEBCDICSwapLFNL error converting to %s - output lengths %d vs. %d\n", name, normalLength, swappedLength);
3126 ucnv_toUnicode(swapCnv, &pu, uSwapped+UPRV_LENGTHOF(uSwapped), (const char **)&pc, normal+swappedLength, NULL, TRUE, &errorCode);
3127 swappedLength=(int32_t)(pu-uSwapped);
3135 if(normalLength!=swappedLength) {
3136 log_err("TestEBCDICSwapLFNL error converting from %s - output lengths %d vs. %d\n", name, normalLength, swappedLength);