Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DUnitConverter.java142 String longId = shortAndLongId.getKey(); in freeze() local
166 _idToUnitId.put(longId, uid); in freeze()
1393 String longId = getLongId(longOrShortId); in getComplexity() local
1394 if (longId == null) { in getComplexity()
1395 longId = longOrShortId; in getComplexity()
1396 shortId = SHORT_TO_LONG_ID.inverse().get(longId); in getComplexity()
1427 COMPLEXITY.put(longId, result); in getComplexity()