Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Deurocreg.c126 UConverter* myConv = ucnv_open(convertersToCheck[i], &err); in TestEuroRegression() local
131 if (isEuroAware(myConv)) in TestEuroRegression()
135 ucnv_close(myConv); in TestEuroRegression()
140 UBool isEuroAware(UConverter* myConv) in isEuroAware() argument
149 targetSize = ucnv_fromUChars(myConv, in isEuroAware()
160 euroBackSize = ucnv_toUChars(myConv, in isEuroAware()