Home
last modified time | relevance | path

Searched defs:less (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
DDualPivotQuicksort.java315 int less = left; // The index of the first element of center part in sort() local
763 int less = left; // The index of the first element of center part in sort() local
1247 int less = left; // The index of the first element of center part in sort() local
1731 int less = left; // The index of the first element of center part in sort() local
2311 int less = left; // The index of the first element of center part in sort() local
2850 int less = left; // The index of the first element of center part in sort() local
/libcore/ojluni/src/main/java/java/text/
DChoiceFormat.java271 double less = previousDouble(choiceLimits[i]); in toPattern() local