Home
last modified time | relevance | path

Searched refs:relativeValue (Results 1 – 1 of 1) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DLogicalGrouping.java134 Integer relativeValue = relativeType == null ? 999 : Integer.valueOf(relativeType); in getPaths() local
135 …if (relativeValue >= -3 && relativeValue <= 3) { // This is just a quick check to make sure the pa… in getPaths()
136 …if (!(nowUnits.contains(fieldType) && relativeValue == 0)) { // Workaround for "now", "this hour",… in getPaths()
199 Integer relativeValue = relativeType == null ? 999 : Integer.valueOf(relativeType); in isOptional() local
200 … if (fieldType != null && fieldType.startsWith("day") && Math.abs(relativeValue.intValue()) >= 2) { in isOptional()