HomeSort by relevance Sort by last modified time
    Searched refs:USE_JISX0208_EXT (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
_codecs_iso2022.c 100 #define USE_JISX0208_EXT 0x04
316 else if (CONFIG_ISSET(USE_JISX0208_EXT) && i+1 < *inleft &&
349 if (CONFIG_ISSET(USE_JISX0208_EXT) &&
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
_codecs_iso2022.c 100 #define USE_JISX0208_EXT 0x04
316 else if (CONFIG_ISSET(USE_JISX0208_EXT) && i+1 < *inleft &&
349 if (CONFIG_ISSET(USE_JISX0208_EXT) &&
    [all...]
  /external/python/cpython2/Modules/cjkcodecs/
_codecs_iso2022.c 100 #define USE_JISX0208_EXT 0x04
316 else if (CONFIG_ISSET(USE_JISX0208_EXT) && i+1 < *inleft &&
349 if (CONFIG_ISSET(USE_JISX0208_EXT) &&
1076 CONFIGDEF(jp, NO_SHIFT | USE_JISX0208_EXT)
1082 CONFIGDEF(jp_1, NO_SHIFT | USE_JISX0208_EXT)
1089 CONFIGDEF(jp_2, NO_SHIFT | USE_G2 | USE_JISX0208_EXT)
    [all...]
  /external/python/cpython3/Modules/cjkcodecs/
_codecs_iso2022.c 100 #define USE_JISX0208_EXT 0x04
304 else if (CONFIG_ISSET(USE_JISX0208_EXT) && i+1 < *inleft &&
343 if (CONFIG_ISSET(USE_JISX0208_EXT) &&
1094 CONFIGDEF(jp, NO_SHIFT | USE_JISX0208_EXT)
1100 CONFIGDEF(jp_1, NO_SHIFT | USE_JISX0208_EXT)
1107 CONFIGDEF(jp_2, NO_SHIFT | USE_G2 | USE_JISX0208_EXT)
    [all...]

Completed in 6220 milliseconds