Home
last modified time | relevance | path

Searched refs:WRITE4 (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Modules/cjkcodecs/
D_codecs_cn.c361 WRITE4('~', '{', code >> 8, code & 0xff) in ENCODER()
D_codecs_iso2022.c240 WRITE4(ESC, '$', '(', in ENCODER()
255 WRITE4(ESC, '$', ')', in ENCODER()
Dcjkcodecs.h141 #define WRITE4(c1, c2, c3, c4) \ macro