Home
last modified time | relevance | path

Searched refs:invalid_utf8 (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/
Dtest_generated_code.c72 const char invalid_utf8[] = "\xff"; in test_utf8() local
73 const upb_strview invalid_utf8_view = upb_strview_make(invalid_utf8, 1); in test_utf8()
/external/python/cpython3/Lib/test/
Dtest_multibytecodec.py195 invalid_utf8 = int.from_bytes(
200 self.assertRaises(UnicodeDecodeError, encoder.setstate, invalid_utf8)
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/bindings/lua/
Dtest_upb.lua424 local invalid_utf8 = "\xff"
426 optional_string = invalid_utf8,
/external/rust/crates/either/src/
Dlib.rs1098 let invalid_utf8 = b"\xff"; in error() localVariable
1099 let res = if let Err(error) = ::std::str::from_utf8(invalid_utf8) { in error()
/external/rust/crates/clap/src/
Derrors.rs640 pub fn invalid_utf8<U>(usage: U, color: ColorWhen) -> Self in invalid_utf8() method
/external/rust/crates/clap/src/app/
Dvalidator.rs102 return Err(Error::invalid_utf8( in validate_arg_values()
Dparser.rs1139 return Err(Error::invalid_utf8( in get_matches_with()
1153 return Err(Error::invalid_utf8( in get_matches_with()