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.cpp422 UConverter *cvrtr; // An ICU code page converter. in UnixConvert()
426 cvrtr = ucnv_open("utf-8", &status); // we are just doing UTF-8 locales for now. in UnixConvert()
433 int sizeNeeded = ucnv_fromUChars(cvrtr, in UnixConvert()
445 sizeNeeded = ucnv_fromUChars(cvrtr, in UnixConvert()
457 ucnv_close(cvrtr); in UnixConvert()
/external/icu/icu4c/source/test/perf/collationperf/
Dcollperf.cpp1162 UConverter *cvrtr; // An ICU code page converter. in UnixConvert() local
1166 cvrtr = ucnv_open("utf-8", &status); // we are just doing UTF-8 locales for now. in UnixConvert()
1173 int sizeNeeded = ucnv_fromUChars(cvrtr, in UnixConvert()
1185 sizeNeeded = ucnv_fromUChars(cvrtr, in UnixConvert()
1197 ucnv_close(cvrtr); in UnixConvert()