Searched refs:cnvNames (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dconvtest.cpp536 static const char *const cnvNames[]={ local
556 for(i=0; i<LENGTHOF(cnvNames); ++i) {
558 cnv.adoptInstead(cnv_open(cnvNames[i], errorCode));
560 errcheckln(errorCode, "failed to open converter %s - %s", cnvNames[i], u_errorName(errorCode));
566 errln("failed to set the callback on converter %s - %s", cnvNames[i], u_errorName(errorCode));
629 cnvNames[i], which);
641 cnvNames[i], which);
/external/icu/icu4c/source/test/intltest/
H A Dconvtest.cpp563 static const char *const cnvNames[]={ local
583 for(i=0; i<LENGTHOF(cnvNames); ++i) {
585 cnv.adoptInstead(cnv_open(cnvNames[i], errorCode));
587 errcheckln(errorCode, "failed to open converter %s - %s", cnvNames[i], u_errorName(errorCode));
593 errln("failed to set the callback on converter %s - %s", cnvNames[i], u_errorName(errorCode));
656 cnvNames[i], which);
668 cnvNames[i], which);

Completed in 159 milliseconds