Searched refs:cvrtr (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/test/perf/ubrkperf/
H A Dubrkperfold.cpp422 UConverter *cvrtr; // An ICU code page converter.
426 cvrtr = ucnv_open("utf-8", &status); // we are just doing UTF-8 locales for now.
433 int sizeNeeded = ucnv_fromUChars(cvrtr,
445 sizeNeeded = ucnv_fromUChars(cvrtr,
457 ucnv_close(cvrtr);
/external/icu/icu4c/source/test/perf/ubrkperf/
H A Dubrkperfold.cpp422 UConverter *cvrtr; // An ICU code page converter.
426 cvrtr = ucnv_open("utf-8", &status); // we are just doing UTF-8 locales for now.
433 int sizeNeeded = ucnv_fromUChars(cvrtr,
445 sizeNeeded = ucnv_fromUChars(cvrtr,
457 ucnv_close(cvrtr);
/external/chromium_org/third_party/icu/source/test/perf/collationperf/
H A Dcollperf.cpp1162 UConverter *cvrtr; // An ICU code page converter. local
1166 cvrtr = ucnv_open("utf-8", &status); // we are just doing UTF-8 locales for now.
1173 int sizeNeeded = ucnv_fromUChars(cvrtr,
1185 sizeNeeded = ucnv_fromUChars(cvrtr,
1197 ucnv_close(cvrtr);
/external/icu/icu4c/source/test/perf/collationperf/
H A Dcollperf.cpp1162 UConverter *cvrtr; // An ICU code page converter. local
1166 cvrtr = ucnv_open("utf-8", &status); // we are just doing UTF-8 locales for now.
1173 int sizeNeeded = ucnv_fromUChars(cvrtr,
1185 sizeNeeded = ucnv_fromUChars(cvrtr,
1197 ucnv_close(cvrtr);

Completed in 7993 milliseconds