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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
multibytecodec.h 119 #define MBERR_TOOFEW (-2) /* incomplete input buffer */
_codecs_hk.c 71 return MBERR_TOOFEW;
multibytecodec.c 241 case MBERR_TOOFEW:
380 case MBERR_TOOFEW:
504 if ((r == 0) || (r == MBERR_TOOFEW && !(flags & MBENC_FLUSH)))
508 else if (r == MBERR_TOOFEW)
867 if (r == 0 || r == MBERR_TOOFEW)
    [all...]
_codecs_jp.c 177 return MBERR_TOOFEW;
576 return MBERR_TOOFEW;
cjkcodecs.h 114 return MBERR_TOOFEW;
_codecs_iso2022.c 192 return MBERR_TOOFEW;
311 return MBERR_TOOFEW;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
multibytecodec.h 119 #define MBERR_TOOFEW (-2) /* incomplete input buffer */
_codecs_hk.c 71 return MBERR_TOOFEW;
multibytecodec.c 239 case MBERR_TOOFEW:
377 case MBERR_TOOFEW:
501 if ((r == 0) || (r == MBERR_TOOFEW && !(flags & MBENC_FLUSH)))
505 else if (r == MBERR_TOOFEW)
864 if (r == 0 || r == MBERR_TOOFEW)
    [all...]
_codecs_jp.c 177 return MBERR_TOOFEW;
576 return MBERR_TOOFEW;
cjkcodecs.h 114 return MBERR_TOOFEW;
_codecs_iso2022.c 192 return MBERR_TOOFEW;
311 return MBERR_TOOFEW;
    [all...]
  /external/python/cpython2/Modules/cjkcodecs/
multibytecodec.h 119 #define MBERR_TOOFEW (-2) /* incomplete input buffer */
_codecs_hk.c 71 return MBERR_TOOFEW;
multibytecodec.c 241 case MBERR_TOOFEW:
380 case MBERR_TOOFEW:
505 if ((r == 0) || (r == MBERR_TOOFEW && !(flags & MBENC_FLUSH)))
509 else if (r == MBERR_TOOFEW)
868 if (r == 0 || r == MBERR_TOOFEW)
    [all...]
_codecs_jp.c 177 return MBERR_TOOFEW;
576 return MBERR_TOOFEW;
cjkcodecs.h 114 return MBERR_TOOFEW;
_codecs_iso2022.c 192 return MBERR_TOOFEW;
311 return MBERR_TOOFEW;
    [all...]
  /external/python/cpython3/Modules/cjkcodecs/
multibytecodec.h 113 #define MBERR_TOOFEW (-2) /* incomplete input buffer */
_codecs_hk.c 75 return MBERR_TOOFEW;
multibytecodec.c 217 case MBERR_TOOFEW:
371 case MBERR_TOOFEW:
503 if ((r == 0) || (r == MBERR_TOOFEW && !(flags & MBENC_FLUSH)))
507 else if (r == MBERR_TOOFEW)
867 if (r == 0 || r == MBERR_TOOFEW)
    [all...]
_codecs_jp.c 180 return MBERR_TOOFEW;
598 return MBERR_TOOFEW;
cjkcodecs.h 118 return MBERR_TOOFEW; \
_codecs_iso2022.c 191 return MBERR_TOOFEW;
299 return MBERR_TOOFEW;
    [all...]

Completed in 201 milliseconds