Searched refs:biccsp (Results 1 – 1 of 1) sorted by relevance
94 const iconv_ccs_t *biccsp = NULL; in table_init_from_ucs() local100 biccsp = _iconv_ccs[i]; in table_init_from_ucs()104 if (biccsp != NULL) in table_init_from_ucs()106 if (biccsp->from_ucs == NULL in table_init_from_ucs()112 ccsp->bits = biccsp->bits; in table_init_from_ucs()113 ccsp->optimization = biccsp->from_ucs_type; in table_init_from_ucs()114 ccsp->tbl = biccsp->from_ucs; in table_init_from_ucs()175 const iconv_ccs_t *biccsp = NULL; in table_init_to_ucs() local181 biccsp = _iconv_ccs[i]; in table_init_to_ucs()185 if (biccsp != NULL) in table_init_to_ucs()[all …]