Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DCheckAttributeValues.java368 temp.put(key, fullValues); in temp.put() argument
373 temp.put(aliasKey, fullValues); in temp.put() argument
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateXMB.java654 Map<String, String> fullValues = new TreeMap<String, String>(); in writeCountPathInfo() local