Lines Matching defs:setPara

93  * arguments of <code>setPara()</code>; there:
107 * when the <code>setPara()</code> method
123 * <li>{@link #setPara}
348 * para.setPara(text,
831 * <code>setPara</code>.
853 * <code>setPara()</code> or option
884 * <code>setPara</code>.
906 * <code>setPara</code>.
913 * <p>When this option bit is on, <code>setPara()</code> may process
917 * <code>setPara()</code> in order to determine how much of the source
919 * resubmitted in following calls to <code>setPara</code>. The
937 * <code>setPara()</code> so that later paragraphs may be concatenated to
1017 * real value after a successful execution of setPara or setLine
1030 * text actually processed by <code>setPara</code>, which may be shorter
1074 /* the following is set in setPara, used in processPropertySeq */
1236 * by <code>setPara()</code>
1240 * <code>setPara()</code> and <code>setLine()</code> will allocate
1413 * must be called before <code>setPara()</code>.
1449 * @see #setPara
1487 * This method must be called before <code>setPara()</code>, and stays in
1517 * <code>setPara</code> should approximate the algorithm used in Microsoft
1550 * <code>paraLevel</code> in <code>setPara</code>) is even, the source text
1632 * @see #setPara
3598 * Set the context before a call to setPara().<p>
3600 * setPara() computes the left-right directionality for a given piece
3607 * call to setPara(). If successive calls to setPara()
3609 * before each call to setPara(). In other words, a context is not
3610 * "remembered" after the following successful call to setPara().<p>
3612 * If a call to setPara() specifies DEFAULT_LTR or
3617 * When setPara() is called without a previous call to
3624 * the behavior of setPara() by handling the main text as if followed
3628 * calling <code>setPara</code>, the earlier calls have no effect,
3630 * <code>setPara</code>.<p>
3634 * The next call to <code>setPara()</code> will process no
3638 * before a call to setPara() to perform e.g. a logical to visual
3653 * will be specified in a coming call to setPara().
3658 * will be specified in a coming call to setPara().
3662 * @see #setPara
3673 paraBidi = this; /* mark successful setPara */
3699 setPara(parmText, parmParaLevel, null);
3710 setPara(parmText, parmParaLevel, null);
3720 * to setPara (but must make provision for possible removal of
3732 setPara(visualText, parmParaLevel, null);
3899 * Bidi operations. However, the <code>setPara()</code> and
3914 public void setPara(String text, byte paraLevel, byte[] embeddingLevels)
3917 setPara(new char[0], paraLevel, embeddingLevels);
3919 setPara(text.toCharArray(), paraLevel, embeddingLevels);
3984 * Bidi operations. However, the <code>setPara()</code> and
3999 public void setPara(char[] chars, byte paraLevel, byte[] embeddingLevels)
4016 this.paraBidi = null; /* mark unfinished setPara */
4116 throw new InternalError("Internal ICU error in setPara");
4299 public void setPara(AttributedCharacterIterator paragraph)
4339 setPara(txt, paraLvl, lvls);
4345 * This method must be called before <code>setPara()</code>.
4357 * @see #setPara
4386 * call to <code>setPara</code> or <code>setLine</code>
4406 * call to <code>setPara</code> or <code>setLine</code>
4408 * @see #setPara
4425 * call to <code>setPara</code> or <code>setLine</code>
4427 * @see #setPara
4444 * call to <code>setPara</code> or <code>setLine</code>
4455 * <code>setPara()</code>. This length may be different from the length of
4461 * except for <code>setPara</code> (which receives unprocessed source text)
4484 * the last call to <code>setPara</code>.
4487 * call to <code>setPara</code> or <code>setLine</code>
4489 * @see #setPara
4500 * <code>setPara()</code>. This length may be different from the length
4516 * the last call to <code>setPara</code>.
4519 * call to <code>setPara</code> or <code>setLine</code>
4521 * @see #setPara
4543 * call to <code>setPara</code> or <code>setLine</code>
4563 * call to <code>setPara</code> or <code>setLine</code>
4587 * call to <code>setPara</code> or <code>setLine</code>
4629 * call to <code>setPara</code> or <code>setLine</code>
4658 * call to <code>setPara</code> or <code>setLine</code>
4737 * This is used after calling <code>setPara()</code>
4758 * call to <code>setPara</code>
4763 * @see #setPara
4787 * call to <code>setPara</code> or <code>setLine</code>
4811 * call to <code>setPara</code> or <code>setLine</code>
4837 * call to <code>setPara</code> or <code>setLine</code>
4858 * <code>Bidi</code> object, after <code>setPara()</code>
4866 * call to <code>setPara</code> or <code>setLine</code>
4892 * bidi.setPara(text, Bidi.RTL, null);
4929 * call to <code>setPara</code> or <code>setLine</code>
4978 * call to <code>setPara</code> or <code>setLine</code>
5023 * call to <code>setPara</code> or <code>setLine</code>
5081 * call to <code>setPara</code> or <code>setLine</code>
5093 /* countRuns() checks successful call to setPara/setLine */
5123 * call to <code>setPara</code> or <code>setLine</code>
5135 /* countRuns() checks successful call to setPara/setLine */
5305 * Note: this constructor calls setPara() internally.
5314 setPara(paragraph);
5329 * <p>Note: This constructor calls setPara() internally,
5385 // Convert from java.text.Bidi embeddings to ICU setPara() levels:
5389 // setPara() may modify its embeddings.
5397 // setPara() lifts level 0 up to the resolved paragraph level.
5402 setPara(text, paraLvl, paraEmbeddings);
5406 setPara(paraText, paraLvl, paraEmbeddings);
5421 * call to <code>setPara</code>
5440 * call to <code>setPara</code>
5456 * call to <code>setPara</code>
5472 * call to <code>setPara</code>
5486 * call to <code>setPara</code> or <code>setLine</code>
5501 * call to <code>setPara</code> or <code>setLine</code>
5516 * call to <code>setPara</code> or <code>setLine</code>
5558 * call to <code>setPara</code> or <code>setLine</code>
5581 * call to <code>setPara</code> or <code>setLine</code>
5605 * call to <code>setPara</code> or <code>setLine</code>
5691 * <code>setPara()</code> or for a line of text set by <code>setLine()</code>
5696 * since the <code>setPara()</code> call.
5735 * call to <code>setPara</code> or <code>setLine</code>