Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/api/
DCldrPath.java151 this.attributeKeyValuePairs = checkKeyValuePairs(attributeKeyValuePairs); in CldrPath()
174 private static ImmutableList<String> checkKeyValuePairs(List<String> keyValuePairs) { in checkKeyValuePairs() method