OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:formatDouble
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/main/java/java/text/
DecimalFormat.java
689
buffer.append(dform.
formatDouble
(value, position));
[
all
...]
/libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java
258
public char[]
formatDouble
(double value, FieldPosition field) {
260
char[] result =
formatDouble
(this.address, value, fpi);
291
text = new String(
formatDouble
(this.address, dv, fpIter));
622
private static native char[]
formatDouble
(int addr, double value, FieldPositionIterator iter);
Completed in 583 milliseconds