Home
last modified time | relevance | path

Searched defs:FormInfo (Results 1 – 2 of 2) sorted by relevance

/external/curl/lib/
Dformdata.h26 typedef struct FormInfo { struct
43 struct FormInfo *more; argument
44 } FormInfo; typedef
/external/syzkaller/vendor/golang.org/x/text/unicode/norm/
Dmaketables.go151 type FormInfo struct { struct
152 quickCheck [MNumberOfModes]QCResult // index: MComposed or MDecomposed
153 verified [MNumberOfModes]bool // index: MComposed or MDecomposed
155 combinesForward bool // May combine with rune on the right
156 combinesBackward bool // May combine with rune on the left
157 isOneWay bool // Never appears in result
158 inDecomp bool // Some decompositions result in this char.
159 decomp Decomposition
160 expandedDecomp Decomposition
163 func (f FormInfo) String() string {
[all …]