Searched refs:UnicodePerlClassNotFound (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/regex-syntax/src/hir/ |
D | translate.rs | 933 self.error(sp, ErrorKind::UnicodePerlClassNotFound) in convert_unicode_class_error() 2095 kind: hir::ErrorKind::UnicodePerlClassNotFound, in class_perl_word_disabled() 2110 kind: hir::ErrorKind::UnicodePerlClassNotFound, in class_perl_space_disabled() 2128 kind: hir::ErrorKind::UnicodePerlClassNotFound, in class_perl_digit_disabled()
|
D | mod.rs | 73 UnicodePerlClassNotFound, enumerator 103 UnicodePerlClassNotFound => { 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 | 1152 self.error(sp, ErrorKind::UnicodePerlClassNotFound) in convert_unicode_class_error() 2414 kind: hir::ErrorKind::UnicodePerlClassNotFound, in class_perl_word_disabled() 2429 kind: hir::ErrorKind::UnicodePerlClassNotFound, in class_perl_space_disabled() 2447 kind: hir::ErrorKind::UnicodePerlClassNotFound, in class_perl_digit_disabled()
|
H A D | mod.rs | 103 UnicodePerlClassNotFound, enumerator 129 UnicodePerlClassNotFound => { in fmt()
|