Home
last modified time | relevance | path

Searched defs:less (Results 1 – 3 of 3) 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
/libcore/luni/src/main/java/libcore/util/
DFP16.java555 public static boolean less(short x, short y) { in less() method in FP16