Lines Matching refs:euc_data_t
61 } 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()
343 euc_data_t *d = (euc_data_t *)data; in euc_convert_to_ucs()
422 return ((euc_data_t *)data)->mb_cur_max; in euc_get_mb_cur_max()