Searched refs:JShortArray (Results 1 – 3 of 3) sorted by relevance
116 pub type JShortArray<'local> = JPrimitiveArray<'local, crate::sys::jshort>; typedef
31 JObjectArray, JPrimitiveArray, JShortArray,1789 pub fn new_short_array(&self, length: jsize) -> Result<JShortArray<'local>> { in new_short_array()1791 let array = unsafe { JShortArray::from_raw(array) }; in new_short_array()1916 array: impl AsRef<JShortArray<'other_local>>, in get_short_array_region()2104 array: impl AsRef<JShortArray<'other_local>>, in set_short_array_region()
266 - `JShortArray`