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

  /libcore/luni/src/main/java/java/util/regex/
Matcher.java 255 useAnchoringBoundsImpl(address, anchoringBounds);
566 useAnchoringBoundsImpl(address, value);
681 private static native void useAnchoringBoundsImpl(int addr, boolean value);
  /libcore/luni/src/main/native/
java_util_regex_Matcher.cpp 211 NATIVE_METHOD(Matcher, useAnchoringBoundsImpl, "(IZ)V"),

Completed in 132 milliseconds