Searched refs:UnicodeNotAllowed (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/regex-syntax/src/hir/ |
D | translate.rs | 675 return Err(self.error(span, ErrorKind::UnicodeNotAllowed)); in hir_from_char() 704 return Err(self.error(span, ErrorKind::UnicodeNotAllowed)); in hir_from_char_case_insensitive() 826 self.error(ast_class.span, ErrorKind::UnicodeNotAllowed) in hir_unicode_class() 978 Err(self.error(ast.span, ErrorKind::UnicodeNotAllowed)) in class_literal_byte() 1412 kind: hir::ErrorKind::UnicodeNotAllowed, in literal() 1502 kind: hir::ErrorKind::UnicodeNotAllowed, in literal_case_insensitive() 2167 kind: hir::ErrorKind::UnicodeNotAllowed, in class_unicode_gencat() 2177 kind: hir::ErrorKind::UnicodeNotAllowed, in class_unicode_gencat()
|
D | mod.rs | 60 UnicodeNotAllowed, enumerator 99 UnicodeNotAllowed => "Unicode not allowed here", in description()
|