Lines Matching refs:bytes
192 /// characters, or it can use bytes.
556 /// If `bytes` is `true`, then this assumes characters are limited to a
558 pub fn dot(bytes: bool) -> Hir {
559 if bytes {
578 /// If `bytes` is `true`, then this assumes characters are limited to a
580 pub fn any(bytes: bool) -> Hir {
581 if bytes {
770 /// by default, while bytes are used when Unicode mode (via the `u` flag) is
786 /// A set of characters represented by arbitrary bytes (one byte per
947 /// nothing or only ASCII bytes. Stated differently, this returns false
1077 /// A set of characters represented by arbitrary bytes (where one byte
1164 /// nothing or only ASCII bytes. Stated differently, this returns false
1185 /// A single range of characters represented by arbitrary bytes.