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

  /cts/tests/tests/text/src/android/text/cts/
BidiFormatterTest.java 41 private static final String RLE = "\u202B";
112 RLE + "." + HE + "." + PDF + LRM,
115 LRM + RLE + "." + HE + "." + PDF + LRM,
118 RLE + "." + HE + "." + PDF,
121 RLE + "." + PDF + LRM,
202 RLE + EN + HE + EN + PDF + LRM,
205 LRM + RLE + EN + HE + EN + PDF + LRM,
208 RLE + EN + HE + EN + PDF,
  /frameworks/support/v4/tests/java/android/support/v4/text/
BidiFormatterTest.java 40 private static final String RLE = "\u202B";
67 RLE + "." + HE + "." + PDF + LRM,
70 LRM + RLE + "." + HE + "." + PDF + LRM,
73 RLE + "." + HE + "." + PDF,
76 RLE + "." + PDF + LRM,
157 RLE + EN + HE + EN + PDF + LRM,
160 LRM + RLE + EN + HE + EN + PDF + LRM,
163 RLE + EN + HE + EN + PDF,
  /external/icu4c/test/cintltst/
cbiditst.h 49 #define RLE U_RIGHT_TO_LEFT_EMBEDDING
  /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
390 result.append(isRtl ? RLE : LRE);
460 * the string. Treats a non-BN character between an LRE/RLE/LRO/RLO and its matching PDF as a
461 * strong character, LTR after LRE/LRO, and RTL after RLE/RLO. The results are undefined for a
462 * string containing unbalanced LRE/RLE/LRO/RLO/PDF characters. The intended use is to check
478 * LRE/RLE/LRO/RLO and its matching PDF as a strong character, LTR after LRE/LRO, and RTL after
479 * 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
381 result.append(isRtl ? RLE : LRE);
450 * the string. Treats a non-BN character between an LRE/RLE/LRO/RLO and its matching PDF as a
451 * strong character, LTR after LRE/LRO, and RTL after RLE/RLO. The results are undefined for a
452 * string containing unbalanced LRE/RLE/LRO/RLO/PDF characters. The intended use is to check
468 * LRE/RLE/LRO/RLO and its matching PDF as a strong character, LTR after LRE/LRO, and RTL after
469 * RLE/RLO. The results are undefined for a string containing unbalanced LRE/RLE/LRO/RLO/PD
    [all...]
  /external/icu4c/common/
ubidiimp.h 51 RLE=U_RIGHT_TO_LEFT_EMBEDDING,
72 #define MASK_RTL (DIRPROP_FLAG(R)|DIRPROP_FLAG(AL)|DIRPROP_FLAG(RLE)|DIRPROP_FLAG(RLO))
77 #define MASK_RLX (DIRPROP_FLAG(RLE)|DIRPROP_FLAG(RLO))
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 470 milliseconds