OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ERROR_STRICT
(Results
1 - 8
of
8
) 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
...]
/external/python/cpython2/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
...]
/external/python/cpython3/Modules/cjkcodecs/
multibytecodec.h
117
#define
ERROR_STRICT
(PyObject *)(1)
120
#define ERROR_ISCUSTOM(p) ((p) <
ERROR_STRICT
|| ERROR_REPLACE < (p))
multibytecodec.c
72
return
ERROR_STRICT
;
115
if (self->errors ==
ERROR_STRICT
)
290
if (errors ==
ERROR_STRICT
) {
312
&inpos,
ERROR_STRICT
,
416
if (errors ==
ERROR_STRICT
) {
[
all
...]
Completed in 77 milliseconds