Searched refs:newKeywords (Results 1 – 2 of 2) sorted by relevance
99 Set<String> newKeywords = newRules.getKeywords(); in diff() local100 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()
292 const char * newKeywords) in Locale() argument370 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()