Searched defs:Paragraph (Results 1 – 7 of 7) sorted by relevance
/external/syzkaller/vendor/golang.org/x/text/unicode/bidi/ |
D | bidi.go | 73 type Paragraph struct { struct 82 func (p *Paragraph) SetBytes(b []byte, opts ...Option) (n int, err error) { 91 func (p *Paragraph) SetString(s string, opts ...Option) (n int, err error) { 98 func (p *Paragraph) IsLeftToRight() bool { 105 func (p *Paragraph) Direction() Direction { 112 func (p *Paragraph) RunAt(pos int) Run { 117 func (p *Paragraph) Order() (Ordering, error) { 123 func (p *Paragraph) Line(start, end int) (Ordering, error) {
|
/external/pdfium/core/fxcrt/ |
D | cfx_char.h | 14 enum class CFX_BreakType { None = 0, Piece, Line, Paragraph, Page }; enumerator
|
/external/clang/lib/AST/ |
D | CommentSema.cpp | 68 ParagraphComment *Paragraph) { in actOnBlockCommandFinish() 276 ParagraphComment *Paragraph) { in actOnParamCommandFinish() 359 ParagraphComment *Paragraph) { in actOnTParamCommandFinish() 567 ParagraphComment *Paragraph = Command->getParagraph(); in checkBlockCommandEmptyParagraph() local
|
D | CommentParser.cpp | 341 ParagraphComment *Paragraph = S.actOnParagraphComment(None); in parseBlockCommand() local 381 ParagraphComment *Paragraph; in parseBlockCommand() local
|
/external/icu/icu4c/source/samples/layout/ |
D | paragraph.cpp | 82 Paragraph::Paragraph(const LEUnicode chars[], int32_t charCount, const FontRuns *fontRuns, LEErrorC… in Paragraph() function in Paragraph
|
/external/clang/unittests/AST/ |
D | CommentParser.cpp | 165 ParagraphComment *&Paragraph) { in HasBlockCommandAt() 190 ParagraphComment *&Paragraph) { in HasParamCommandAt() 236 ParagraphComment *&Paragraph) { in HasTParamCommandAt()
|
/external/clang/include/clang/AST/ |
D | Comment.h | 617 ParagraphComment *Paragraph; variable
|