HomeSort by relevance Sort by last modified time
    Searched defs:paragraph (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLErrors.cpp 146 RefPtr<Element> paragraph = m_document->createElement(pTag, true); local
147 paragraph->parserSetAttributes(attributes);
148 paragraph->parserAppendChild(m_document->createTextNode("This document was created as the result of an XSL transformation. The line and column numbers given are from the transformed result."));
149 reportElement->parserAppendChild(paragraph.release());
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Text_Suite.py 66 class paragraph(aetools.ComponentItem): class in inherits:aetools.ComponentItem
67 """paragraph - This subdivides the text into paragraphs. """
74 paragraphs = paragraph
101 'paragraph' : paragraph,
115 'paragraph' : paragraph,
128 'paragraph' : paragraph,
131 paragraph._superclassnames = ['item'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/
Text_Suite.py 66 class paragraph(aetools.ComponentItem): class in inherits:aetools.ComponentItem
67 """paragraph - This subdivides the text into paragraphs. """
74 paragraphs = paragraph
101 'paragraph' : paragraph,
115 'paragraph' : paragraph,
128 'paragraph' : paragraph,
131 paragraph._superclassnames = ['item'
    [all...]
  /external/icu4c/samples/layout/
clayout.c 31 pf_flow *paragraph; member in struct:Context
55 if (context->paragraph != NULL) {
59 pf_breakLines(context->paragraph, context->width, context->height);
65 si.nMax = pf_getLineCount(context->paragraph) - 1;
66 si.nPage = context->height / pf_getLineHeight(context->paragraph);
150 context->paragraph = pf_factory("Sample.txt", font, guiSupport);
221 if (context->paragraph != NULL && si.nPos != vertPos) {
222 ScrollWindow(hwnd, 0, pf_getLineHeight(context->paragraph) * (vertPos - si.nPos), NULL, NULL);
246 if (context->paragraph != NULL) {
252 lastLine = min (si.nPos + (le_int32) si.nPage, pf_getLineCount(context->paragraph) - 1)
    [all...]
layout.cpp 17 #include "paragraph.h"
32 Paragraph *paragraph; member in struct:Context
54 if (context->paragraph != NULL) {
58 context->paragraph->breakLines(context->width, context->height);
64 si.nMax = context->paragraph->getLineCount() - 1;
65 si.nPage = context->height / context->paragraph->getLineHeight();
148 context->paragraph = Paragraph::paragraphFactory("Sample.txt", font, guiSupport);
219 if (context->paragraph != NULL && si.nPos != vertPos)
    [all...]
cgnomelayout.c 25 pf_flow *paragraph; member in struct:Context
92 if (context->paragraph != NULL) {
93 pf_close(context->paragraph);
96 context->paragraph = newPara;
100 pf_breakLines(context->paragraph, context->width, context->height);
197 if (context->paragraph != NULL) {
202 pf_breakLines(context->paragraph, context->width, context->height);
211 if (context->paragraph != NULL) {
212 gint maxLines = pf_getLineCount(context->paragraph) - 1;
213 gint firstLine = 0, lastLine = context->height / pf_getLineHeight(context->paragraph);
    [all...]
gnomelayout.cpp 24 #include "paragraph.h"
37 Paragraph *paragraph; member in struct:Context
90 Paragraph *newPara;
94 newPara = Paragraph::paragraphFactory(fileName, font, guiSupport);
100 if (context->paragraph != NULL) {
101 delete context->paragraph;
104 context->paragraph = newPara;
108 context->paragraph->breakLines(context->width, context->height);
205 if (context->paragraph != NULL)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Text_Suite.py 46 class paragraph(aetools.ComponentItem): class in inherits:aetools.ComponentItem
47 """paragraph - A paragraph """
50 paragraphs = paragraph
128 paragraph._superclassnames = ['text']
129 paragraph._privpropdict = {
132 paragraph._privelemdict = {
147 'paragraph' : paragraph,
197 'cpar' : paragraph,
    [all...]
  /external/chromium_org/third_party/icu/source/test/letest/
cletest.c 503 * Build a paragraph that contains a mixture of left to right and right to left text.
517 pl_paragraph *paragraph; local
650 paragraph = pl_create(chars, charCount, fontRuns, NULL, NULL, NULL, 0, FALSE, &status);
659 pl_reflow(paragraph);
660 while ((line = pl_nextLine(paragraph, lineWidth)) != NULL) {
724 pl_close(paragraph);
  /external/icu4c/test/letest/
cletest.c 503 * Build a paragraph that contains a mixture of left to right and right to left text.
517 pl_paragraph *paragraph; local
650 paragraph = pl_create(chars, charCount, fontRuns, NULL, NULL, NULL, 0, FALSE, &status);
659 pl_reflow(paragraph);
660 while ((line = pl_nextLine(paragraph, lineWidth)) != NULL) {
724 pl_close(paragraph);
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
BidiTest.java 977 AttributedString paragraph = new AttributedString("text"); local
    [all...]
  /libcore/luni/src/main/java/java/text/
Bidi.java 41 * character, then set the paragraph level to 0 (left-to-right).
47 * character, then set the paragraph level to 1 (right-to-left).
90 * AttributedCharacterIterator} of a paragraph text. The RUN_DIRECTION
104 * @param paragraph
105 * the String containing the paragraph text to perform the
107 * @throws IllegalArgumentException if {@code paragraph == null}
112 public Bidi(AttributedCharacterIterator paragraph) {
113 if (paragraph == null) {
114 throw new IllegalArgumentException("paragraph is null");
117 int begin = paragraph.getBeginIndex()
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 1766 milliseconds

1 2