HomeSort by relevance Sort by last modified time
    Searched refs:uniErrors (Results 1 - 3 of 3) sorted by null

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
UTS46Test.java 498 EnumSet<IDNA.Error> uniErrors=EnumSet.noneOf(IDNA.Error.class);
518 uniErrors.clear();
519 uniErrors.addAll(testCase.errors);
520 uniErrors.removeAll(lengthOverflowErrors);
523 if(!sameErrors(uNInfo, uniErrors)) {
540 if(!sameErrors(uTInfo, uniErrors)) {
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
UTS46Test.java 495 EnumSet<IDNA.Error> uniErrors=EnumSet.noneOf(IDNA.Error.class);
515 uniErrors.clear();
516 uniErrors.addAll(testCase.errors);
517 uniErrors.removeAll(lengthOverflowErrors);
520 if(!sameErrors(uNInfo, uniErrors)) {
537 if(!sameErrors(uTInfo, uniErrors)) {
    [all...]
  /external/icu/icu4c/source/test/intltest/
uts46test.cpp 620 uint32_t uniErrors=testCase.errors&~
625 if(uNInfo.getErrors()!=uniErrors) {
643 if(uTInfo.getErrors()!=uniErrors) {
    [all...]

Completed in 1688 milliseconds