HomeSort by relevance Sort by last modified time
    Searched refs:MBERR_TOOFEW (Results 1 - 12 of 12) 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...]

Completed in 1408 milliseconds