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

  /cts/tests/tests/text/src/android/text/cts/
BidiFormatterTest.java 38 private static final String LRM = "\u200E";
84 LRM, LTR_FMT.markAfter(EN + HE, TextDirectionHeuristics.LTR));
89 LRM, LTR_FMT.markAfter(HE + EN, TextDirectionHeuristics.RTL));
106 LRM, LTR_FMT.markBefore(HE + EN, TextDirectionHeuristics.LTR));
111 LRM, LTR_FMT.markBefore(EN + HE, TextDirectionHeuristics.RTL));
127 RLE + "." + HE + "." + PDF + LRM,
130 LRM + RLE + "." + HE + "." + PDF + LRM,
136 RLE + "." + PDF + LRM,
157 EN + HE + LRM,
    [all...]
  /frameworks/support/v4/tests/java/android/support/v4/text/
BidiFormatterTest.java 44 private static final String LRM = "\u200E";
81 RLE + "." + HE + "." + PDF + LRM,
84 LRM + RLE + "." + HE + "." + PDF + LRM,
90 RLE + "." + PDF + LRM,
111 EN + HE + LRM,
114 EN + HE + LRM,
135 LRM + HE + EN,
153 HE + EN + HE + LRM,
156 LRM + HE + EN + HE + LRM
    [all...]
  /frameworks/base/core/java/android/text/
BidiFormatter.java 47 * the context (LRM or RLM) in addition to the directionality declaration above, thus "resetting"
106 * Unicode "Left-To-Right Mark" (LRM) character.
108 private static final char LRM = '\u200E';
116 * String representation of LRM
118 private static final String LRM_STRING = Character.toString(LRM);
289 * Returns a Unicode bidi mark matching the context directionality (LRM or RLM) if either the
300 * @return LRM for RTL text in LTR context; RLM for LTR text in RTL context;
318 * Returns a Unicode bidi mark matching the context directionality (LRM or RLM) if either the
329 * @return LRM for RTL text in LTR context; RLM for LTR text in RTL context;
375 * 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"
101 * Unicode "Left-To-Right Mark" (LRM) character.
103 private static final char LRM = '\u200E';
111 * String representation of LRM
113 private static final String LRM_STRING = Character.toString(LRM);
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...]
  /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 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 

Completed in 1038 milliseconds