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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
multibytecodec.h 58 mbencodeinit_func encinit; member in struct:__anon4407
multibytecodec.c 580 if (self->codec->encinit != NULL &&
581 self->codec->encinit(&state, self->codec->config) != 0)
942 if (self->codec->encinit != NULL &&
943 self->codec->encinit(&self->state, self->codec->config) != 0)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
multibytecodec.h 58 mbencodeinit_func encinit; member in struct:__anon4740
multibytecodec.c 577 if (self->codec->encinit != NULL &&
578 self->codec->encinit(&state, self->codec->config) != 0)
939 if (self->codec->encinit != NULL &&
940 self->codec->encinit(&self->state, self->codec->config) != 0)
    [all...]
  /external/python/cpython2/Modules/cjkcodecs/
multibytecodec.h 58 mbencodeinit_func encinit; member in struct:__anon32783
multibytecodec.c 581 if (self->codec->encinit != NULL &&
582 self->codec->encinit(&state, self->codec->config) != 0)
943 if (self->codec->encinit != NULL &&
944 self->codec->encinit(&self->state, self->codec->config) != 0)
    [all...]
  /external/python/cpython3/Modules/cjkcodecs/
multibytecodec.h 53 mbencodeinit_func encinit; member in struct:__anon33413
multibytecodec.c 593 if (self->codec->encinit != NULL &&
594 self->codec->encinit(&state, self->codec->config) != 0)
954 if (self->codec->encinit != NULL &&
955 self->codec->encinit(&self->state, self->codec->config) != 0)
    [all...]

Completed in 148 milliseconds