Home
last modified time | relevance | path

Searched defs:allowedExceptions (Results 1 – 2 of 2) sorted by relevance

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DLocaleValidator.java110 private final Multimap<LstrType, AllowedMatch> allowedExceptions; field in LocaleValidator.AllowedValid
131 public AllowedValid(Set<Validity.Status> allowedStatus, Object... allowedExceptions) { in AllowedValid()
/external/deqp/external/openglcts/modules/common/
DglcExposedExtensionsTests.cpp68 const std::vector<std::string> *allowedExceptions) in ExposedExtensionsTest()