Lines Matching refs:bool
40 pub only_utf8: bool,
43 pub is_bytes: bool,
47 pub is_dfa: bool,
50 pub is_reverse: bool,
52 pub is_anchored_start: bool,
54 pub is_anchored_end: bool,
56 pub has_unicode_word_boundary: bool,
113 pub fn leads_to_match(&self, pc: usize) -> bool {
128 pub fn needs_dotstar(&self) -> bool {
134 pub fn uses_bytes(&self) -> bool {
141 pub fn only_utf8(&self) -> bool {
300 pub fn is_match(&self) -> bool {
382 pub fn matches(&self, c: Char) -> bool {
431 pub fn matches(&self, byte: u8) -> bool {