Searched refs:country_code_vec (Results 1 – 1 of 1) sorted by relevance
418 let country_code_vec = jni.env.convert_byte_array(jni.country_code_arr)?; in try_from() localVariable419 if country_code_vec.len() != 2 { in try_from()422 country_code_vec.len() in try_from()426 let country_code = [country_code_vec[0], country_code_vec[1]]; in try_from()431 country_code_vec in try_from()