Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DTestUnits.java131 static Map<String,String> normalizationCache = new TreeMap<>(); field in TestUnits
2429 String oldExpected = normalizationCache.get(source); in checkNormalization()
2436 normalizationCache.put(source, expected); in checkNormalization()