Home
last modified time | relevance | path

Searched defs:newVal (Results 1 – 8 of 8) sorted by relevance

/libcore/ojluni/src/test/java/text/Format/DecimalFormat/
DSetGroupingSizeTest.java64 public void test_validGroupingSize(int newVal) { in test_validGroupingSize()
67 assertEquals(df.getGroupingSize(), newVal); in test_validGroupingSize() local
72 public void test_invalidGroupingSize(int newVal) { in test_invalidGroupingSize()
/libcore/ojluni/src/main/java/sun/util/locale/
DLocaleObjectCache.java61 V newVal = createObject(key); in get() local
/libcore/ojluni/annotations/sdk/nullability/java/util/
DCollections.annotated.java70 …aram T> list, @libcore.util.NullFromTypeParam T oldVal, @libcore.util.NullFromTypeParam T newVal) … in replaceAll()
/libcore/ojluni/annotations/flagged_api/java/util/
DCollections.annotated.java68 public static <T> boolean replaceAll(java.util.List<T> list, T oldVal, T newVal) { throw new Runtim… in replaceAll()
/libcore/ojluni/src/main/java/java/time/temporal/
DWeekFields.java921 int newVal = range.checkValidIntValue(newValue, this); // lenient check range in adjustInto() local
/libcore/ojluni/src/main/java/java/util/
DCollections.java911 public static <T> boolean replaceAll(List<T> list, T oldVal, T newVal) { in replaceAll()
/libcore/ojluni/src/main/java/java/math/
DMutableBigInteger.java1425 int[] newVal = Arrays.copyOfRange(value, offset+intLen-blockEnd, offset+intLen-blockStart); in getBlock() local
/libcore/ojluni/annotations/hiddenapi/java/util/
DCollections.java140 public static <T> boolean replaceAll(java.util.List<T> list, T oldVal, T newVal) { in replaceAll()