Lines Matching refs:labelErrors

338                     info.labelErrors|=UIDNA_ERROR_LABEL_TOO_LONG;  in process()
345 info.errors|=info.labelErrors; in process()
368 info.labelErrors|=UIDNA_ERROR_LEADING_HYPHEN; in process()
372 info.labelErrors|=UIDNA_ERROR_TRAILING_HYPHEN; in process()
381 info.labelErrors|=UIDNA_ERROR_EMPTY_LABEL; in process()
384 info.labelErrors|=UIDNA_ERROR_LABEL_TOO_LONG; in process()
386 info.errors|=info.labelErrors; in process()
387 info.labelErrors=0; in process()
392 info.errors|=info.labelErrors; in process()
438 info.labelErrors|=UIDNA_ERROR_LABEL_TOO_LONG; in processUTF8()
445 info.errors|=info.labelErrors; in processUTF8()
468 info.labelErrors|=UIDNA_ERROR_LEADING_HYPHEN; in processUTF8()
472 info.labelErrors|=UIDNA_ERROR_TRAILING_HYPHEN; in processUTF8()
479 info.labelErrors|=UIDNA_ERROR_EMPTY_LABEL; in processUTF8()
482 info.labelErrors|=UIDNA_ERROR_LABEL_TOO_LONG; in processUTF8()
484 info.errors|=info.labelErrors; in processUTF8()
485 info.labelErrors=0; in processUTF8()
490 info.errors|=info.labelErrors; in processUTF8()
550 info.errors|=info.labelErrors; in processUnicode()
551 info.labelErrors=0; in processUnicode()
582 info.errors|=info.labelErrors; in processUnicode()
729 info.labelErrors|=UIDNA_ERROR_PUNYCODE; in processLabel()
744 info.labelErrors|=UIDNA_ERROR_INVALID_ACE_LABEL; in processLabel()
757 info.labelErrors|=UIDNA_ERROR_EMPTY_LABEL; in processLabel()
764 info.labelErrors|=UIDNA_ERROR_HYPHEN_3_4; in processLabel()
768 info.labelErrors|=UIDNA_ERROR_LEADING_HYPHEN; in processLabel()
772 info.labelErrors|=UIDNA_ERROR_TRAILING_HYPHEN; in processLabel()
792 info.labelErrors|=UIDNA_ERROR_LABEL_HAS_DOT; in processLabel()
795 info.labelErrors|=UIDNA_ERROR_DISALLOWED; in processLabel()
801 info.labelErrors|=UIDNA_ERROR_DISALLOWED; in processLabel()
804 info.labelErrors|=UIDNA_ERROR_DISALLOWED; in processLabel()
816 info.labelErrors|=UIDNA_ERROR_LEADING_COMBINING_MARK; in processLabel()
824 if((info.labelErrors&severeErrors)==0) { in processLabel()
833 info.labelErrors|=UIDNA_ERROR_CONTEXTJ; in processLabel()
842 info.labelErrors|=UIDNA_ERROR_LABEL_TOO_LONG; in processLabel()
878 info.labelErrors|=UIDNA_ERROR_LABEL_TOO_LONG; in processLabel()
885 info.labelErrors|=UIDNA_ERROR_LABEL_TOO_LONG; in processLabel()
893 info.labelErrors|=UIDNA_ERROR_INVALID_ACE_LABEL; in processLabel()
922 info.labelErrors|=UIDNA_ERROR_LABEL_HAS_DOT; in markBadACELabel()
945 info.labelErrors|=UIDNA_ERROR_LABEL_TOO_LONG; in markBadACELabel()
1212 info.labelErrors|=UIDNA_ERROR_CONTEXTO_PUNCTUATION; in checkLabelContextO()
1227 info.labelErrors|=UIDNA_ERROR_CONTEXTO_PUNCTUATION; in checkLabelContextO()
1247 info.labelErrors|=UIDNA_ERROR_CONTEXTO_PUNCTUATION; in checkLabelContextO()
1265 info.labelErrors|=UIDNA_ERROR_CONTEXTO_DIGITS; in checkLabelContextO()
1270 info.labelErrors|=UIDNA_ERROR_CONTEXTO_DIGITS; in checkLabelContextO()
1285 info.labelErrors|=UIDNA_ERROR_CONTEXTO_PUNCTUATION; in checkLabelContextO()