Home
last modified time | relevance | path

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

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