Home
last modified time | relevance | path

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

/core/core-i18n/src/main/java/androidx/core/i18n/messageformat_icu/simple/
DPluralRules.java1185 double highBound = Long.MIN_VALUE; in parseConstraint() local
1449 double lowBound, double highBound, long[] vals) { in RangeConstraint()