Searched refs:UnicodePropertyNotFound (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/regex-syntax/src/hir/ |
D | translate.rs | 911 self.error(sp, ErrorKind::UnicodePropertyNotFound) in convert_unicode_class_error() 2187 kind: hir::ErrorKind::UnicodePropertyNotFound, in class_unicode_gencat() 2197 kind: hir::ErrorKind::UnicodePropertyNotFound, in class_unicode_gencat() 2222 kind: hir::ErrorKind::UnicodePropertyNotFound, in class_unicode_gencat_disabled() 2233 kind: hir::ErrorKind::UnicodePropertyNotFound, in class_unicode_gencat_disabled() 2290 kind: hir::ErrorKind::UnicodePropertyNotFound, in class_unicode_script_disabled() 2301 kind: hir::ErrorKind::UnicodePropertyNotFound, in class_unicode_script_disabled() 2346 kind: hir::ErrorKind::UnicodePropertyNotFound, in class_unicode_age_disabled()
|
D | mod.rs | 66 UnicodePropertyNotFound, enumerator 101 UnicodePropertyNotFound => "Unicode property not found", in description()
|