Searched refs:ucnvsel_close (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/common/unicode/
H A Ducnvsel.h92 ucnvsel_close(UConverterSelector *sel);
100 * "Smart pointer" class, closes a UConverterSelector via ucnvsel_close().
107 U_DEFINE_LOCAL_OPEN_POINTER(LocalUConverterSelectorPointer, UConverterSelector, ucnvsel_close);
H A Durename.h694 #define ucnvsel_close U_ICU_ENTRY_POINT_RENAME(ucnvsel_close) macro
/external/icu4c/test/cintltst/
H A Ducnvseltst.c367 ucnvsel_close(sel);
439 ucnvsel_close(sel_rt);
493 ucnvsel_close(sel_rt);
494 ucnvsel_close(sel_fb);
/external/icu4c/common/
H A Ducnvsel.cpp180 newSelector->encodings[0] = NULL; // now we can call ucnvsel_close()
227 ucnvsel_close(UConverterSelector *sel) { function
571 ucnvsel_close(sel);

Completed in 273 milliseconds