Home
last modified time | relevance | path

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

/external/rust/crates/regex-syntax/src/
Dunicode.rs21 PropertyValueNotFound, enumerator
203 None => return Err(Error::PropertyValueNotFound), in canonicalize()
210 None => return Err(Error::PropertyValueNotFound), in canonicalize()
217 None => return Err(Error::PropertyValueNotFound), in canonicalize()
223 return Err(Error::PropertyValueNotFound) in canonicalize()
530 Err(Error::PropertyValueNotFound) in property_values()
612 None => Err(Error::PropertyValueNotFound), in ages()
645 .ok_or(Error::PropertyValueNotFound), in gencat()
672 .ok_or(Error::PropertyValueNotFound) in script()
697 .ok_or(Error::PropertyValueNotFound) in script_extension()
[all …]
/external/rust/crates/regex-syntax/src/hir/
Dtranslate.rs913 unicode::Error::PropertyValueNotFound => { in convert_unicode_class_error()