Home
last modified time | relevance | path

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

/core/core-i18n/src/main/java/androidx/core/i18n/messageformat_icu/simple/
DPluralRules.java1555 private static class AndConstraint extends BinaryConstraint { class in PluralRules
1558 AndConstraint(Constraint a, Constraint b) { in AndConstraint() method in PluralRules.AndConstraint