Home
last modified time | relevance | path

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

/external/rust/crates/regex-syntax/src/
Dunicode.rs20 PropertyNotFound, enumerator
197 None => return Err(Error::PropertyNotFound), in canonicalize()
257 Err(Error::PropertyNotFound) in canonical_binary()
317 Err(Error::PropertyNotFound) in class()
473 Err(Error::PropertyNotFound) in canonical_prop()
576 Err::<IntoIter<Range>, _>(Error::PropertyNotFound) in ages()
629 Err(Error::PropertyNotFound) in gencat()
664 Err(Error::PropertyNotFound) in script()
689 Err(Error::PropertyNotFound) in script_extension()
713 Err(Error::PropertyNotFound) in bool_property()
[all …]
/external/rust/crates/regex-syntax/src/hir/
Dtranslate.rs910 unicode::Error::PropertyNotFound => { in convert_unicode_class_error()