Lines Matching defs:ignore
408 if (strcmp(errors, "ignore") == 0) {
436 if (wcscmp(errors, L"ignore") == 0) {
5933 encoding of a string containing isolated surrogates and the 'ignore'
6272 encoding of a string containing isolated surrogates and the 'ignore' handler
9141 _PyUnicodeWriter *writer, int ignore,
9174 if (ignore)
9205 int ignore;
9228 ignore = (errors != NULL && strcmp(errors, "ignore") == 0);
9233 res = unicode_fast_translate(input, mapping, &writer, ignore, &i);
9282 if (ignore) {
11663 UnicodeEncodeError. Other possible values are 'ignore', 'replace' and
13557 return _PyUnicode_TranslateCharmap(self, table, "ignore");