OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cloneImpl
(Results
1 - 4
of
4
) sorted by null
/libcore/luni/src/main/java/libcore/icu/
NativeBreakIterator.java
42
int cloneAddr =
cloneImpl
(this.address);
156
private static native int
cloneImpl
(int address);
NativeDecimalFormat.java
149
this.address =
cloneImpl
(other.address);
619
private static native int
cloneImpl
(int addr);
/libcore/luni/src/main/native/
libcore_icu_NativeBreakIterator.cpp
207
NATIVE_METHOD(NativeBreakIterator,
cloneImpl
, "(I)I"),
libcore_icu_NativeDecimalFormat.cpp
353
NATIVE_METHOD(NativeDecimalFormat,
cloneImpl
, "(I)I"),
Completed in 62 milliseconds