Home
last modified time | relevance | path

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

/external/proguard/src/proguard/evaluation/value/
DInstructionOffsetValue.java153 int[] otherValues = other.values; in generalize() local
154 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()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DOkHeaders.java95 List<String> otherValues = result.get(fieldName); in toMultimap() local
96 if (otherValues != null) { in toMultimap()
97 allValues.addAll(otherValues); in toMultimap()
/external/icu/icu4c/source/i18n/
Ducurr.cpp2556 UList *otherValues = ulist_createEmptyList(status); in ucurr_getKeywordValuesForLocale() local
2565 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()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...