Searched refs:swapCnv (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | ccapitst.c | 3073 UConverter *cnv, *swapCnv; in testSwap() local 3083 swapCnv=ucnv_open(swapped, &errorCode); in testSwap() 3091 swappedName=ucnv_getName(swapCnv, &errorCode); in testSwap() 3111 …ucnv_fromUnicode(swapCnv, &pc, swapped+UPRV_LENGTHOF(swapped), &pcu, text+UPRV_LENGTHOF(text), NUL… in testSwap() 3149 …ucnv_toUnicode(swapCnv, &pu, uSwapped+UPRV_LENGTHOF(uSwapped), (const char **)&pc, normal+swappedL… in testSwap() 3182 ucnv_close(swapCnv); in testSwap()
|