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

/frameworks/base/core/jni/
H A Dandroid_text_AndroidCharacter.cpp55 jbyteArray destArray, jint count)
61 ScopedByteArrayRW dest(env, destArray);
66 if (env->GetArrayLength(srcArray) < count || env->GetArrayLength(destArray) < count) {
106 jint start, jint count, jbyteArray destArray)
112 ScopedByteArrayRW dest(env, destArray);
119 || env->GetArrayLength(destArray) < count) {
54 getDirectionalities(JNIEnv* env, jobject obj, jcharArray srcArray, jbyteArray destArray, jint count) argument
105 getEastAsianWidths(JNIEnv* env, jobject obj, jcharArray srcArray, jint start, jint count, jbyteArray destArray) argument

Completed in 45 milliseconds