HomeSort by relevance Sort by last modified time
    Searched refs:isBoundaryImpl (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/main/java/libcore/icu/
NativeBreakIterator.java 127 return isBoundaryImpl(this.address, offset);
158 private static native boolean isBoundaryImpl(int address, int offset);
  /libcore/luni/src/main/native/
libcore_icu_NativeBreakIterator.cpp 216 NATIVE_METHOD(NativeBreakIterator, isBoundaryImpl, "(II)Z"),

Completed in 209 milliseconds