OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:formatLong
(Results
1 - 3
of
3
) sorted by null
/libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java
301
public char[]
formatLong
(long value, FieldPosition field) {
303
char[] result =
formatLong
(this.address, value, fpi);
362
text = new String(
formatLong
(this.address, lv, fpIter));
621
private static native char[]
formatLong
(long addr, long value, FieldPositionIterator iter);
/libcore/luni/src/main/java/java/text/
DecimalFormat.java
687
buffer.append(ndf.
formatLong
(value, position));
697
? ndf.
formatLong
(bigInteger.longValue(), position)
[
all
...]
/libcore/luni/src/main/native/
libcore_icu_NativeDecimalFormat.cpp
367
NATIVE_METHOD(NativeDecimalFormat,
formatLong
, "(JJLlibcore/icu/NativeDecimalFormat$FieldPositionIterator;)[C"),
Completed in 256 milliseconds