Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DULocale.java856 String otherVal = other.getKeywordValue(otherKey); in compareTo() local
858 cmp = otherVal == null ? 0 : -1; in compareTo()
859 } else if (otherVal == null) { in compareTo()
862 cmp = thisVal.compareTo(otherVal); in compareTo()