Searched refs:to_ucs (Results 1 – 5 of 5) sorted by relevance
87 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 …]
272 iconv_to_ucs_ces_desc_t to_ucs; member
139 const __uint16_t *to_ucs; /* CCS -> UCS table */ member
187 if (biccsp->to_ucs == NULL in table_init_to_ucs()195 ccsp->tbl = biccsp->to_ucs; in table_init_to_ucs()
997 @dfn{from_ucs} and @dfn{to_ucs} subtables. "from_ucs" subtable maps998 UCS-2 codes to CCS codes, while "to_ucs" subtable maps CCS codes to1007 In case of 8-bit speed-optimized CCS tables the "to_ucs" subtables format is1010 as @emph{Y = to_ucs[X]}.1014 16-bit "to_ucs" table is to use the huge 16-bit array like in case1015 of the 8-bit "to_ucs" table. But almost all the 16-bit CCS tables contain1109 Formats of the "to_ucs" and "from_ucs" subtables are equivalent in case of1210 The .c source files for 8-bit CCS tables have "to_ucs" and "from_ucs"