Searched defs:minLength (Results 1 – 3 of 3) sorted by relevance
448 public int minLength() { in minLength() method in Month
592 public native Object newUnpaddedArray(Class<?> componentType, int minLength); in newUnpaddedArray()
753 int minLength = oldLength + minGrowth; in hugeLength() local