Searched defs:cnv_open (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dconvtest.cpp424 cnv.adoptInstead(cnv_open(charset, errorCode));
558 cnv.adoptInstead(cnv_open(cnvNames[i], errorCode));
654 ConversionTest::cnv_open(const char *name, UErrorCode &errorCode) { function in class:ConversionTest
951 LocalUConverterPointer cnv(cnv_open(cc.charset, errorCode));
1358 cnv=cnv_open(cc.charset, errorCode);
/external/icu/icu4c/source/test/intltest/
H A Dconvtest.cpp451 cnv.adoptInstead(cnv_open(charset, errorCode));
585 cnv.adoptInstead(cnv_open(cnvNames[i], errorCode));
681 ConversionTest::cnv_open(const char *name, UErrorCode &errorCode) { function in class:ConversionTest
978 LocalUConverterPointer cnv(cnv_open(cc.charset, errorCode));
1385 cnv=cnv_open(cc.charset, errorCode);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dccapitst.c44 cnv_open(const char *name, UErrorCode *pErrorCode) { function
2914 UConverter *cnv = cnv_open(converter[idx].name, &status);
/external/icu/icu4c/source/test/cintltst/
H A Dccapitst.c44 cnv_open(const char *name, UErrorCode *pErrorCode) { function
2918 UConverter *cnv = cnv_open(converter[idx].name, &status);

Completed in 129 milliseconds