Home | History | Annotate | Download | only in bidi

Lines Matching defs:Class

20 // if this is worth exposing or if we can find a way to speed up the Class
23 // // CompactClass is like Class, but maps all of the BiDi control classes
24 // // (LRO, RLO, LRE, RLE, PDF, LRI, RLI, FSI, PDI) to the class Control.
25 // func (p Properties) CompactClass() Class {
26 // return Class(p.entry & 0x0F)
29 // Class returns the Bidi class for p.
30 func (p Properties) Class() Class {
31 c := Class(p.entry & 0x0F)
50 var controlByteToClass = [16]Class{