Searched defs:ByteClasses (Results 1 – 5 of 5) sorted by relevance
9 pub struct ByteClasses([u8; 256]); struct11 impl ByteClasses { impl31 pub fn from_slice(slice: &[u8]) -> ByteClasses { in from_slice()110 impl fmt::Debug for ByteClasses { implementation205 pub fn byte_classes(&self) -> ByteClasses { in byte_classes()
988 byte_classes: ByteClasses, in empty_with_byte_classes()1099 pub fn byte_classes(&self) -> &ByteClasses { in byte_classes()
9 pub struct ByteClasses([u8; 256]); struct11 impl ByteClasses { impl87 impl fmt::Debug for ByteClasses { implementation176 pub fn build(&self) -> ByteClasses { in build()
96 pub fn byte_classes(&self) -> &ByteClasses { in byte_classes()138 byte_classes: &ByteClasses, in iter_all_transitions()455 fn iter_all<F: FnMut(u8, S)>(&self, classes: &ByteClasses, mut f: F) { in iter_all()
88 pub fn byte_classes(&self) -> &ByteClasses { in byte_classes()