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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
multibytecodec.h 135 #define PyMultibyteCodec_CAPSULE_NAME "multibytecodec.__map_*"
cjkcodecs.h 285 codecobj = PyCapsule_New((void *)codec, PyMultibyteCodec_CAPSULE_NAME, NULL);
310 PyCapsule_New((void *)h, PyMultibyteCodec_CAPSULE_NAME, NULL));
365 else if (!PyCapsule_IsValid(o, PyMultibyteCodec_CAPSULE_NAME)) {
372 map = PyCapsule_GetPointer(o, PyMultibyteCodec_CAPSULE_NAME);
multibytecodec.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
multibytecodec.h 135 #define PyMultibyteCodec_CAPSULE_NAME "multibytecodec.__map_*"
cjkcodecs.h 285 codecobj = PyCapsule_New((void *)codec, PyMultibyteCodec_CAPSULE_NAME, NULL);
310 PyCapsule_New((void *)h, PyMultibyteCodec_CAPSULE_NAME, NULL));
365 else if (!PyCapsule_IsValid(o, PyMultibyteCodec_CAPSULE_NAME)) {
372 map = PyCapsule_GetPointer(o, PyMultibyteCodec_CAPSULE_NAME);
multibytecodec.c     [all...]

Completed in 95 milliseconds