Searched defs:destArray (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_text_AndroidCharacter.cpp54 static void getDirectionalities(JNIEnv* env, jobject obj, jcharArray srcArray, jbyteArray destArray, int count) argument
60 ScopedByteArrayRW dest(env, destArray);
65 if (env->GetArrayLength(srcArray) < count || env->GetArrayLength(destArray) < count) {
105 int start, int count, jbyteArray destArray)
111 ScopedByteArrayRW dest(env, destArray);
118 || env->GetArrayLength(destArray) < count) {
104 getEastAsianWidths(JNIEnv* env, jobject obj, jcharArray srcArray, int start, int count, jbyteArray destArray) argument

Completed in 69 milliseconds