Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestDTDAttributes.java204 Set<R2<String, String>> commonKeys = getCommon(mainData.keySet(), in checkAttributes() local
207 for (R2<String, String> key : commonKeys) { in checkAttributes()
224 if (commonKeys.contains(key)) in checkAttributes()
229 if (commonKeys.contains(key)) in checkAttributes()
254 Set<String> commonKeys = getCommon(mainData.keySet(), in checkElements() local
257 for (String key : commonKeys) { in checkElements()
273 if (commonKeys.contains(key)) in checkElements()
278 if (commonKeys.contains(key)) in checkElements()