Home
last modified time | relevance | path

Searched defs:hasErrors (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/icu-small/source/common/unicode/
Didna.h282 UBool hasErrors() const { return errors!=0; } in hasErrors() function
/third_party/skia/third_party/externals/icu/source/common/unicode/
Didna.h282 UBool hasErrors() const { return errors!=0; } in hasErrors() function
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Didna.h280 UBool hasErrors() const { return errors!=0; } in hasErrors() function
/third_party/icu/icu4c/source/common/unicode/
Didna.h282 UBool hasErrors() const { return errors!=0; } in hasErrors() function
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DIDNA.java220 public boolean hasErrors() { return !errors.isEmpty(); } in hasErrors() method in IDNA.Info
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DIDNA.java234 public boolean hasErrors() { return !errors.isEmpty(); } in hasErrors() method in IDNA.Info