Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/iconv/ces/
Deuc.c61 } euc_data_t; typedef
103 euc_data_t *data; in euc_from_ucs_init()
105 if ((data = (euc_data_t *)calloc (1, sizeof (euc_data_t))) == NULL) in euc_from_ucs_init()
169 if (((euc_data_t *)data)->data[i] != NULL) in euc_from_ucs_close()
171 ((euc_data_t *)data)->data[i]); in euc_from_ucs_close()
189 euc_data_t *d = (euc_data_t *)data; in euc_convert_from_ucs()
258 euc_data_t *data; in euc_to_ucs_init()
260 if ((data = (euc_data_t *)calloc (1, sizeof (euc_data_t))) == NULL) in euc_to_ucs_init()
324 if (((euc_data_t *)data)->data[i] != NULL) in euc_to_ucs_close()
326 ((euc_data_t *)data)->data[i]); in euc_to_ucs_close()
[all …]