Home
last modified time | relevance | path

Searched defs:__conv_desc (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/iconv_modules/ko/common/
H A Dutf_iso2022.h44 typedef struct __conv_desc { struct
45 unsigned short ci, v, cf;
46 enum { E, CI, V, CF } prev_state;
47 char designated;
48 enum { ASCII, WANSUNG } state;
H A Dutf_nbyte.h33 typedef struct __conv_desc { struct
34 unsigned short ci, v, cf;
35 enum { E, CI, V, CF } prev_state;
36 enum { ASCII, WANSUNG } state;
H A Dutf_johap.h33 typedef struct __conv_desc { struct
34 unsigned short ci, v, cf;
35 enum { E, CI, V, CF } prev_state;
H A Dutf_johap92.h44 typedef struct __conv_desc { struct
45 unsigned short ci, v, cf;
46 enum { E, CI, V, CF } prev_state;
H A Dutf_euc.h43 typedef struct __conv_desc { struct
44 unsigned short ci, v, cf;
45 enum { E, CI, V, CF } prev_state;
H A Diso2022_utf.h34 typedef struct __conv_desc { struct
35 enum { NDY, KSC5601 } designator;
36 enum { ASCII, WANSUNG } state;
H A Dnbyte_utf.h33 typedef struct __conv_desc { struct
34 int cur_stat;
35 int cur_act;
36 char hbuf[5];
H A Dnbyte_euc.h34 typedef struct __conv_desc { struct
35 int cur_stat;
36 int cur_act;
37 char hbuf[5];
H A Diso_to_utf_main.c36 typedef struct __conv_desc { struct
37 enum { NOT_DEFINED_YET, KSC5601 } designator;
38 enum { ASCII, HANGUL } state;
H A Dutf_to_iso_main.c38 typedef struct __conv_desc { struct
39 enum { NOT_DEFINED_YET, KSC5601 } designator;
40 enum { ASCII, HANGUL } state;
H A Diso2022-7_to_euc.c47 typedef struct __conv_desc { struct
48 enum { NDY, KSC5601 } designator;
49 enum { ASCII, WANSUNG } state;
H A Deuc_to_iso2022-7.c47 typedef struct __conv_desc { struct
48 char designated;
49 enum { ASCII, WANSUNG } state;
H A Dutf8_to_utf8_main.c36 typedef struct __conv_desc { struct
37 char dummy;