OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cvrtr
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/test/perf/ubrkperf/
ubrkperfold.cpp
422
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/collationperf/
collperf.cpp
1162
UConverter *
cvrtr
; \/\/ An ICU code page converter.
local
[
all
...]
Completed in 162 milliseconds