Home | History | Annotate | Download | only in util

Lines Matching refs:sbuf

963             StringBuilder sbuf = new StringBuilder();
965 sbuf.append(String.format("%.1f", (double) rate / 1000000) + ", ");
967 return sbuf.toString();