Home
last modified time | relevance | path

Searched refs:paragraph (Results 1 – 25 of 164) sorted by relevance

1234567

/external/icu/icu4c/source/layoutex/
Dplayout.cpp44 pl_close(pl_paragraph *paragraph) in pl_close() argument
46 ParagraphLayout *pl = (ParagraphLayout *) paragraph; in pl_close()
59 pl_getParagraphLevel(pl_paragraph *paragraph) in pl_getParagraphLevel() argument
61 ParagraphLayout *pl = (ParagraphLayout *) paragraph; in pl_getParagraphLevel()
71 pl_getTextDirection(pl_paragraph *paragraph) in pl_getTextDirection() argument
73 ParagraphLayout *pl = (ParagraphLayout *) paragraph; in pl_getTextDirection()
83 pl_getAscent(const pl_paragraph *paragraph) in pl_getAscent() argument
85 ParagraphLayout *pl = (ParagraphLayout *) paragraph; in pl_getAscent()
95 pl_getDescent(const pl_paragraph *paragraph) in pl_getDescent() argument
97 ParagraphLayout *pl = (ParagraphLayout *) paragraph; in pl_getDescent()
[all …]
/external/icu/icu4c/source/samples/layout/
Dlayout.cpp32 Paragraph *paragraph; member
54 if (context->paragraph != NULL) { in InitParagraph()
58 context->paragraph->breakLines(context->width, context->height); in InitParagraph()
64 si.nMax = context->paragraph->getLineCount() - 1; in InitParagraph()
65 si.nPage = context->height / context->paragraph->getLineHeight(); in InitParagraph()
148 context->paragraph = Paragraph::paragraphFactory("Sample.txt", font, guiSupport); in WndProc()
219 if (context->paragraph != NULL && si.nPos != vertPos) { in WndProc()
220 … ScrollWindow(hwnd, 0, context->paragraph->getLineHeight() * (vertPos - si.nPos), NULL, NULL); in WndProc()
244 if (context->paragraph != NULL) { in WndProc()
250 lastLine = min (si.nPos + (le_int32) si.nPage, context->paragraph->getLineCount() - 1); in WndProc()
[all …]
Dclayout.c31 pf_flow *paragraph; member
55 if (context->paragraph != NULL) { in InitParagraph()
59 pf_breakLines(context->paragraph, context->width, context->height); in InitParagraph()
65 si.nMax = pf_getLineCount(context->paragraph) - 1; in InitParagraph()
66 si.nPage = context->height / pf_getLineHeight(context->paragraph); in InitParagraph()
150 context->paragraph = pf_factory("Sample.txt", font, guiSupport); in WndProc()
221 if (context->paragraph != NULL && si.nPos != vertPos) { in WndProc()
222 … ScrollWindow(hwnd, 0, pf_getLineHeight(context->paragraph) * (vertPos - si.nPos), NULL, NULL); in WndProc()
246 if (context->paragraph != NULL) { in WndProc()
252 … lastLine = min (si.nPos + (le_int32) si.nPage, pf_getLineCount(context->paragraph) - 1); in WndProc()
[all …]
Dgnomelayout.cpp37 Paragraph *paragraph; member
100 if (context->paragraph != NULL) { in openOK()
101 delete context->paragraph; in openOK()
104 context->paragraph = newPara; in openOK()
108 context->paragraph->breakLines(context->width, context->height); in openOK()
205 if (context->paragraph != NULL) { in eventConfigure()
210 context->paragraph->breakLines(context->width, context->height); in eventConfigure()
219 if (context->paragraph != NULL) { in eventExpose()
220 gint maxLines = context->paragraph->getLineCount() - 1; in eventExpose()
221 gint firstLine = 0, lastLine = context->height / context->paragraph->getLineHeight(); in eventExpose()
[all …]
Dcgnomelayout.c25 pf_flow *paragraph; member
92 if (context->paragraph != NULL) { in openOK()
93 pf_close(context->paragraph); in openOK()
96 context->paragraph = newPara; in openOK()
100 pf_breakLines(context->paragraph, context->width, context->height); in openOK()
197 if (context->paragraph != NULL) { in eventConfigure()
202 pf_breakLines(context->paragraph, context->width, context->height); in eventConfigure()
211 if (context->paragraph != NULL) { in eventExpose()
212 gint maxLines = pf_getLineCount(context->paragraph) - 1; in eventExpose()
213 gint firstLine = 0, lastLine = context->height / pf_getLineHeight(context->paragraph); in eventExpose()
[all …]
/external/icu/icu4c/source/layoutex/layout/
Dplayout.h117 pl_close(pl_paragraph *paragraph);
148 pl_getParagraphLevel(pl_paragraph *paragraph);
162 pl_getTextDirection(pl_paragraph *paragraph);
180 pl_getAscent(const pl_paragraph *paragraph);
193 pl_getDescent(const pl_paragraph *paragraph);
206 pl_getLeading(const pl_paragraph *paragraph);
216 pl_reflow(pl_paragraph *paragraph);
237 pl_nextLine(pl_paragraph *paragraph, float width);
/external/clang/utils/
DFindSpecRefs687 paragraph = int(tail[1:])
689 paragraph = None
693 paragraph = None
696 paragraph = int(p)
698 return SpecIndex(indices, paragraph)
700 def __init__(self, indices, paragraph=None): argument
703 self.paragraph = paragraph
707 if self.paragraph is not None:
708 s += '.p%d'%(self.paragraph,)
712 return 'SpecIndex(%s, %s)'%(self.indices, self.paragraph)
[all …]
/external/clang/test/Index/
Dcomment-misc-tags.m79 * \par User defined paragraph:
80 * Contents of the paragraph.
83 * New paragraph under the same heading.
87 * This is the first paragraph.
90 * And this is the second paragraph.
99 // CHECK-NEXT: (CXComment_Text Text=[ User defined paragraph:] HasTrailingNewline)
100 // CHECK-NEXT: (CXComment_Text Text=[ Contents of the paragraph.])))
103 // CHECK-NEXT: (CXComment_Text Text=[ New paragraph under the same heading.])))
107 // CHECK-NEXT: (CXComment_Text Text=[ This is the first paragraph.])))
110 // CHECK-NEXT: (CXComment_Text Text=[ And this is the second paragraph.])))
/external/clang/test/Sema/
Dwarn-documentation.m5 // expected-warning@+1 {{empty paragraph passed to '\brief' command}}
8 // expected-warning@+2 {{empty paragraph passed to '\brief' command}}
22 // expected-warning@+1 {{empty paragraph passed to '\brief' command}}
26 // expected-warning@+1 {{empty paragraph passed to '\brief' command}}
31 // expected-warning@+1 {{empty paragraph passed to '\brief' command}}
36 // expected-warning@+1 {{empty paragraph passed to '\brief' command}}
50 // expected-warning@+1 {{empty paragraph passed to '\brief' command}}
55 // expected-warning@+1 {{empty paragraph passed to '\brief' command}}
58 // expected-warning@+1 {{empty paragraph passed to '\brief' command}}
63 // expected-warning@+1 {{empty paragraph passed to '\brief' command}}
[all …]
/external/markdown/tests/misc/
Dmulti-paragraph-block-quote.txt1 > This is line one of paragraph one
2 > This is line two of paragraph one
4 > This is line one of paragraph two
Dpara-with-hr.txt1 Here is a paragraph, followed by a horizontal rule.
3 Followed by another paragraph.
Dlazy-block-quote.txt4 > Line one of paragraph two.
5 Line two of paragraph two.
Dblockquote-hr.txt1 This is a paragraph.
15 > A new paragraph.
Dnested-lists.txt3 paragraph 2
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/data/tree_construction/
Dtests1.dat212 Line: 1 Col: 18 End tag (b) violates step 1, paragraph 1 of the adoption agency algorithm.
247 Line: 1 Col: 10 End tag (a) violates step 1, paragraph 3 of the adoption agency algorithm.
248 Line: 1 Col: 24 End tag (a) violates step 1, paragraph 1 of the adoption agency algorithm.
265 Line: 1 Col: 15 End tag (b) violates step 1, paragraph 1 of the adoption agency algorithm.
295 Line: 1 Col: 28 End tag (b) violates step 1, paragraph 1 of the adoption agency algorithm.
361 Line: 1 Col: 39 End tag (b) violates step 1, paragraph 1 of the adoption agency algorithm.
382 Line: 1 Col: 43 End tag (a) violates step 1, paragraph 1 of the adoption agency algorithm.
411 Line: 1 Col: 15 End tag (a) violates step 1, paragraph 3 of the adoption agency algorithm.
677 Line: 1 Col: 10 End tag (b) violates step 1, paragraph 3 of the adoption agency algorithm.
692 Line: 1 Col: 23 End tag (b) violates step 1, paragraph 2 of the adoption agency algorithm.
[all …]
Dtricky01.dat72 <p><font size="7">First paragraph.</p>
73 <p>Second paragraph.</p></font>
85 | "First paragraph."
91 | "Second paragraph."
Dtests8.dat120 Line: 1 Col: 24 End tag (b) violates step 1, paragraph 3 of the adoption agency algorithm.
137 Line: 1 Col: 15 End tag (a) violates step 1, paragraph 3 of the adoption agency algorithm.
138 Line: 1 Col: 15 End tag (a) violates step 1, paragraph 3 of the adoption agency algorithm.
/external/iproute2/doc/
Dip-cref.tex228 \paragraph{Object:} A \verb|link| is a network device and the corresponding
231 \paragraph{Commands:} \verb|set| and \verb|show| (or \verb|list|).
235 \paragraph{Abbreviations:} \verb|set|, \verb|s|.
237 \paragraph{Arguments:}
310 \paragraph{Warning:} If multiple parameter changes are requested,
316 \paragraph{Examples:}
332 \paragraph{Abbreviations:} \verb|show|, \verb|list|, \verb|lst|, \verb|sh|, \verb|ls|,
335 \paragraph{Arguments:}
349 \paragraph{Output format:}
482 \paragraph{Statistics:} With the \verb|-statistics| option, \verb|ip| also
[all …]
/external/markdown/tests/markdown-test/
Dmarkdown-documentation-basics.txt37 A paragraph is simply one or more consecutive lines of text, separated
61 regular paragraph.
70 > This is the second paragraph in the blockquote.
83 regular paragraph.</p>
93 <p>This is the second paragraph in the blockquote.</p>
168 list item text. You can create multi-paragraph list items by indenting
265 In a regular paragraph, you can create code span by wrapping text in
292 you've got to put paragraph tags in your blockquotes:
301 you've got to put paragraph tags in your blockquotes:</p>
/external/markdown/MarkdownTest/Tests_2004/
DMarkdown Documentation - Basics.text37 A paragraph is simply one or more consecutive lines of text, separated
61 regular paragraph.
70 > This is the second paragraph in the blockquote.
83 regular paragraph.</p>
93 <p>This is the second paragraph in the blockquote.</p>
168 list item text. You can create multi-paragraph list items by indenting
265 In a regular paragraph, you can create code span by wrapping text in
292 you've got to put paragraph tags in your blockquotes:
301 you've got to put paragraph tags in your blockquotes:</p>
/external/markdown/MarkdownTest/Tests_2007/
DMarkdown Documentation - Basics.text37 A paragraph is simply one or more consecutive lines of text, separated
61 regular paragraph.
70 > This is the second paragraph in the blockquote.
83 regular paragraph.</p>
93 <p>This is the second paragraph in the blockquote.</p>
168 list item text. You can create multi-paragraph list items by indenting
265 In a regular paragraph, you can create code span by wrapping text in
292 you've got to put paragraph tags in your blockquotes:
301 you've got to put paragraph tags in your blockquotes:</p>
/external/skia/site/dev/tools/
Dmarkdown.md151 A paragraph is simply one or more consecutive lines of text, separated
176 regular paragraph.
185 > This is the second paragraph in the blockquote.
198 regular paragraph.</p>
208 <p>This is the second paragraph in the blockquote.</p>
283 list item text. You can create multi-paragraph list items by indenting
380 In a regular paragraph, you can create code span by wrapping text in
407 you've got to put paragraph tags in your blockquotes:
416 you've got to put paragraph tags in your blockquotes:</p>
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DBidi.java1718 public static byte getBaseDirection(CharSequence paragraph) { in getBaseDirection() argument
1719 if (paragraph == null || paragraph.length() == 0) { in getBaseDirection()
1723 int length = paragraph.length(); in getBaseDirection()
1729 c = UCharacter.codePointAt(paragraph, i); in getBaseDirection()
1738 … i = UCharacter.offsetByCodePoints(paragraph, i, 1);// set i to the head index of next codepoint in getBaseDirection()
4277 public void setPara(AttributedCharacterIterator paragraph) in setPara() argument
4280 Boolean runDirection = (Boolean) paragraph.getAttribute(TextAttribute.RUN_DIRECTION); in setPara()
4289 int len = paragraph.getEndIndex() - paragraph.getBeginIndex(); in setPara()
4293 char ch = paragraph.first(); in setPara()
4296 Integer embedding = (Integer) paragraph.getAttribute(TextAttribute.BIDI_EMBEDDING); in setPara()
[all …]
/external/icu/icu4c/source/test/letest/
Dcletest.c520 pl_paragraph *paragraph; in GlyphToCharTest() local
653 paragraph = pl_create(chars, charCount, fontRuns, NULL, NULL, NULL, 0, FALSE, &status); in GlyphToCharTest()
662 pl_reflow(paragraph); in GlyphToCharTest()
663 while ((line = pl_nextLine(paragraph, lineWidth)) != NULL) { in GlyphToCharTest()
727 pl_close(paragraph); in GlyphToCharTest()
/external/markdown/docs/extensions/
Dfootnotes.txt33 [^1]: The first paragraph of the definition.
42 A final paragraph.

1234567