Home
last modified time | relevance | path

Searched defs:minLength (Results 1 – 2 of 2) 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.java275 public native Object newUnpaddedArray(Class<?> componentType, int minLength); in newUnpaddedArray()