Home
last modified time | relevance | path

Searched defs:javaText (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/native/
Djava_util_regex_Matcher.cpp123 static jint Matcher_findImpl(JNIEnv* env, jclass, jint addr, jstring javaText, jint startIndex, jin… in Matcher_findImpl()
132 static jint Matcher_findNextImpl(JNIEnv* env, jclass, jint addr, jstring javaText, jintArray offset… in Matcher_findNextImpl()
154 static jint Matcher_lookingAtImpl(JNIEnv* env, jclass, jint addr, jstring javaText, jintArray offse… in Matcher_lookingAtImpl()
163 static jint Matcher_matchesImpl(JNIEnv* env, jclass, jint addr, jstring javaText, jintArray offsets… in Matcher_matchesImpl()
185 static void Matcher_setInputImpl(JNIEnv* env, jclass, jint addr, jstring javaText, jint start, jint… in Matcher_setInputImpl()
Dlibcore_icu_NativeBreakIterator.cpp155 static void NativeBreakIterator_setTextImpl(JNIEnv* env, jclass, jint address, jstring javaText) { in NativeBreakIterator_setTextImpl()