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