Lines Matching refs:euc_data_t
65 } euc_data_t; typedef
107 euc_data_t *data; in euc_from_ucs_init()
109 if ((data = (euc_data_t *)calloc (1, sizeof (euc_data_t))) == NULL) in euc_from_ucs_init()
173 if (((euc_data_t *)data)->data[i] != NULL) in euc_from_ucs_close()
175 ((euc_data_t *)data)->data[i]); in euc_from_ucs_close()
193 euc_data_t *d = (euc_data_t *)data; in euc_convert_from_ucs()
262 euc_data_t *data; in euc_to_ucs_init()
264 if ((data = (euc_data_t *)calloc (1, sizeof (euc_data_t))) == NULL) in euc_to_ucs_init()
328 if (((euc_data_t *)data)->data[i] != NULL) in euc_to_ucs_close()
330 ((euc_data_t *)data)->data[i]); in euc_to_ucs_close()
347 euc_data_t *d = (euc_data_t *)data; in euc_convert_to_ucs()
426 return ((euc_data_t *)data)->mb_cur_max; in euc_get_mb_cur_max()