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()
888 if (tmpLen < minCapacity) {
901 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()
921 if (tmpLen < minCapacity) {
935 tmpLen = newSize;