Searched refs:ucnvsel_open (Results 1 - 5 of 5) sorted by relevance

/external/icu/icu4c/source/common/unicode/
H A Ducnvsel.h74 ucnvsel_open(const char* const* converterList, int32_t converterListSize,
H A Durename.h693 #define ucnvsel_open U_ICU_ENTRY_POINT_RENAME(ucnvsel_open) macro
/external/icu/icu4c/source/test/cintltst/
H A Ducnvseltst.c103 * ucnvsel_open() does not support "no encodings":
417 sel_rt = ucnvsel_open(encodings, num_encodings,
422 sel_fb = ucnvsel_open(NULL, 0,
427 sel_fb = ucnvsel_open(encodings, num_encodings,
431 sel_fb = ucnvsel_open(encodings, num_encodings,
/external/icu/icu4c/source/test/intltest/
H A Ditutil.cpp376 ucnvsel_open(&encoding, 1, NULL, UCNV_ROUNDTRIP_SET, errorCode));
377 if(errorCode.logIfFailureAndReset("ucnvsel_open()")) {
485 ucnvsel_open(&encoding, 1, NULL, UCNV_ROUNDTRIP_SET, errorCode));
/external/icu/icu4c/source/common/
H A Ducnvsel.cpp23 * a trie is built when you call ucnvsel_open() that
148 ucnvsel_open(const char* const* converterList, int32_t converterListSize, function

Completed in 122 milliseconds