OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LRM
(Results
1 - 10
of
10
) sorted by null
/cts/tests/tests/text/src/android/text/cts/
BidiFormatterTest.java
38
private static final String
LRM
= "\u200E";
72
LRM
, LTR_FMT.markAfter(EN + HE, TextDirectionHeuristics.LTR));
77
LRM
, LTR_FMT.markAfter(HE + EN, TextDirectionHeuristics.RTL));
94
LRM
, LTR_FMT.markBefore(HE + EN, TextDirectionHeuristics.LTR));
99
LRM
, LTR_FMT.markBefore(EN + HE, TextDirectionHeuristics.RTL));
112
RLE + "." + HE + "." + PDF +
LRM
,
115
LRM
+ RLE + "." + HE + "." + PDF +
LRM
,
121
RLE + "." + PDF +
LRM
,
142
EN + HE +
LRM
,
[
all
...]
/frameworks/support/v4/tests/java/android/support/v4/text/
BidiFormatterTest.java
37
private static final String
LRM
= "\u200E";
67
RLE + "." + HE + "." + PDF +
LRM
,
70
LRM
+ RLE + "." + HE + "." + PDF +
LRM
,
76
RLE + "." + PDF +
LRM
,
97
EN + HE +
LRM
,
100
EN + HE +
LRM
,
121
LRM
+ HE + EN,
139
HE + EN + HE +
LRM
,
142
LRM
+ HE + EN + HE + LRM
[
all
...]
/frameworks/base/core/java/android/text/
BidiFormatter.java
46
* the context (
LRM
or RLM) in addition to the directionality declaration above, thus "resetting"
105
* Unicode "Left-To-Right Mark" (
LRM
) character.
107
private static final char
LRM
= '\u200E';
115
* String representation of
LRM
117
private static final String LRM_STRING = Character.toString(
LRM
);
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"
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
/prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
support-v4-19.0.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
/prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar
Completed in 241 milliseconds