Home
last modified time | relevance | path

Searched refs:tmpLen (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
DComparableTimSort.java96 private int tmpLen; // length of tmp array slice field in ComparableTimSort
130 tmpLen = tlen; in ComparableTimSort()
135 tmpLen = workLen; in ComparableTimSort()
884 if (tmpLen < minCapacity) {
902 tmpLen = newSize;
DTimSort.java121 private int tmpLen; // length of tmp array slice field in TimSort
160 tmpLen = tlen; in TimSort()
165 tmpLen = workLen; in TimSort()
917 if (tmpLen < minCapacity) {
936 tmpLen = newSize;