Home
last modified time | relevance | path

Searched defs:new_char_array (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/
Djnienv.rs1297 pub fn new_char_array(&self, length: jsize) -> Result<jcharArray> { in new_char_array() method
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/
Djnienv.rs1782 pub fn new_char_array(&self, length: jsize) -> Result<JCharArray<'local>> { in new_char_array() method