Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libc/iconv/ces/
Dtable.c94 const iconv_ccs_t *biccsp = NULL; in table_init_from_ucs() local
100 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() local
181 biccsp = _iconv_ccs[i]; in table_init_to_ucs()
185 if (biccsp != NULL) in table_init_to_ucs()
[all …]