Searched refs:UnicodeNotAllowed (Results 1 – 6 of 6) sorted by relevance
/external/rust/android-crates-io/crates/regex-syntax/src/hir/ |
D | translate.rs | 669 return Err(self.error(span, ErrorKind::UnicodeNotAllowed)); in hir_from_char() 698 return Err(self.error(span, ErrorKind::UnicodeNotAllowed)); in hir_from_char_case_insensitive() 816 self.error(ast_class.span, ErrorKind::UnicodeNotAllowed) in hir_unicode_class() 994 Err(self.error(ast.span, ErrorKind::UnicodeNotAllowed)) in class_literal_byte() 1428 kind: hir::ErrorKind::UnicodeNotAllowed, in literal() 1518 kind: hir::ErrorKind::UnicodeNotAllowed, in literal_case_insensitive() 2202 kind: hir::ErrorKind::UnicodeNotAllowed, in class_unicode_gencat() 2212 kind: hir::ErrorKind::UnicodeNotAllowed, in class_unicode_gencat()
|
D | mod.rs | 60 UnicodeNotAllowed, enumerator 99 UnicodeNotAllowed => "Unicode not allowed here", in description()
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/regex-syntax-0.8.5/src/hir/ |
D | translate.rs | 1036 self.error(ast_class.span, ErrorKind::UnicodeNotAllowed) in hir_unicode_class() 1213 Err(self.error(ast.span, ErrorKind::UnicodeNotAllowed)) in class_literal_byte() 2521 kind: hir::ErrorKind::UnicodeNotAllowed, in class_unicode_gencat() 2531 kind: hir::ErrorKind::UnicodeNotAllowed, in class_unicode_gencat()
|
D | mod.rs | 87 UnicodeNotAllowed, enumerator 124 UnicodeNotAllowed => "Unicode not allowed here", in fmt()
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/regex-syntax-0.8.5/src/hir/ |
D | translate.rs | 1036 self.error(ast_class.span, ErrorKind::UnicodeNotAllowed) in hir_unicode_class() 1213 Err(self.error(ast.span, ErrorKind::UnicodeNotAllowed)) in class_literal_byte() 2521 kind: hir::ErrorKind::UnicodeNotAllowed, in class_unicode_gencat() 2531 kind: hir::ErrorKind::UnicodeNotAllowed, in class_unicode_gencat()
|
D | mod.rs | 87 UnicodeNotAllowed, enumerator 124 UnicodeNotAllowed => "Unicode not allowed here", in fmt()
|