Home | History | Annotate | Download | only in common

Lines Matching full:fffd

42 // Severe errors which usually result in a U+FFFD replacement character in the result string.
359 break; // Replacing with U+FFFD can be complicated for toASCII.
378 // Replacing with U+FFFD can be complicated for toASCII.
460 break; // Replacing with U+FFFD can be complicated for toASCII.
478 break; // Replacing with U+FFFD can be complicated for toASCII.
781 // and we look for U+FFFD which indicates disallowed characters
782 // in a non-Punycode label or U+FFFD itself in a Punycode label.
812 // so that we don't report UIDNA_ERROR_DISALLOWED for the U+FFFD from here.
815 // "Unsafe" is ok because unpaired surrogates were mapped to U+FFFD.
827 // Do contextual checks only if we do not have U+FFFD from a severe error
828 // because U+FFFD can make these checks fail.
904 // Append U+FFFD if the label has only LDH characters.
905 // If UIDNA_USE_STD3_RULES, also replace disallowed ASCII characters with U+FFFD.