Searched refs:GetCharArrayElements (Results 1 – 4 of 4) sorted by relevance
/dalvik/libcore/icu/src/main/native/ |
D | BidiWrapperInterface.c | 61 _text = (*env)->GetCharArrayElements (env, text, NULL); in Java_org_apache_harmony_text_BidiWrapper_ubidi_1setPara()
|
/dalvik/libcore/xml/src/main/native/ |
D | org_apache_harmony_xml_ExpatParser.cpp | 437 jchar* nativeBuffer = env->GetCharArrayElements(buffer, NULL); in fillBuffer() 1049 jchar* characters = env->GetCharArrayElements(xml, NULL); in appendCharacters()
|
/dalvik/libnativehelper/include/nativehelper/ |
D | jni.h | 395 jchar* (*GetCharArrayElements)(JNIEnv*, jcharArray, jboolean*); member 886 jchar* GetCharArrayElements(jcharArray array, jboolean* isCopy) in GetCharArrayElements() function 887 { return functions->GetCharArrayElements(this, array, isCopy); } in GetCharArrayElements()
|
/dalvik/vm/ |
D | Jni.c | 3356 GetCharArrayElements,
|