Searched refs:labelErrors (Results 1 - 9 of 9) sorted by relevance
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | IDNA.java | 224 labelErrors=EnumSet.noneOf(Error.class); in Info() 258 labelErrors.clear(); in reset() 264 private EnumSet<Error> errors, labelErrors; field in IDNA.Info 295 return !info.labelErrors.isEmpty() && !Collections.disjoint(info.labelErrors, errors); in hasCertainLabelErrors() 303 info.labelErrors.add(error); in addLabelError() 311 if(!info.labelErrors.isEmpty()) { in promoteAndResetLabelErrors() 312 info.errors.addAll(info.labelErrors); in promoteAndResetLabelErrors() 313 info.labelErrors.clear(); in promoteAndResetLabelErrors()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | IDNA.java | 211 labelErrors=EnumSet.noneOf(Error.class); in Info() 242 labelErrors.clear(); in reset() 248 private EnumSet<Error> errors, labelErrors; field in IDNA.Info 282 return !info.labelErrors.isEmpty() && !Collections.disjoint(info.labelErrors, errors); in hasCertainLabelErrors() 291 info.labelErrors.add(error); in addLabelError() 300 if(!info.labelErrors.isEmpty()) { in promoteAndResetLabelErrors() 301 info.errors.addAll(info.labelErrors); in promoteAndResetLabelErrors() 302 info.labelErrors.clear(); in promoteAndResetLabelErrors()
|
/third_party/icu/icu4c/source/common/ |
H A D | uts46.cpp | 340 info.labelErrors|=UIDNA_ERROR_LABEL_TOO_LONG; in process() 347 info.errors|=info.labelErrors; in process() 370 info.labelErrors|=UIDNA_ERROR_LEADING_HYPHEN; in process() 374 info.labelErrors|=UIDNA_ERROR_TRAILING_HYPHEN; in process() 383 info.labelErrors|=UIDNA_ERROR_EMPTY_LABEL; in process() 386 info.labelErrors|=UIDNA_ERROR_LABEL_TOO_LONG; in process() 388 info.errors|=info.labelErrors; in process() 389 info.labelErrors=0; in process() 394 info.errors|=info.labelErrors; in process() 440 info.labelErrors| in processUTF8() [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uts46.cpp | 340 info.labelErrors|=UIDNA_ERROR_LABEL_TOO_LONG; in process() 347 info.errors|=info.labelErrors; in process() 370 info.labelErrors|=UIDNA_ERROR_LEADING_HYPHEN; in process() 374 info.labelErrors|=UIDNA_ERROR_TRAILING_HYPHEN; in process() 383 info.labelErrors|=UIDNA_ERROR_EMPTY_LABEL; in process() 386 info.labelErrors|=UIDNA_ERROR_LABEL_TOO_LONG; in process() 388 info.errors|=info.labelErrors; in process() 389 info.labelErrors=0; in process() 394 info.errors|=info.labelErrors; in process() 440 info.labelErrors| in processUTF8() [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | uts46.cpp | 340 info.labelErrors|=UIDNA_ERROR_LABEL_TOO_LONG; in process() 347 info.errors|=info.labelErrors; in process() 370 info.labelErrors|=UIDNA_ERROR_LEADING_HYPHEN; in process() 374 info.labelErrors|=UIDNA_ERROR_TRAILING_HYPHEN; in process() 383 info.labelErrors|=UIDNA_ERROR_EMPTY_LABEL; in process() 386 info.labelErrors|=UIDNA_ERROR_LABEL_TOO_LONG; in process() 388 info.errors|=info.labelErrors; in process() 389 info.labelErrors=0; in process() 394 info.errors|=info.labelErrors; in process() 440 info.labelErrors| in processUTF8() [all...] |
/third_party/icu/icu4c/source/common/unicode/ |
H A D | idna.h | 276 IDNAInfo() : errors(0), labelErrors(0), isTransDiff(false), isBiDi(false), isOkBiDi(true) {} in IDNAInfo() 312 errors=labelErrors=0; in reset() 318 uint32_t errors, labelErrors; member in IDNAInfo
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | idna.h | 276 IDNAInfo() : errors(0), labelErrors(0), isTransDiff(false), isBiDi(false), isOkBiDi(true) {} in IDNAInfo() 312 errors=labelErrors=0; in reset() 318 uint32_t errors, labelErrors; member in IDNAInfo
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | idna.h | 276 IDNAInfo() : errors(0), labelErrors(0), isTransDiff(false), isBiDi(false), isOkBiDi(true) {} in IDNAInfo() 312 errors=labelErrors=0; in reset() 318 uint32_t errors, labelErrors; member in IDNAInfo
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |
Completed in 11 milliseconds