Home
last modified time | relevance | path

Searched refs:hasErrors (Results 1 - 10 of 10) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
H A DUTS46Test.java56 if(info.hasErrors() || !UTF16Plus.equal(result, expected)) { in TestAPI()
72 if(info.hasErrors() || !resultString.equals("fass.de")) { in TestAPI()
91 info.hasErrors() in TestNotSTD3()
105 if(!UTF16Plus.equal(result, input) || info.hasErrors()) { in TestNotSTD3()
747 if (expectedHasErrors != info.hasErrors()) { in checkIdnaTestResult()
750 type, status, expectedHasErrors, info.hasErrors(), info.getErrors(), line)); in checkIdnaTestResult()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DUTS46Test.java56 if(info.hasErrors() || !UTF16Plus.equal(result, expected)) { in TestAPI()
72 if(info.hasErrors() || !resultString.equals("fass.de")) { in TestAPI()
91 info.hasErrors() in TestNotSTD3()
105 if(!UTF16Plus.equal(result, input) || info.hasErrors()) { in TestNotSTD3()
841 if (expectedHasErrors != info.hasErrors()) { in checkIdnaTestResult()
844 type, status, expectedHasErrors, info.hasErrors(), info.getErrors(), line)); in checkIdnaTestResult()
/third_party/icu/icu4c/source/test/intltest/
H A Duts46test.cpp135 if(U_FAILURE(errorCode) || info.hasErrors() || result!=expected) { in TestAPI()
233 info.hasErrors() in TestNotSTD3()
248 if(result!=input || info.hasErrors()) { in TestNotSTD3()
1057 if (expectedHasErrors != info.hasErrors()) { in checkIdnaTestResult()
1059 type, status, expectedHasErrors, info.hasErrors(), (long)info.getErrors(), line); in checkIdnaTestResult()
/third_party/icu/icu4c/source/common/unicode/
H A Didna.h98 * If any processing step fails, then info.hasErrors() will be true and
122 * If any processing step fails, then info.hasErrors() will be true.
144 * If any processing step fails, then info.hasErrors() will be true and
168 * If any processing step fails, then info.hasErrors() will be true.
282 UBool hasErrors() const { return errors!=0; } in hasErrors() function in IDNAInfo
/third_party/node/deps/icu-small/source/common/unicode/
H A Didna.h98 * If any processing step fails, then info.hasErrors() will be true and
122 * If any processing step fails, then info.hasErrors() will be true.
144 * If any processing step fails, then info.hasErrors() will be true and
168 * If any processing step fails, then info.hasErrors() will be true.
282 UBool hasErrors() const { return errors!=0; } in hasErrors() function in IDNAInfo
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Didna.h98 * If any processing step fails, then info.hasErrors() will be true and
122 * If any processing step fails, then info.hasErrors() will be true.
144 * If any processing step fails, then info.hasErrors() will be true and
168 * If any processing step fails, then info.hasErrors() will be true.
282 UBool hasErrors() const { return errors!=0; } in hasErrors() function in IDNAInfo
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DIDNA.java158 * If any processing step fails, then info.hasErrors() will be true and
173 * If any processing step fails, then info.hasErrors() will be true.
186 * If any processing step fails, then info.hasErrors() will be true and
201 * If any processing step fails, then info.hasErrors() will be true.
234 public boolean hasErrors() { return !errors.isEmpty(); } in hasErrors() method in IDNA.Info
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DIDNA.java151 * If any processing step fails, then info.hasErrors() will be true and
165 * If any processing step fails, then info.hasErrors() will be true.
177 * If any processing step fails, then info.hasErrors() will be true and
191 * If any processing step fails, then info.hasErrors() will be true.
220 public boolean hasErrors() { return !errors.isEmpty(); } in hasErrors() method in IDNA.Info
/third_party/typescript/tests/baselines/reference/
H A Dparserharness.js1246 compiler.errorReporter.hasErrors = false;
3162 compiler.errorReporter.hasErrors = false;
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 15 milliseconds