Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/iconv/lib/
Ducsconv.c87 uc->to_ucs.handlers = to_ucs_bices->handlers; in ucs_based_conversion_open()
93 uc->to_ucs.data = to_ucs_bices->handlers->init (from); in ucs_based_conversion_open()
94 if (uc->to_ucs.data == NULL) in ucs_based_conversion_open()
98 uc->to_ucs.data = (void *)&fake_data; in ucs_based_conversion_open()
114 if (uc->to_ucs.data != NULL && uc->to_ucs.handlers->close != NULL) in ucs_based_conversion_open()
115 uc->to_ucs.handlers->close (uc->to_ucs.data); in ucs_based_conversion_open()
134 if (uc->to_ucs.handlers->close != NULL) in ucs_based_conversion_close()
135 res |= uc->to_ucs.handlers->close (uc->to_ucs.data); in ucs_based_conversion_close()
170 ch = uc->to_ucs.handlers->convert_to_ucs (uc->to_ucs.data, in ucs_based_conversion_convert()
242 return uc->to_ucs.handlers->get_mb_cur_max (uc->to_ucs.data); in ucs_based_conversion_get_mb_cur_max()
[all …]
Ducsconv.h272 iconv_to_ucs_ces_desc_t to_ucs; member
/picolibc-3.7.0-3.6.0/newlib/libc/iconv/ccs/
Dccs.h139 const __uint16_t *to_ucs; /* CCS -> UCS table */ member
/picolibc-3.7.0-3.6.0/newlib/libc/iconv/ces/
Dtable.c187 if (biccsp->to_ucs == NULL in table_init_to_ucs()
195 ccsp->tbl = biccsp->to_ucs; in table_init_to_ucs()
/picolibc-3.7.0-3.6.0/newlib/libc/iconv/
Diconv.tex997 @dfn{from_ucs} and @dfn{to_ucs} subtables. "from_ucs" subtable maps
998 UCS-2 codes to CCS codes, while "to_ucs" subtable maps CCS codes to
1007 In case of 8-bit speed-optimized CCS tables the "to_ucs" subtables format is
1010 as @emph{Y = to_ucs[X]}.
1014 16-bit "to_ucs" table is to use the huge 16-bit array like in case
1015 of the 8-bit "to_ucs" table. But almost all the 16-bit CCS tables contain
1109 Formats of the "to_ucs" and "from_ucs" subtables are equivalent in case of
1210 The .c source files for 8-bit CCS tables have "to_ucs" and "from_ucs"