Home
last modified time | relevance | path

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

/external/icu4c/test/cintltst/
Dccapitst.c3079 UConverter *cnv, *swapCnv; in testSwap() local
3089 swapCnv=ucnv_open(swapped, &errorCode); in testSwap()
3097 swappedName=ucnv_getName(swapCnv, &errorCode); in testSwap()
3117 …ucnv_fromUnicode(swapCnv, &pc, swapped+LENGTHOF(swapped), &pcu, text+LENGTHOF(text), NULL, TRUE, &… in testSwap()
3155 …ucnv_toUnicode(swapCnv, &pu, uSwapped+LENGTHOF(uSwapped), (const char **)&pc, normal+swappedLength… in testSwap()
3188 ucnv_close(swapCnv); in testSwap()