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 137 return isBoundaryImpl(this.address, this.string, offset);
170 private static synchronized native boolean isBoundaryImpl(long address, String text, int offset);
  /libcore/luni/src/main/native/
libcore_icu_NativeBreakIterator.cpp 214 NATIVE_METHOD(NativeBreakIterator, isBoundaryImpl, "(JLjava/lang/String;I)Z"),

Completed in 745 milliseconds