Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dccapitst.c3050 UConverter *cnv, *swapCnv; in testSwap() local
3060 swapCnv=ucnv_open(swapped, &errorCode); in testSwap()
3068 swappedName=ucnv_getName(swapCnv, &errorCode); in testSwap()
3088 …ucnv_fromUnicode(swapCnv, &pc, swapped+UPRV_LENGTHOF(swapped), &pcu, text+UPRV_LENGTHOF(text), NUL… in testSwap()
3126 …ucnv_toUnicode(swapCnv, &pu, uSwapped+UPRV_LENGTHOF(uSwapped), (const char **)&pc, normal+swappedL… in testSwap()
3159 ucnv_close(swapCnv); in testSwap()