Searched defs:__conv_desc (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/lib/iconv_modules/ko/common/ |
H A D | utf_iso2022.h | 44 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 D | utf_nbyte.h | 33 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 D | utf_johap.h | 33 typedef struct __conv_desc { struct 34 unsigned short ci, v, cf; 35 enum { E, CI, V, CF } prev_state;
|
H A D | utf_johap92.h | 44 typedef struct __conv_desc { struct 45 unsigned short ci, v, cf; 46 enum { E, CI, V, CF } prev_state;
|
H A D | utf_euc.h | 43 typedef struct __conv_desc { struct 44 unsigned short ci, v, cf; 45 enum { E, CI, V, CF } prev_state;
|
H A D | iso2022_utf.h | 34 typedef struct __conv_desc { struct 35 enum { NDY, KSC5601 } designator; 36 enum { ASCII, WANSUNG } state;
|
H A D | nbyte_utf.h | 33 typedef struct __conv_desc { struct 34 int cur_stat; 35 int cur_act; 36 char hbuf[5];
|
H A D | nbyte_euc.h | 34 typedef struct __conv_desc { struct 35 int cur_stat; 36 int cur_act; 37 char hbuf[5];
|
H A D | iso_to_utf_main.c | 36 typedef struct __conv_desc { struct 37 enum { NOT_DEFINED_YET, KSC5601 } designator; 38 enum { ASCII, HANGUL } state;
|
H A D | utf_to_iso_main.c | 38 typedef struct __conv_desc { struct 39 enum { NOT_DEFINED_YET, KSC5601 } designator; 40 enum { ASCII, HANGUL } state;
|
H A D | iso2022-7_to_euc.c | 47 typedef struct __conv_desc { struct 48 enum { NDY, KSC5601 } designator; 49 enum { ASCII, WANSUNG } state;
|
H A D | euc_to_iso2022-7.c | 47 typedef struct __conv_desc { struct 48 char designated; 49 enum { ASCII, WANSUNG } state;
|
H A D | utf8_to_utf8_main.c | 36 typedef struct __conv_desc { struct 37 char dummy;
|