utfperf.cpp | 47 CHARSET, 54 UOPTION_DEF("charset", '\x01', UOPT_REQUIRES_ARG), 60 "\t--charset Charset for which to test performance, e.g. windows-1251.\n" 62 "\t--chunk Length (in bytes) of charset output chunks. [4096]\n" 72 charset = options[CHARSET].value; 98 const char *charset; member in class:UtfPerformanceTest 126 cnv=ucnv_open(testcase.charset, &errorCode); 128 fprintf(stderr, "error opening converter for \"%s\" - %s\n", testcase.charset, u_errorName(errorCode)) [all...] |