Searched refs:uSwapped (Results 1 – 1 of 1) sorted by relevance
3040 UChar uNormal[32], uSwapped[32]; in testSwap() local3125 pu=uSwapped; in testSwap()3126 …ucnv_toUnicode(swapCnv, &pu, uSwapped+UPRV_LENGTHOF(uSwapped), (const char **)&pc, normal+swappedL… in testSwap()3127 swappedLength=(int32_t)(pu-uSwapped); in testSwap()3150 if(u!=uSwapped[i]) { in testSwap()3151 …LFNL error converting from %s - did not swap properly, output[%d]=U+%04x\n", name, i, uSwapped[i]); in testSwap()