Lines Matching refs:labelErrors
344 info.labelErrors|=UIDNA_ERROR_LABEL_TOO_LONG; in process()
351 info.errors|=info.labelErrors; in process()
374 info.labelErrors|=UIDNA_ERROR_LEADING_HYPHEN; in process()
378 info.labelErrors|=UIDNA_ERROR_TRAILING_HYPHEN; in process()
389 info.labelErrors|=UIDNA_ERROR_EMPTY_LABEL; in process()
391 info.labelErrors|=UIDNA_ERROR_LABEL_TOO_LONG; in process()
394 info.errors|=info.labelErrors; in process()
395 info.labelErrors=0; in process()
400 info.errors|=info.labelErrors; in process()
448 info.labelErrors|=UIDNA_ERROR_LABEL_TOO_LONG; in processUTF8()
455 info.errors|=info.labelErrors; in processUTF8()
478 info.labelErrors|=UIDNA_ERROR_LEADING_HYPHEN; in processUTF8()
482 info.labelErrors|=UIDNA_ERROR_TRAILING_HYPHEN; in processUTF8()
491 info.labelErrors|=UIDNA_ERROR_EMPTY_LABEL; in processUTF8()
493 info.labelErrors|=UIDNA_ERROR_LABEL_TOO_LONG; in processUTF8()
496 info.errors|=info.labelErrors; in processUTF8()
497 info.labelErrors=0; in processUTF8()
502 info.errors|=info.labelErrors; in processUTF8()
562 info.errors|=info.labelErrors; in processUnicode()
563 info.labelErrors=0; in processUnicode()
594 info.errors|=info.labelErrors; in processUnicode()
725 info.labelErrors|=UIDNA_ERROR_PUNYCODE; in processLabel()
740 info.labelErrors|=UIDNA_ERROR_INVALID_ACE_LABEL; in processLabel()
754 info.labelErrors|=UIDNA_ERROR_EMPTY_LABEL; in processLabel()
761 info.labelErrors|=UIDNA_ERROR_HYPHEN_3_4; in processLabel()
765 info.labelErrors|=UIDNA_ERROR_LEADING_HYPHEN; in processLabel()
769 info.labelErrors|=UIDNA_ERROR_TRAILING_HYPHEN; in processLabel()
789 info.labelErrors|=UIDNA_ERROR_LABEL_HAS_DOT; in processLabel()
792 info.labelErrors|=UIDNA_ERROR_DISALLOWED; in processLabel()
798 info.labelErrors|=UIDNA_ERROR_DISALLOWED; in processLabel()
801 info.labelErrors|=UIDNA_ERROR_DISALLOWED; in processLabel()
813 info.labelErrors|=UIDNA_ERROR_LEADING_COMBINING_MARK; in processLabel()
821 if((info.labelErrors&severeErrors)==0) { in processLabel()
830 info.labelErrors|=UIDNA_ERROR_CONTEXTJ; in processLabel()
839 info.labelErrors|=UIDNA_ERROR_LABEL_TOO_LONG; in processLabel()
875 info.labelErrors|=UIDNA_ERROR_LABEL_TOO_LONG; in processLabel()
882 info.labelErrors|=UIDNA_ERROR_LABEL_TOO_LONG; in processLabel()
890 info.labelErrors|=UIDNA_ERROR_INVALID_ACE_LABEL; in processLabel()
915 info.labelErrors|=UIDNA_ERROR_LABEL_HAS_DOT; in markBadACELabel()
934 info.labelErrors|=UIDNA_ERROR_LABEL_TOO_LONG; in markBadACELabel()
1201 info.labelErrors|=UIDNA_ERROR_CONTEXTO_PUNCTUATION; in checkLabelContextO()
1216 info.labelErrors|=UIDNA_ERROR_CONTEXTO_PUNCTUATION; in checkLabelContextO()
1236 info.labelErrors|=UIDNA_ERROR_CONTEXTO_PUNCTUATION; in checkLabelContextO()
1254 info.labelErrors|=UIDNA_ERROR_CONTEXTO_DIGITS; in checkLabelContextO()
1259 info.labelErrors|=UIDNA_ERROR_CONTEXTO_DIGITS; in checkLabelContextO()
1274 info.labelErrors|=UIDNA_ERROR_CONTEXTO_PUNCTUATION; in checkLabelContextO()