Searched refs:javaRegex (Results 1 – 1 of 1) sorted by relevance
78 static jlong Pattern_compileImpl(JNIEnv* env, jclass, jstring javaRegex, jint flags) { in Pattern_compileImpl() argument85 ScopedJavaUnicodeString regex(env, javaRegex); in Pattern_compileImpl()92 throwPatternSyntaxException(env, status, javaRegex, error); in Pattern_compileImpl()