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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
multibytecodec.h 118 #define MBERR_TOOSMALL (-1) /* insufficient output buffer space */
cjkcodecs.h 117 return MBERR_TOOSMALL;
multibytecodec.c 238 case MBERR_TOOSMALL:
266 if (r == MBERR_TOOSMALL) {
377 case MBERR_TOOSMALL:
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
multibytecodec.h 118 #define MBERR_TOOSMALL (-1) /* insufficient output buffer space */
cjkcodecs.h 117 return MBERR_TOOSMALL;
multibytecodec.c 236 case MBERR_TOOSMALL:
264 if (r == MBERR_TOOSMALL) {
374 case MBERR_TOOSMALL:
    [all...]
  /external/python/cpython2/Modules/cjkcodecs/
multibytecodec.h 118 #define MBERR_TOOSMALL (-1) /* insufficient output buffer space */
cjkcodecs.h 117 return MBERR_TOOSMALL;
multibytecodec.c 238 case MBERR_TOOSMALL:
266 if (r == MBERR_TOOSMALL) {
377 case MBERR_TOOSMALL:
    [all...]
  /external/python/cpython3/Modules/cjkcodecs/
multibytecodec.h 112 #define MBERR_TOOSMALL (-1) /* insufficient output buffer space */
cjkcodecs.h 124 return MBERR_TOOSMALL; \
multibytecodec.c 214 case MBERR_TOOSMALL:
252 if (r == MBERR_TOOSMALL) {
369 case MBERR_TOOSMALL:
    [all...]

Completed in 64 milliseconds