Searched refs:UnicodePropertyValueNotFound (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/regex-syntax/src/hir/ |
D | translate.rs | 930 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()
|
D | mod.rs | 69 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 D | translate.rs | 1149 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 D | mod.rs | 99 UnicodePropertyValueNotFound, enumerator 128 UnicodePropertyValueNotFound => "Unicode property value not found", in fmt()
|