Searched refs:GetStringChars (Results 1 - 11 of 11) sorted by relevance

/dalvik/libcore/icu/src/main/native/
H A DScopedJavaUnicodeString.h31 mChars = env->GetStringChars(mString, NULL);
H A DNativeBreakIterator.cpp82 const UChar* chars = env->GetStringChars(text, NULL);
H A DRuleBasedNumberFormat.cpp79 const UChar *ruleChars = env->GetStringChars(rule, NULL);
269 jchar *str = (UChar *)env->GetStringChars(text, NULL);
H A DNativeDecimalFormat.cpp111 const UChar* chars = env->GetStringChars(s, NULL);
146 const UChar *textChars = env->GetStringChars(text, NULL);
506 jchar *str = (UChar *)env->GetStringChars(text, NULL);
H A DNativeRegEx.cpp89 jchar const * patternRaw = env->GetStringChars(pattern, NULL);
H A DResources.cpp78 const jchar* cCode = env->GetStringChars(currencyCode, NULL);
250 const jchar* chars = env->GetStringChars(id, NULL);
/dalvik/libnativehelper/include/nativehelper/
H A Djni.h372 const jchar* (*GetStringChars)(JNIEnv*, jstring, jboolean*); member in struct:JNINativeInterface
833 const jchar* GetStringChars(jstring string, jboolean* isCopy) function in struct:_JNIEnv
834 { return functions->GetStringChars(this, string, isCopy); }
/dalvik/libcore/sql/src/main/native/
H A Dsqlite_jni.c1936 const jchar *str = (*env)->GetStringChars(env, err, 0);
1961 const jchar *str = (*env)->GetStringChars(env, err, 0);
2044 const jchar *str = (*env)->GetStringChars(env, ret, 0);
2069 const jchar *str = (*env)->GetStringChars(env, ret, 0);
3370 sql16 = (*env)->GetStringChars(env, sql, 0);
/dalvik/libcore/xml/src/main/native/
H A Dorg_apache_harmony_xml_ExpatParser.cpp1083 const jchar* characters = env->GetStringChars(xml, NULL);
/dalvik/vm/
H A DJni.c2919 static const jchar* GetStringChars(JNIEnv* env, jstring jstr, jboolean* isCopy) function
3452 * Like GetStringChars, but with restricted use.
4116 GetStringChars,
H A DCheckJni.c1906 result = BASE_ENV(env)->GetStringChars(env, string, isCopy);

Completed in 832 milliseconds