OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LRE
(Results
1 - 16
of
16
) sorted by null
/cts/tests/tests/text/src/android/text/cts/
BidiFormatterTest.java
40
private static final String
LRE
= "\u202A";
124
LRE
+ "." + EN + "." + PDF + RLM,
127
RLM +
LRE
+ "." + EN + "." + PDF + RLM,
130
LRE
+ "." + EN + "." + PDF,
133
LRE
+ "." + PDF + RLM,
212
LRE
+ HE + EN + HE + PDF + RLM,
215
RLM +
LRE
+ HE + EN + HE + PDF + RLM,
218
LRE
+ HE + EN + HE + PDF,
/frameworks/support/v4/tests/java/android/support/v4/text/
BidiFormatterTest.java
39
private static final String
LRE
= "\u202A";
79
LRE
+ "." + EN + "." + PDF + RLM,
82
RLM +
LRE
+ "." + EN + "." + PDF + RLM,
85
LRE
+ "." + EN + "." + PDF,
88
LRE
+ "." + PDF + RLM,
167
LRE
+ HE + EN + HE + PDF + RLM,
170
RLM +
LRE
+ HE + EN + HE + PDF + RLM,
173
LRE
+ HE + EN + HE + PDF,
/external/chromium_org/third_party/icu/source/test/cintltst/
cbiditst.h
46
#define
LRE
U_LEFT_TO_RIGHT_EMBEDDING
/external/icu4c/test/cintltst/
cbiditst.h
46
#define
LRE
U_LEFT_TO_RIGHT_EMBEDDING
/frameworks/base/core/java/android/text/
BidiFormatter.java
90
* Unicode "Left-To-Right Embedding" (
LRE
) character.
92
private static final char
LRE
= '\u202A';
361
*
LRE
+{@code str}+PDF for LTR text.
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
86
* Unicode "Left-To-Right Embedding" (
LRE
) character.
88
private static final char
LRE
= '\u202A';
353
*
LRE
+{@code str}+PDF for LTR text.
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/chromium_org/third_party/icu/source/common/
ubidiimp.h
48
LRE
=U_LEFT_TO_RIGHT_EMBEDDING,
71
#define MASK_LTR (DIRPROP_FLAG(L)|DIRPROP_FLAG(EN)|DIRPROP_FLAG(AN)|DIRPROP_FLAG(
LRE
)|DIRPROP_FLAG(LRO))
76
#define MASK_LRX (DIRPROP_FLAG(
LRE
)|DIRPROP_FLAG(LRO))
/external/icu4c/common/
ubidiimp.h
48
LRE
=U_LEFT_TO_RIGHT_EMBEDDING,
71
#define MASK_LTR (DIRPROP_FLAG(L)|DIRPROP_FLAG(EN)|DIRPROP_FLAG(AN)|DIRPROP_FLAG(
LRE
)|DIRPROP_FLAG(LRO))
76
#define MASK_LRX (DIRPROP_FLAG(
LRE
)|DIRPROP_FLAG(LRO))
/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
com.ibm.icu_4.2.1.v20100412.jar
/prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 240 milliseconds