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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
multibytecodec.h 122 #define ERROR_STRICT (PyObject *)(1)
125 #define ERROR_ISCUSTOM(p) ((p) < ERROR_STRICT || ERROR_REPLACE < (p))
multibytecodec.c 82 return ERROR_STRICT;
121 if (self->errors == ERROR_STRICT)
302 if (errors == ERROR_STRICT) {
325 PyUnicode_GET_SIZE(tobj), ERROR_STRICT,
422 if (errors == ERROR_STRICT) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
multibytecodec.h 122 #define ERROR_STRICT (PyObject *)(1)
125 #define ERROR_ISCUSTOM(p) ((p) < ERROR_STRICT || ERROR_REPLACE < (p))
multibytecodec.c 82 return ERROR_STRICT;
121 if (self->errors == ERROR_STRICT)
300 if (errors == ERROR_STRICT) {
323 PyUnicode_GET_SIZE(tobj), ERROR_STRICT,
419 if (errors == ERROR_STRICT) {
    [all...]

Completed in 219 milliseconds