Home
last modified time | relevance | path

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

/external/rust/crates/regex-syntax/src/hir/literal/
Dmod.rs472 if self.class_exceeds_limits(cls_char_count(cls)) { in _add_char_class()
499 if self.class_exceeds_limits(cls_byte_count(cls)) { in add_byte_class()
560 fn class_exceeds_limits(&self, size: usize) -> bool { in class_exceeds_limits() method