HomeSort by relevance Sort by last modified time
    Searched defs:RLE (Results 1 - 22 of 22) sorted by null

  /cts/tests/tests/text/src/android/text/cts/
BidiFormatterTest.java 41 private static final String RLE = "\u202B";
115 RLE + "." + HE + "." + PDF + LRM,
118 LRM + RLE + "." + HE + "." + PDF + LRM,
121 RLE + "." + HE + "." + PDF,
124 RLE + "." + PDF + LRM,
205 RLE + EN + HE + EN + PDF + LRM,
208 LRM + RLE + EN + HE + EN + PDF + LRM,
211 RLE + EN + HE + EN + PDF,
  /frameworks/support/v4/tests/java/android/support/v4/text/
BidiFormatterTest.java 40 private static final String RLE = "\u202B";
70 RLE + "." + HE + "." + PDF + LRM,
73 LRM + RLE + "." + HE + "." + PDF + LRM,
76 RLE + "." + HE + "." + PDF,
79 RLE + "." + PDF + LRM,
160 RLE + EN + HE + EN + PDF + LRM,
163 LRM + RLE + EN + HE + EN + PDF + LRM,
166 RLE + EN + HE + EN + PDF,
  /external/icu/icu4c/source/test/cintltst/
cbiditst.h 49 #define RLE U_RIGHT_TO_LEFT_EMBEDDING
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestClassOverride.java 28 private static final int RLE = TestData.RLE;
50 R, R, R, LRE, DEF, RLE, PDF, S, //58-5F
TestData.java 35 protected static final int RLE = UCharacterDirection.RIGHT_TO_LEFT_EMBEDDING;
48 "LRE", "LRO", "AL", "RLE", "RLO", "PDF", "NSM", "BN",
58 { RLE, WS, R, R, R, WS, PDF, WS, B }, // 6
62 AN, RLO, NSM, LRE, PDF, RLE, ES, EN, ON /* 9 entries */
69 { S, WS, NSM, RLE, WS, L, L, L, WS, LRO, WS, R, R, R, WS, RLO, WS, L, L,
97 { RLO, RLO, AL, AL, WS, EN, ES, ON, WS, S, S, PDF, LRO, WS, AL, ET, RLE,
  /frameworks/base/core/java/android/text/
BidiFormatter.java 95 * Unicode "Right-To-Left Embedding" (RLE) character.
97 private static final char RLE = '\u202B';
360 * the string with Unicode bidi formatting characters: RLE+{@code str}+PDF for RTL text, or
393 result.append(isRtl ? RLE : LRE);
463 * the string. Treats a non-BN character between an LRE/RLE/LRO/RLO and its matching PDF as a
464 * strong character, LTR after LRE/LRO, and RTL after RLE/RLO. The results are undefined for a
465 * string containing unbalanced LRE/RLE/LRO/RLO/PDF characters. The intended use is to check
481 * LRE/RLE/LRO/RLO and its matching PDF as a strong character, LTR after LRE/LRO, and RTL after
482 * RLE/RLO. The results are undefined for a string containing unbalanced LRE/RLE/LRO/RLO/PD
    [all...]
  /frameworks/support/v4/java/android/support/v4/text/
BidiFormatter.java 91 * Unicode "Right-To-Left Embedding" (RLE) character.
93 private static final char RLE = '\u202B';
352 * the string with Unicode bidi formatting characters: RLE+{@code str}+PDF for RTL text, or
384 result.append(isRtl ? RLE : LRE);
453 * the string. Treats a non-BN character between an LRE/RLE/LRO/RLO and its matching PDF as a
454 * strong character, LTR after LRE/LRO, and RTL after RLE/RLO. The results are undefined for a
455 * string containing unbalanced LRE/RLE/LRO/RLO/PDF characters. The intended use is to check
471 * LRE/RLE/LRO/RLO and its matching PDF as a strong character, LTR after LRE/LRO, and RTL after
472 * RLE/RLO. The results are undefined for a string containing unbalanced LRE/RLE/LRO/RLO/PD
    [all...]
  /external/icu/icu4c/source/common/
ubidiimp.h 51 RLE=U_RIGHT_TO_LEFT_EMBEDDING, /* 14 */
78 #define MASK_RTL (DIRPROP_FLAG(R)|DIRPROP_FLAG(AL)|DIRPROP_FLAG(RLE)|DIRPROP_FLAG(RLO)|DIRPROP_FLAG(RLI))
83 #define MASK_EXPLICIT (DIRPROP_FLAG(LRE)|DIRPROP_FLAG(LRO)|DIRPROP_FLAG(RLE)|DIRPROP_FLAG(RLO)|DIRPROP_FLAG(PDF))
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Bidi.java     [all...]
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/18.0.0/
support-v4-18.0.0.jar 
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
support-v4-19.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.1/
support-v4-19.0.1.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.1.0/
support-v4-19.1.0.jar 
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 428 milliseconds