Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/perf/ubrkperf/
Dubrkperfold.cpp427 UConverter *cvrtr; // An ICU code page converter. in UnixConvert()
431 cvrtr = ucnv_open("utf-8", &status); // we are just doing UTF-8 locales for now. in UnixConvert()
438 int sizeNeeded = ucnv_fromUChars(cvrtr, in UnixConvert()
450 sizeNeeded = ucnv_fromUChars(cvrtr, in UnixConvert()
462 ucnv_close(cvrtr); in UnixConvert()
/external/icu/icu4c/source/test/perf/collationperf/
Dcollperf.cpp1166 UConverter *cvrtr; // An ICU code page converter. in UnixConvert() local
1170 cvrtr = ucnv_open("utf-8", &status); // we are just doing UTF-8 locales for now. in UnixConvert()
1177 int sizeNeeded = ucnv_fromUChars(cvrtr, in UnixConvert()
1189 sizeNeeded = ucnv_fromUChars(cvrtr, in UnixConvert()
1201 ucnv_close(cvrtr); in UnixConvert()