Home
last modified time | relevance | path

Searched refs:labelErrors (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/common/
Duts46.cpp344 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()
[all …]
/external/icu4c/common/unicode/
Didna.h276 IDNAInfo() : errors(0), labelErrors(0), isTransDiff(FALSE), isBiDi(FALSE), isOkBiDi(TRUE) {} in IDNAInfo()
312 errors=labelErrors=0; in reset()
318 uint32_t errors, labelErrors; variable