Searched refs:STATE_SETG (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/cjkcodecs/ |
D | _codecs_iso2022.c | 76 #define STATE_SETG(dn, v) do { ((state)->c[dn]) = (v); } while (0) macro 83 #define STATE_SETG0(v) STATE_SETG(0, v) 84 #define STATE_SETG1(v) STATE_SETG(1, v) 85 #define STATE_SETG2(v) STATE_SETG(2, v) 86 #define STATE_SETG3(v) STATE_SETG(3, v) 368 STATE_SETG(designation, charset); in iso2022processesc()
|
/external/python/cpython2/Modules/cjkcodecs/ |
D | _codecs_iso2022.c | 76 #define STATE_SETG(dn, v) ((state)->c[dn]) = (v); macro 83 #define STATE_SETG0(v) STATE_SETG(0, v) 84 #define STATE_SETG1(v) STATE_SETG(1, v) 85 #define STATE_SETG2(v) STATE_SETG(2, v) 86 #define STATE_SETG3(v) STATE_SETG(3, v) 373 STATE_SETG(designation, charset) in iso2022processesc()
|