HomeSort by relevance Sort by last modified time
    Searched full:decmap (Results 1 - 8 of 8) sorted by null

  /external/python/cpython3/Modules/cjkcodecs/
cjkcodecs.h 55 const struct dbcs_index *decmap; member in struct:dbcs_map
355 #define IMPORT_MAP(locale, charset, encmap, decmap) \
357 (const void**)encmap, (const void**)decmap)
361 const void **encmap, const void **decmap)
382 if (decmap != NULL)
383 *decmap = map->decmap;
_codecs_iso2022.c 544 #define DECMAP(enc) static const decode_map *enc##_decmap = NULL;
548 DECMAP(ksx1001)
552 DECMAP(jisx0208)
553 DECMAP(jisx0212)
555 DECMAP(jisx0213_1_bmp)
556 DECMAP(jisx0213_2_bmp)
558 DECMAP(jisx0213_1_emp)
559 DECMAP(jisx0213_2_emp)
563 DECMAP(gb2312)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
cjkcodecs.h 55 const struct dbcs_index *decmap; member in struct:dbcs_map
348 #define IMPORT_MAP(locale, charset, encmap, decmap) \
350 (const void**)encmap, (const void**)decmap)
354 const void **encmap, const void **decmap)
375 if (decmap != NULL)
376 *decmap = map->decmap;
_codecs_iso2022.c 542 #define DECMAP(enc) static const decode_map *enc##_decmap = NULL;
546 DECMAP(ksx1001)
550 DECMAP(jisx0208)
551 DECMAP(jisx0212)
553 DECMAP(jisx0213_1_bmp)
554 DECMAP(jisx0213_2_bmp)
556 DECMAP(jisx0213_1_emp)
557 DECMAP(jisx0213_2_emp)
561 DECMAP(gb2312)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
cjkcodecs.h 55 const struct dbcs_index *decmap; member in struct:dbcs_map
348 #define IMPORT_MAP(locale, charset, encmap, decmap) \
350 (const void**)encmap, (const void**)decmap)
354 const void **encmap, const void **decmap)
375 if (decmap != NULL)
376 *decmap = map->decmap;
_codecs_iso2022.c 542 #define DECMAP(enc) static const decode_map *enc##_decmap = NULL;
546 DECMAP(ksx1001)
550 DECMAP(jisx0208)
551 DECMAP(jisx0212)
553 DECMAP(jisx0213_1_bmp)
554 DECMAP(jisx0213_2_bmp)
556 DECMAP(jisx0213_1_emp)
557 DECMAP(jisx0213_2_emp)
561 DECMAP(gb2312)
    [all...]
  /external/python/cpython2/Modules/cjkcodecs/
cjkcodecs.h 55 const struct dbcs_index *decmap; member in struct:dbcs_map
352 #define IMPORT_MAP(locale, charset, encmap, decmap) \
354 (const void**)encmap, (const void**)decmap)
358 const void **encmap, const void **decmap)
379 if (decmap != NULL)
380 *decmap = map->decmap;
_codecs_iso2022.c 542 #define DECMAP(enc) static const decode_map *enc##_decmap = NULL;
546 DECMAP(ksx1001)
550 DECMAP(jisx0208)
551 DECMAP(jisx0212)
553 DECMAP(jisx0213_1_bmp)
554 DECMAP(jisx0213_2_bmp)
556 DECMAP(jisx0213_1_emp)
557 DECMAP(jisx0213_2_emp)
561 DECMAP(gb2312)
    [all...]

Completed in 130 milliseconds