Home
last modified time | relevance | path

Searched defs:minLength (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/time/
DMonth.java448 public int minLength() { in minLength() method in Month
/libcore/libart/src/main/java/dalvik/system/
DVMRuntime.java592 public native Object newUnpaddedArray(Class<?> componentType, int minLength); in newUnpaddedArray()
/libcore/ojluni/src/main/java/jdk/internal/util/
DArraysSupport.java753 int minLength = oldLength + minGrowth; in hugeLength() local