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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
_codecs_iso2022.c 93 #define ISO2022_CONFIG ((const struct iso2022_config *)config)
94 #define CONFIG_ISSET(flag) (ISO2022_CONFIG->flags & (flag))
95 #define CONFIG_DESIGNATIONS (ISO2022_CONFIG->designations)
97 /* iso2022_config.flags */
117 struct iso2022_config { struct
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
_codecs_iso2022.c 93 #define ISO2022_CONFIG ((const struct iso2022_config *)config)
94 #define CONFIG_ISSET(flag) (ISO2022_CONFIG->flags & (flag))
95 #define CONFIG_DESIGNATIONS (ISO2022_CONFIG->designations)
97 /* iso2022_config.flags */
117 struct iso2022_config { struct
    [all...]
  /external/python/cpython2/Modules/cjkcodecs/
_codecs_iso2022.c 93 #define ISO2022_CONFIG ((const struct iso2022_config *)config)
94 #define CONFIG_ISSET(flag) (ISO2022_CONFIG->flags & (flag))
95 #define CONFIG_DESIGNATIONS (ISO2022_CONFIG->designations)
97 /* iso2022_config.flags */
117 struct iso2022_config { struct
1063 static const struct iso2022_config iso2022_##var##_config = { \
    [all...]
  /external/python/cpython3/Modules/cjkcodecs/
_codecs_iso2022.c 93 #define ISO2022_CONFIG ((const struct iso2022_config *)config)
94 #define CONFIG_ISSET(flag) (ISO2022_CONFIG->flags & (flag))
95 #define CONFIG_DESIGNATIONS (ISO2022_CONFIG->designations)
97 /* iso2022_config.flags */
117 struct iso2022_config { struct
1081 static const struct iso2022_config iso2022_##var##_config = { \
    [all...]

Completed in 160 milliseconds