Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DFindPluralDifferences.java99 Set<String> newKeywords = newRules.getKeywords(); in diff() local
100 if (results.size() == 0 && oldKeywords.equals(newKeywords)) { in diff()
104 if (oldKeywords.equals(newKeywords)) { in diff()
106 } else if (oldKeywords.containsAll(newKeywords)) { in diff()
108 } else if (newKeywords.containsAll(oldKeywords)) { in diff()
117 + "\t" + oldKeywords + "\t" + type + "\t" + newKeywords in diff()
/external/icu/icu4c/source/common/
Dlocid.cpp292 const char * newKeywords) in Locale() argument
370 if ( newKeywords != NULL) in Locale()
372 ksize = (int32_t)uprv_strlen(newKeywords); in Locale()
403 if (uprv_strchr(newKeywords, '=')) { in Locale()
412 togo.append(newKeywords, status); in Locale()