Home
last modified time | relevance | path

Searched refs:uSwapped (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dccapitst.c3063 UChar uNormal[32], uSwapped[32]; in testSwap() local
3148 pu=uSwapped; in testSwap()
3149 …ucnv_toUnicode(swapCnv, &pu, uSwapped+UPRV_LENGTHOF(uSwapped), (const char **)&pc, normal+swappedL… in testSwap()
3150 swappedLength=(int32_t)(pu-uSwapped); in testSwap()
3173 if(u!=uSwapped[i]) { in testSwap()
3174 …LFNL error converting from %s - did not swap properly, output[%d]=U+%04x\n", name, i, uSwapped[i]); in testSwap()