Lines Matching defs:ClassBytes
1080 pub struct ClassBytes { struct
1081 set: IntervalSet<ClassBytesRange>, argument
1084 impl ClassBytes { impl
1138 pub fn union(&mut self, other: &ClassBytes) { in union()
1143 pub fn intersect(&mut self, other: &ClassBytes) { in intersect()
1148 pub fn difference(&mut self, other: &ClassBytes) { in difference()
1159 pub fn symmetric_difference(&mut self, other: &ClassBytes) { in symmetric_difference()
1536 fn bclass(ranges: &[(u8, u8)]) -> ClassBytes { in bclass() argument
1590 fn bcasefold(cls: &ClassBytes) -> ClassBytes { in bcasefold()
1596 fn bunion(cls1: &ClassBytes, cls2: &ClassBytes) -> ClassBytes { in bunion()
1602 fn bintersect(cls1: &ClassBytes, cls2: &ClassBytes) -> ClassBytes { in bintersect()
1608 fn bdifference(cls1: &ClassBytes, cls2: &ClassBytes) -> ClassBytes { in bdifference()
1614 fn bsymdifference(cls1: &ClassBytes, cls2: &ClassBytes) -> ClassBytes { in bsymdifference()
1620 fn bnegate(cls: &ClassBytes) -> ClassBytes { in bnegate()