Home
last modified time | relevance | path

Searched refs:UConverterSelector (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/common/unicode/
Ducnvsel.h49 struct UConverterSelector;
50 typedef struct UConverterSelector UConverterSelector; typedef
75 U_STABLE UConverterSelector* U_EXPORT2
94 ucnvsel_close(UConverterSelector *sel);
109 U_DEFINE_LOCAL_OPEN_POINTER(LocalUConverterSelectorPointer, UConverterSelector, ucnvsel_close);
130 U_STABLE UConverterSelector* U_EXPORT2
148 ucnvsel_serialize(const UConverterSelector* sel,
166 ucnvsel_selectForString(const UConverterSelector* sel,
184 ucnvsel_selectForUTF8(const UConverterSelector* sel,
/external/icu/libandroidicu/include/unicode/
Ducnvsel.h49 struct UConverterSelector;
50 typedef struct UConverterSelector UConverterSelector; typedef
75 U_STABLE UConverterSelector* U_EXPORT2
94 ucnvsel_close(UConverterSelector *sel);
109 U_DEFINE_LOCAL_OPEN_POINTER(LocalUConverterSelectorPointer, UConverterSelector, ucnvsel_close);
130 U_STABLE UConverterSelector* U_EXPORT2
148 ucnvsel_serialize(const UConverterSelector* sel,
166 ucnvsel_selectForString(const UConverterSelector* sel,
184 ucnvsel_selectForUTF8(const UConverterSelector* sel,
/external/icu/icu4c/source/common/
Ducnvsel.cpp51 struct UConverterSelector { struct
62 static void generateSelectorData(UConverterSelector* result, in generateSelectorData() argument
150 U_CAPI UConverterSelector* U_EXPORT2
166 (UConverterSelector*)uprv_malloc(sizeof(UConverterSelector))); in ucnvsel_open()
171 uprv_memset(newSelector.getAlias(), 0, sizeof(UConverterSelector)); in ucnvsel_open()
230 ucnvsel_close(UConverterSelector *sel) { in ucnvsel_close()
283 ucnvsel_serialize(const UConverterSelector* sel, in ucnvsel_serialize()
465 U_CAPI UConverterSelector* U_EXPORT2
551 UConverterSelector* sel = (UConverterSelector*)uprv_malloc(sizeof(UConverterSelector)); in ucnvsel_openFromSerialized()
562 uprv_memset(sel, 0, sizeof(UConverterSelector)); in ucnvsel_openFromSerialized()
[all …]
/external/icu/icu4c/source/test/cintltst/
Ducnvseltst.c350 static UConverterSelector *
351 serializeAndUnserialize(UConverterSelector *sel, char **buffer, UErrorCode *status) { in serializeAndUnserialize()
417 UConverterSelector *sel_rt, *sel_fb; in TestSelector()
/external/icu/libandroidicu/static_shim/
Dshim.cpp1096 void ucnvsel_close_android(UConverterSelector * sel) { in ucnvsel_close_android()
1099 UConverterSelector * ucnvsel_open_android(const char *const * converterList, int32_t converterListS… in ucnvsel_open_android()
1102 UConverterSelector * ucnvsel_openFromSerialized_android(const void * buffer, int32_t length, UError… in ucnvsel_openFromSerialized_android()
1105 UEnumeration * ucnvsel_selectForString_android(const UConverterSelector * sel, const UChar * s, int… in ucnvsel_selectForString_android()
1108 UEnumeration * ucnvsel_selectForUTF8_android(const UConverterSelector * sel, const char * s, int32_… in ucnvsel_selectForUTF8_android()
1111 int32_t ucnvsel_serialize_android(const UConverterSelector * sel, void * buffer, int32_t bufferCapa… in ucnvsel_serialize_android()