Home
last modified time | relevance | path

Searched refs:GetCharArrayElements (Results 1 – 4 of 4) sorted by relevance

/dalvik/libcore/icu/src/main/native/
DBidiWrapperInterface.c61 _text = (*env)->GetCharArrayElements (env, text, NULL); in Java_org_apache_harmony_text_BidiWrapper_ubidi_1setPara()
/dalvik/libcore/xml/src/main/native/
Dorg_apache_harmony_xml_ExpatParser.cpp437 jchar* nativeBuffer = env->GetCharArrayElements(buffer, NULL); in fillBuffer()
1049 jchar* characters = env->GetCharArrayElements(xml, NULL); in appendCharacters()
/dalvik/libnativehelper/include/nativehelper/
Djni.h395 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/
DJni.c3356 GetCharArrayElements,