Home
last modified time | relevance | path

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

/external/rust/crates/regex-syntax/src/hir/
Dtranslate.rs914 self.error(sp, ErrorKind::UnicodePropertyValueNotFound) in convert_unicode_class_error()
2207 kind: hir::ErrorKind::UnicodePropertyValueNotFound, in class_unicode_gencat()
2265 kind: hir::ErrorKind::UnicodePropertyValueNotFound, in class_unicode_script()
2275 kind: hir::ErrorKind::UnicodePropertyValueNotFound, in class_unicode_script()
2316 kind: hir::ErrorKind::UnicodePropertyValueNotFound, in class_unicode_age()
Dmod.rs69 UnicodePropertyValueNotFound, enumerator
102 UnicodePropertyValueNotFound => "Unicode property value not found", in description()