Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/
DCharacter.java3144 int top, bottom, current; in of() local
3145 bottom = 0; in of()
3150 while (top - bottom > 1) { in of()
3152 bottom = current; in of()
3156 current = (top + bottom) / 2; in of()
/libcore/benchmarks/src/benchmarks/regression/
DR.java1390 public static final int bottom = 0; field in R