Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/cjkcodecs/
Dalg_jisx0201.h19 #define JISX0201_K_DECODE(c, assi) \ macro
24 else JISX0201_K_DECODE(c, assi)
D_codecs_jp.c498 else JISX0201_K_DECODE(c, **outbuf) in DECODER()
D_codecs_iso2022.c937 JISX0201_K_DECODE(*data ^ 0x80, u) in jisx0201_k_decoder()