Searched defs:jchar (Results 1 – 13 of 13) sorted by relevance
172 salt: jchar, in Java_com_google_android_gms_nearby_presence_hazmat_LdtNpJni_encrypt()211 salt: jchar, in Java_com_google_android_gms_nearby_presence_hazmat_LdtNpJni_decryptAndVerify()
27 const skjson::ObjectValue& jchar) { in parseGlyph()
58 operator jchar() const { return 0; } in jchar() function
114 pub fn c(self) -> Result<jchar> { in c()218 impl<'a> TryFrom<JValue<'a>> for jchar { implementation
145 pub fn c(self) -> Result<jchar> { in c()282 impl<O> TryFrom<JValueGen<O>> for jchar { implementation
114 impl TypeArray for jchar {} implementation
272 for (const skjson::ObjectValue* jchar : jchars) { in resolveEmbeddedTypefaces() local
1399 buf: &mut [jchar], in get_char_array_region()1594 buf: &[jchar], in set_char_array_region()2222 ) -> Result<AutoArray<'a, jchar>> { in get_char_array_elements() argument
1891 buf: &mut [jchar], in get_char_array_region()2086 buf: &[jchar], in set_char_array_region()
14 pub type jchar = u16; typedef
58 typedef unsigned short jchar; typedef
33 typedef uint16_t jchar; /* unsigned 16 bits */ typedef