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

/dalvik/libcore/icu/src/main/native/
H A DRBNFInterface.cpp105 const UChar *ruleChars = env->GetStringChars(rule, NULL);
278 jchar *str = (UChar *)env->GetStringChars(text, NULL);
H A DDecimalFormatInterface.cpp66 const UChar *pattChars = env->GetStringChars(pattern, NULL);
108 const UChar *textChars = env->GetStringChars(text, NULL);
184 const UChar *textChars = env->GetStringChars(text, NULL);
242 const UChar *pattChars = env->GetStringChars(pattern, NULL);
688 jchar *str = (UChar *)env->GetStringChars(text, NULL);
H A DRegExInterface.cpp88 jchar const * patternRaw = env->GetStringChars(pattern, NULL);
137 jchar const * textRaw = env->GetStringChars(text, NULL);
H A DBreakIteratorInterface.c141 const UChar *strUChars = (*env)->GetStringChars(env, text, NULL);
H A DResourceInterface.cpp116 const jchar *cCode = env->GetStringChars(currencyCode, NULL);
433 res = env->GetStringChars(strObj, NULL);
501 const jchar* idChars = env->GetStringChars(zoneID, 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.c1942 const jchar *str = (*env)->GetStringChars(env, err, 0);
1967 const jchar *str = (*env)->GetStringChars(env, err, 0);
2050 const jchar *str = (*env)->GetStringChars(env, ret, 0);
2075 const jchar *str = (*env)->GetStringChars(env, ret, 0);
3377 sql16 = (*env)->GetStringChars(env, sql, 0);
3687 ch = (*env)->GetStringChars(env, val, 0);
/dalvik/vm/
H A DJni.c2152 static const jchar* GetStringChars(JNIEnv* env, jstring string, function
2672 * Like GetStringChars, but with restricted use.
3332 GetStringChars,
H A DCheckJni.c1585 result = BASE_ENV(env)->GetStringChars(env, string, isCopy);
/dalvik/libcore/xml/src/main/native/
H A Dorg_apache_harmony_xml_ExpatParser.cpp1009 const jchar* characters = env->GetStringChars(xml, NULL);

Completed in 121 milliseconds