Searched refs:useTransparentBounds (Results 1 - 4 of 4) sorted by relevance

/dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/regex/
H A DNativeRegEx.java97 public static native void useTransparentBounds(int regex, boolean value); method in class:NativeRegEx
/dalvik/libcore/regex/src/main/java/java/util/regex/
H A DMatcher.java620 public Matcher useTransparentBounds(boolean value) { method in class:Matcher
622 NativeRegEx.useTransparentBounds(nativePattern, value);
717 NativeRegEx.useTransparentBounds(nativePattern, transparentBounds);
/dalvik/libcore/regex/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
H A DMatcherTest.java415 Matcher mu = mat.useTransparentBounds(true);
419 mu = mat.useTransparentBounds(false);
1368 * @test java.util.regex.Matcher#useTransparentBounds()
1369 * test useTransparentBounds() method.
1373 notes = "Verifies the useTransparentBounds(boolean b) method.",
1374 method = "useTransparentBounds",
1384 mat.useTransparentBounds(false);
1387 mat.useTransparentBounds(true);
1396 mat.useTransparentBounds(false);
1399 mat.useTransparentBounds(tru
[all...]
/dalvik/libcore/icu/src/main/native/
H A DNativeRegEx.cpp262 static void useTransparentBounds(JNIEnv* env, jclass clazz, RegExData* data, function
345 { "useTransparentBounds", "(IZ)V", (void*)useTransparentBounds },

Completed in 58 milliseconds