Searched refs:calculate_string_length_from_rust (Results 1 – 3 of 3) sorted by relevance
12 long result = RustStringLength.loadNativeLibrary().calculate_string_length_from_rust(s); in testCallsJniToRust()
13 long calculate_string_length_from_rust(String s); in calculate_string_length_from_rust() method
10 pub unsafe extern "C" fn calculate_string_length_from_rust(s: *const c_char) -> i64 { in calculate_string_length_from_rust() function