Home
last modified time | relevance | path

Searched refs:InvalidUTF8 (Results 1 – 2 of 2) sorted by relevance

/external/golang-protobuf/proto/
Dlib.go299 func (e *invalidUTF8Error) InvalidUTF8() bool { func
314 if re, ok := err.(interface{ InvalidUTF8() bool }); ok && re.InvalidUTF8() {
/external/rust/crates/regex-automata/tests/
Dcollection.rs70 InvalidUTF8, enumerator
314 RegexTestOption::InvalidUTF8 => { in apply_options()