Home
last modified time | relevance | path

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

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