Searched defs:FormInfo (Results 1 – 2 of 2) sorted by relevance
26 typedef struct FormInfo { struct43 struct FormInfo *more; argument44 } FormInfo; typedef
151 type FormInfo struct { struct152 quickCheck [MNumberOfModes]QCResult // index: MComposed or MDecomposed153 verified [MNumberOfModes]bool // index: MComposed or MDecomposed155 combinesForward bool // May combine with rune on the right156 combinesBackward bool // May combine with rune on the left157 isOneWay bool // Never appears in result158 inDecomp bool // Some decompositions result in this char.159 decomp Decomposition160 expandedDecomp Decomposition163 func (f FormInfo) String() string {[all …]