HomeSort by relevance Sort by last modified time
    Searched full:bidi (Results 76 - 100 of 291) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestRelativeLayout2Rtl.java 17 package com.android.bidi;
BiDiTestRelativeLayoutLtr.java 17 package com.android.bidi;
BiDiTestRelativeLayoutRtl.java 17 package com.android.bidi;
BiDiTestTableLayoutLocale.java 17 package com.android.bidi;
BiDiTestTableLayoutLtr.java 17 package com.android.bidi;
BiDiTestTableLayoutRtl.java 17 package com.android.bidi;
BiDiTestTextViewAlignmentLtr.java 16 package com.android.bidi;
BiDiTestTextViewAlignmentRtl.java 16 package com.android.bidi;
BiDiTestTextViewDirectionLtr.java 16 package com.android.bidi;
BiDiTestTextViewDirectionRtl.java 16 package com.android.bidi;
BiDiTestTextViewLocale.java 17 package com.android.bidi;
BiDiTestTextViewLtr.java 17 package com.android.bidi;
BiDiTestTextViewRtl.java 17 package com.android.bidi;
BiDiTestGalleryLtr.java 16 package com.android.bidi;
BiDiTestGalleryRtl.java 16 package com.android.bidi;
BiDiTestTextViewDrawablesLtr.java 17 package com.android.bidi;
  /external/icu/icu4c/source/common/unicode/
ubidi.h 26 * \brief C API: Bidi algorithm
28 * <h2>Bidi algorithm for ICU</h2>
36 * ICU's Bidi and shaping (u_shapeArabic()) APIs can be used at the core of such
53 * after performing the Bidi algorithm.<p>
59 * <h4> Sample code for the ICU Bidi API </h4>
61 * <h5>Rendering a paragraph with the ICU Bidi API</h5>
64 * how the ICU Bidi API could be used to render a paragraph of text.
292 * Bidi implementation.
303 * Bidi implementation would resolve it to.</li>
401 * for the logical-to-visual mapping of a Bidi control when optio
    [all...]
  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/
antlr3-task.htm 111 mso-bidi-font-family:"Courier New";}
153 mso-bidi-language:#0400;}
495 DE;mso-bidi-language:AR-SA'>. It is given as a convenience if you have to
499 be enough.</span><span lang=EN-GB style='font-size:10.0pt;mso-bidi-font-size:
501 mso-ansi-language:EN-GB;mso-fareast-language:DE;mso-bidi-language:AR-SA'><o:p></o:p></span>
558 <p class=MsoNormal><span lang=EN-GB style='font-size:10.0pt;mso-bidi-font-size:
577 mso-bidi-font-size:12.0pt;font-family:"Courier New";color:windowtext;
579 style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:"Courier New";
586 </span></span><span class=GramE><span style='font-size:10.0pt;mso-bidi-font-size:
589 mso-bidi-font-size:12.0pt;font-family:"Courier New";color:windowtext
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Bidi.java 10 * algorithm for direct BiDi, algorithm for inverse Bidi and the bizarre
42 * <h2>Bidi algorithm for ICU</h2>
50 * accordingly are sometimes called "Storage Layout Engines". ICU's Bidi and
62 * embedding level after performing the Bidi algorithm.
66 * with the Bidi class <code>Block Separator</code>. For handling of
97 * Bidi implementation would resolve it to.</li>
126 * Reordering mode values indicate which variant of the Bidi algorithm to
142 * Reordering options can be applied during Bidi text transformations.
153 * <h4> Sample code for the ICU Bidi API </h4
4521 Bidi bidi = paraBidi; \/* get Para object if Line object *\/ local
4561 Bidi bidi = paraBidi; \/* get Para object if Line object *\/ local
4588 Bidi bidi = paraBidi; \/* get Para object if Line object *\/ local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Bidi.java 9 * algorithm for direct BiDi, algorithm for inverse Bidi and the bizarre
41 * <h2>Bidi algorithm for ICU</h2>
49 * accordingly are sometimes called "Storage Layout Engines". ICU's Bidi and
61 * embedding level after performing the Bidi algorithm.
65 * with the Bidi class <code>Block Separator</code>. For handling of
96 * Bidi implementation would resolve it to.</li>
125 * Reordering mode values indicate which variant of the Bidi algorithm to
141 * Reordering options can be applied during Bidi text transformations.
152 * <h4> Sample code for the ICU Bidi API </h4
4573 Bidi bidi = paraBidi; \/* get Para object if Line object *\/ local
4614 Bidi bidi = paraBidi; \/* get Para object if Line object *\/ local
4642 Bidi bidi = paraBidi; \/* get Para object if Line object *\/ local
    [all...]
  /frameworks/base/core/tests/coretests/src/android/text/
StaticLayoutBidiTest.java 25 * Quick check of native bidi implementation.
93 int resultDir = AndroidBidi.bidi(dir, chs, chInfo, n, false);
100 Log.i("BIDI", sb.toString());
  /frameworks/base/core/java/android/text/
BidiFormatter.java 36 * 1. Bidi Wrapping
43 * Unicode bidi formatting codes by {@link #unicodeWrap} and similar methods.
54 * direction text is itself bidi-wrapped, the "reset" after it will prevent the sticking. (Doing
56 * bidi-wrapping numbers, and a bidi-wrapped opposite-direction string could be followed by a
59 * and one of these can be followed by a bidi-wrapped inserted value. On the other hand, when one
62 * would not bidi-wrap anyway. Thus, "reset" only after the string is the current default. In an
69 * Providing these wrapping services is the basic purpose of the bidi formatter.
75 * cases there is no need to involve the bidi formatter at all. In some other cases, it need not be
79 * estimated at run-time. The bidi formatter can do this automatically using the defaul
    [all...]
  /frameworks/support/core-utils/java/android/support/v4/text/
BidiFormatter.java 31 * 1. Bidi Wrapping
38 * Unicode bidi formatting codes by {@link #unicodeWrap} and similar methods.
49 * direction text is itself bidi-wrapped, the "reset" after it will prevent the sticking. (Doing
51 * bidi-wrapping numbers, and a bidi-wrapped opposite-direction string could be followed by a
54 * and one of these can be followed by a bidi-wrapped inserted value. On the other hand, when one
57 * would not bidi-wrap anyway. Thus, "reset" only after the string is the current default. In an
64 * Providing these wrapping services is the basic purpose of the bidi formatter.
70 * cases there is no need to involve the bidi formatter at all. In some other cases, it need not be
74 * estimated at run-time. The bidi formatter can do this automatically using the defaul
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
AppNotRespondingDialog.java 88 BidiFormatter bidi = BidiFormatter.getInstance(); local
91 ? res.getString(resid, bidi.unicodeWrap(name1.toString()), bidi.unicodeWrap(name2.toString()))
92 : res.getString(resid, bidi.unicodeWrap(name1.toString())));
  /frameworks/base/tests/BiDiTests/
AndroidManifest.xml 18 package="com.android.bidi"

Completed in 639 milliseconds

1 2 34 5 6 7 8 91011>>