Home
last modified time | relevance | path

Searched refs:throwPatternSyntaxException (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/native/
Djava_util_regex_Pattern.cpp65 static void throwPatternSyntaxException(JNIEnv* env, UErrorCode status, jstring pattern, UParseErro… in throwPatternSyntaxException() function
89 throwPatternSyntaxException(env, status, javaRegex, error); in Pattern_compileImpl()