OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ERROR_REPLACE
(Results
1 - 8
of
8
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
multibytecodec.h
124
#define
ERROR_REPLACE
(PyObject *)(3)
125
#define ERROR_ISCUSTOM(p) ((p) < ERROR_STRICT ||
ERROR_REPLACE
< (p))
multibytecodec.c
86
return
ERROR_REPLACE
;
125
else if (self->errors ==
ERROR_REPLACE
)
256
if (errors ==
ERROR_REPLACE
) {
279
if (errors == ERROR_IGNORE || errors ==
ERROR_REPLACE
) {
395
if (errors ==
ERROR_REPLACE
) {
399
if (errors == ERROR_IGNORE || errors ==
ERROR_REPLACE
) {
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
multibytecodec.h
124
#define
ERROR_REPLACE
(PyObject *)(3)
125
#define ERROR_ISCUSTOM(p) ((p) < ERROR_STRICT ||
ERROR_REPLACE
< (p))
multibytecodec.c
86
return
ERROR_REPLACE
;
125
else if (self->errors ==
ERROR_REPLACE
)
254
if (errors ==
ERROR_REPLACE
) {
277
if (errors == ERROR_IGNORE || errors ==
ERROR_REPLACE
) {
392
if (errors ==
ERROR_REPLACE
) {
396
if (errors == ERROR_IGNORE || errors ==
ERROR_REPLACE
) {
[
all
...]
/external/python/cpython2/Modules/cjkcodecs/
multibytecodec.h
124
#define
ERROR_REPLACE
(PyObject *)(3)
125
#define ERROR_ISCUSTOM(p) ((p) < ERROR_STRICT ||
ERROR_REPLACE
< (p))
multibytecodec.c
86
return
ERROR_REPLACE
;
125
else if (self->errors ==
ERROR_REPLACE
)
256
if (errors ==
ERROR_REPLACE
) {
279
if (errors == ERROR_IGNORE || errors ==
ERROR_REPLACE
) {
395
if (errors ==
ERROR_REPLACE
) {
399
if (errors == ERROR_IGNORE || errors ==
ERROR_REPLACE
) {
[
all
...]
/external/python/cpython3/Modules/cjkcodecs/
multibytecodec.h
119
#define
ERROR_REPLACE
(PyObject *)(3)
120
#define ERROR_ISCUSTOM(p) ((p) < ERROR_STRICT ||
ERROR_REPLACE
< (p))
multibytecodec.c
76
return
ERROR_REPLACE
;
119
else if (self->errors ==
ERROR_REPLACE
)
232
if (errors ==
ERROR_REPLACE
) {
267
if (errors == ERROR_IGNORE || errors ==
ERROR_REPLACE
) {
388
if (errors ==
ERROR_REPLACE
) {
393
if (errors == ERROR_IGNORE || errors ==
ERROR_REPLACE
) {
[
all
...]
Completed in 249 milliseconds