HomeSort by relevance Sort by last modified time
    Searched defs:cloneImpl (Results 1 - 2 of 2) 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);

Completed in 445 milliseconds