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

  /cts/tests/tests/text/src/android/text/cts/
BidiFormatterTest.java 39 private static final String RLM = "\u200F";
74 RLM, RTL_FMT.markAfter(HE + EN, TextDirectionHeuristics.RTL));
79 RLM, RTL_FMT.markAfter(EN + HE, TextDirectionHeuristics.LTR));
96 RLM, RTL_FMT.markBefore(EN + HE, TextDirectionHeuristics.RTL));
101 RLM, RTL_FMT.markBefore(HE + EN, TextDirectionHeuristics.LTR));
124 LRE + "." + EN + "." + PDF + RLM,
127 RLM + LRE + "." + EN + "." + PDF + RLM,
133 LRE + "." + PDF + RLM,
152 HE + EN + RLM,
    [all...]
  /frameworks/support/v4/tests/java/android/support/v4/text/
BidiFormatterTest.java 38 private static final String RLM = "\u200F";
79 LRE + "." + EN + "." + PDF + RLM,
82 RLM + LRE + "." + EN + "." + PDF + RLM,
88 LRE + "." + PDF + RLM,
107 HE + EN + RLM,
110 HE + EN + RLM,
131 RLM + EN + HE,
149 EN + HE + EN + RLM,
167 LRE + HE + EN + HE + PDF + RLM,
    [all...]
  /frameworks/base/core/java/android/text/
BidiFormatter.java 46 * the context (LRM or RLM) in addition to the directionality declaration above, thus "resetting"
110 * Unicode "Right-To-Left Mark" (RLM) character.
112 private static final char RLM = '\u200F';
120 * String representation of RLM
122 private static final String RLM_STRING = Character.toString(RLM);
286 * Returns a Unicode bidi mark matching the context directionality (LRM or RLM) if either the
297 * @return LRM for RTL text in LTR context; RLM for LTR text in RTL context;
315 * Returns a Unicode bidi mark matching the context directionality (LRM or RLM) if either the
326 * @return LRM for RTL text in LTR context; RLM for LTR text in RTL context;
365 * appending a trailing Unicode bidi mark matching the context directionality (LRM or RLM) whe
    [all...]
  /frameworks/support/v4/java/android/support/v4/text/
BidiFormatter.java 42 * the context (LRM or RLM) in addition to the directionality declaration above, thus "resetting"
106 * Unicode "Right-To-Left Mark" (RLM) character.
108 private static final char RLM = '\u200F';
116 * String representation of RLM
118 private static final String RLM_STRING = Character.toString(RLM);
282 * Returns a Unicode bidi mark matching the context directionality (LRM or RLM) if either the
293 * @return LRM for RTL text in LTR context; RLM for LTR text in RTL context;
309 * Returns a Unicode bidi mark matching the context directionality (LRM or RLM) if either the
320 * @return LRM for RTL text in LTR context; RLM for LTR text in RTL context;
357 * appending a trailing Unicode bidi mark matching the context directionality (LRM or RLM) whe
    [all...]
  /external/icu4c/common/
uprops.h 322 RLM =0x200f,
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 680 milliseconds