Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/regex-syntax/src/hir/
Dtranslate.rs930 self.error(sp, ErrorKind::UnicodePropertyValueNotFound) in convert_unicode_class_error()
2242 kind: hir::ErrorKind::UnicodePropertyValueNotFound, in class_unicode_gencat()
2300 kind: hir::ErrorKind::UnicodePropertyValueNotFound, in class_unicode_script()
2310 kind: hir::ErrorKind::UnicodePropertyValueNotFound, in class_unicode_script()
2351 kind: hir::ErrorKind::UnicodePropertyValueNotFound, in class_unicode_age()
Dmod.rs69 UnicodePropertyValueNotFound, enumerator
102 UnicodePropertyValueNotFound => "Unicode property value not found", in description()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-syntax-0.8.3/src/hir/
H A Dtranslate.rs1149 self.error(sp, ErrorKind::UnicodePropertyValueNotFound) in convert_unicode_class_error()
2561 kind: hir::ErrorKind::UnicodePropertyValueNotFound, in class_unicode_gencat()
2619 kind: hir::ErrorKind::UnicodePropertyValueNotFound, in class_unicode_script()
2629 kind: hir::ErrorKind::UnicodePropertyValueNotFound, in class_unicode_script()
2670 kind: hir::ErrorKind::UnicodePropertyValueNotFound, in class_unicode_age()
H A Dmod.rs99 UnicodePropertyValueNotFound, enumerator
128 UnicodePropertyValueNotFound => "Unicode property value not found", in fmt()