Searched defs:NewIntArray (Results 1 – 4 of 4) sorted by relevance
170 StatusOr<ScopedLocalRef<jintArray>> JniHelper::NewIntArray(JNIEnv* env, in NewIntArray() function in libtextclassifier3::JniHelper
168 StatusOr<ScopedLocalRef<jintArray>> JniHelper::NewIntArray(JNIEnv* env, in NewIntArray() function in libtextclassifier3::JniHelper
1134 pub NewIntArray: Option<unsafe extern "system" fn(env: *mut JNIEnv, len: jsize) -> jintArray>, field
1651 jintArray NewIntArray(jsize len) { in NewIntArray() function