Searched refs:ucnvsel_openFromSerialized (Results 1 – 4 of 4) sorted by relevance
129 ucnvsel_openFromSerialized(const void* buffer, int32_t length, UErrorCode* status);
694 #define ucnvsel_openFromSerialized U_ICU_ENTRY_POINT_RENAME(ucnvsel_openFromSerialized) macro
368 sel = ucnvsel_openFromSerialized(new_buffer, ser_len, status); in serializeAndUnserialize()
463 ucnvsel_openFromSerialized(const void* buffer, int32_t length, UErrorCode* status) { in ucnvsel_openFromSerialized() function