Searched refs:otherValues (Results 1 – 4 of 4) sorted by relevance
153 int[] otherValues = other.values; in generalize() local154 if (otherValues == null) in generalize()161 for (int index = 0; index < otherValues.length; index++) in generalize()163 if (!this.contains(otherValues[index])) in generalize()171 if (newLength == otherValues.length) in generalize()181 otherValues.length == 1 && in generalize()182 thisValues[thisValues.length-1] == otherValues[0]) in generalize()192 if (newLength == thisValues.length + otherValues.length) in generalize()212 System.arraycopy(otherValues, 0, newValues, newIndex, otherValues.length); in generalize()
95 List<String> otherValues = result.get(fieldName); in toMultimap() local96 if (otherValues != null) { in toMultimap()97 allValues.addAll(otherValues); in toMultimap()
2556 UList *otherValues = ulist_createEmptyList(status); in ucurr_getKeywordValuesForLocale() local2565 ulist_deleteList(otherValues); in ucurr_getKeywordValuesForLocale()2639 …} else if (!ulist_containsString(otherValues, curID, (int32_t)uprv_strlen(curID)) && !commonlyUsed… in ucurr_getKeywordValuesForLocale()2640 ulist_addItemEndList(otherValues, curID, TRUE, status); in ucurr_getKeywordValuesForLocale()2658 ulist_resetList(otherValues); in ucurr_getKeywordValuesForLocale()2659 while ((value = (char *)ulist_getNext(otherValues)) != NULL) { in ucurr_getKeywordValuesForLocale()2684 ulist_deleteList(otherValues); in ucurr_getKeywordValuesForLocale()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...