Home
last modified time | relevance | path

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

/external/icu4c/common/
Duts46.cpp336 info.labelErrors|=UIDNA_ERROR_LABEL_TOO_LONG; in process()
343 info.errors|=info.labelErrors; in process()
366 info.labelErrors|=UIDNA_ERROR_LEADING_HYPHEN; in process()
370 info.labelErrors|=UIDNA_ERROR_TRAILING_HYPHEN; in process()
381 info.labelErrors|=UIDNA_ERROR_EMPTY_LABEL; in process()
383 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()
440 info.labelErrors|=UIDNA_ERROR_LABEL_TOO_LONG; in processUTF8()
[all …]
/external/icu4c/common/unicode/
Didna.h270 IDNAInfo() : errors(0), labelErrors(0), isTransDiff(FALSE), isBiDi(FALSE), isOkBiDi(TRUE) {} in IDNAInfo()
306 errors=labelErrors=0; in reset()
312 uint32_t errors, labelErrors; variable