HomeSort by relevance Sort by last modified time
    Searched defs:closeImpl (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/main/java/java/util/regex/
Pattern.java 444 closeImpl(address);
455 private static native void closeImpl(long addr);
Matcher.java 235 closeImpl(address);
652 closeImpl(address);
659 private static native void closeImpl(long addr);
  /libcore/luni/src/main/java/libcore/icu/
NativeBreakIterator.java 74 closeImpl(this.address);
166 private static synchronized native void closeImpl(int address);

Completed in 237 milliseconds