Home
last modified time | relevance | path

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

/dalvik/libcore/icu/src/main/native/
DDecimalFormatInterface.cpp66 const UChar *pattChars = env->GetStringChars(pattern, NULL); in openDecimalFormatImpl()
108 const UChar *textChars = env->GetStringChars(text, NULL); in setSymbol()
184 const UChar *textChars = env->GetStringChars(text, NULL); in setTextAttribute()
242 const UChar *pattChars = env->GetStringChars(pattern, NULL); in applyPatternImpl()
688 jchar *str = (UChar *)env->GetStringChars(text, NULL); in parse()
DRBNFInterface.cpp105 const UChar *ruleChars = env->GetStringChars(rule, NULL); in openRBNFImpl2()
278 jchar *str = (UChar *)env->GetStringChars(text, NULL); in parseRBNFImpl()
DRegExInterface.cpp88 jchar const * patternRaw = env->GetStringChars(pattern, NULL); in open()
137 jchar const * textRaw = env->GetStringChars(text, NULL); in setText()
DBreakIteratorInterface.c141 const UChar *strUChars = (*env)->GetStringChars(env, text, NULL); in setTextImpl()
DResourceInterface.cpp116 const jchar *cCode = env->GetStringChars(currencyCode, NULL); in getFractionDigitsNative()
433 res = env->GetStringChars(strObj, NULL); in getTimeZonesNative()
501 const jchar* idChars = env->GetStringChars(zoneID, NULL); in getDisplayTimeZoneNative()
/dalvik/libnativehelper/include/nativehelper/
Djni.h372 const jchar* (*GetStringChars)(JNIEnv*, jstring, jboolean*); member
833 const jchar* GetStringChars(jstring string, jboolean* isCopy) in GetStringChars() function
834 { return functions->GetStringChars(this, string, isCopy); } in GetStringChars()
/dalvik/libcore/sql/src/main/native/
Dsqlite_jni.c1942 const jchar *str = (*env)->GetStringChars(env, err, 0); in Java_SQLite_FunctionContext_set_1error()
1967 const jchar *str = (*env)->GetStringChars(env, err, 0); in Java_SQLite_FunctionContext_set_1error()
2050 const jchar *str = (*env)->GetStringChars(env, ret, 0); in Java_SQLite_FunctionContext_set_1result__Ljava_lang_String_2()
2075 const jchar *str = (*env)->GetStringChars(env, ret, 0); in Java_SQLite_FunctionContext_set_1result__Ljava_lang_String_2()
3377 sql16 = (*env)->GetStringChars(env, sql, 0); in Java_SQLite_Database_stmt_1prepare()
3687 ch = (*env)->GetStringChars(env, val, 0); in Java_SQLite_Stmt_bind__ILjava_lang_String_2()
/dalvik/libcore/xml/src/main/native/
Dorg_apache_harmony_xml_ExpatParser.cpp1009 const jchar* characters = env->GetStringChars(xml, NULL); in appendString()
/dalvik/vm/
DJni.c2727 static const jchar* GetStringChars(JNIEnv* env, jstring jstr, jboolean* isCopy) in GetStringChars() function
3925 GetStringChars,
DCheckJni.c1764 result = BASE_ENV(env)->GetStringChars(env, string, isCopy); in Check_GetStringChars()