Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Deurocreg.c128 UConverter* myConv = ucnv_open(convertersToCheck[i], &err); in TestEuroRegression() local
133 if (isEuroAware(myConv)) in TestEuroRegression()
137 ucnv_close(myConv); in TestEuroRegression()
142 UBool isEuroAware(UConverter* myConv) in isEuroAware() argument
151 targetSize = ucnv_fromUChars(myConv, in isEuroAware()
162 euroBackSize = ucnv_toUChars(myConv, in isEuroAware()