Lines Matching refs:swappedLength
2985 int32_t i, normalLength, swappedLength;
3029 swappedLength=(int32_t)(pc-swapped);
3037 if(normalLength!=swappedLength) {
3038 log_err("TestEBCDICSwapLFNL error converting to %s - output lengths %d vs. %d\n", name, normalLength, swappedLength);
3066 ucnv_toUnicode(swapCnv, &pu, uSwapped+LENGTHOF(uSwapped), (const char **)&pc, normal+swappedLength, NULL, TRUE, &errorCode);
3067 swappedLength=(int32_t)(pu-uSwapped);
3075 if(normalLength!=swappedLength) {
3076 log_err("TestEBCDICSwapLFNL error converting from %s - output lengths %d vs. %d\n", name, normalLength, swappedLength);