Home
last modified time | relevance | path

Searched defs:Paragraph (Results 1 – 3 of 3) sorted by relevance

/prebuilts/go/linux-x86/src/vendor/golang.org/x/text/unicode/bidi/
Dbidi.go76 type Paragraph struct { struct
77 p []byte
78 o Ordering
79 opts []Option
80 types []Class
81 pairTypes []bracketType
82 pairValues []rune
83 runes []rune
84 options options
96 func (p *Paragraph) prepareInput() (n int, err error) {
[all …]
/prebuilts/go/linux-x86/src/cmd/vendor/rsc.io/markdown/
Dpara.go20 type Paragraph struct { struct
21 Position
22 Text *Text
25 func (b *Paragraph) PrintHTML(buf *bytes.Buffer) {
31 func (b *Paragraph) printMarkdown(buf *bytes.Buffer, s mdState) {
/prebuilts/go/linux-x86/src/go/doc/comment/
Dparse.go118 type Paragraph struct { struct
119 Text []Text
122 func (*Paragraph) block() {}