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

  /external/icu4c/test/cintltst/
cbididat.c 23 "LRE", "LRO", "AL", "RLE", "RLO", "PDF", "NSM", "BN"
30 /* LRE LRO AL RLE RLO PDF NSM BN */
157 LRE, LRE, LRE, LRE, LRE, LRE, LRE, LRE, LRE, LRE, LRE, LRE, LRE, LRE, LRE
    [all...]
cbiditst.h 46 #define LRE U_LEFT_TO_RIGHT_EMBEDDING
cbiditst.c 241 - [ == LRE
300 pseudoToUChar[(uint8_t)'['] = 0x202A; UCharToPseud2[0x2A] = (uint8_t)'['; /* LRE */
    [all...]
  /external/llvm/lib/CodeGen/
Spiller.h 29 /// spill - Spill the LRE.getParent() live interval.
30 virtual void spill(LiveRangeEdit &LRE) = 0;
Spiller.cpp 75 void trivialSpillEverywhere(LiveRangeEdit& LRE) {
76 LiveInterval* li = &LRE.getParent();
119 LiveInterval *newLI = &LRE.create();
176 void spill(LiveRangeEdit &LRE) {
178 trivialSpillEverywhere(LRE);
RegAllocBasic.cpp 203 LiveRangeEdit LRE(&Spill, SplitVRegs, *MF, *LIS, VRM);
204 spiller().spill(LRE);
262 LiveRangeEdit LRE(&VirtReg, SplitVRegs, *MF, *LIS, VRM);
263 spiller().spill(LRE);
RegAllocPBQP.cpp 494 LiveRangeEdit LRE(&lis->getInterval(vreg), newSpills, *mf, *lis, vrm);
495 spiller->spill(LRE);
498 << LRE.getParent().weight << ", New vregs: ");
502 for (LiveRangeEdit::iterator itr = LRE.begin(), end = LRE.end();
512 anotherRoundNeeded |= !LRE.empty();
StrongPHIElimination.cpp 806 for (LiveInterval::iterator LRI = OldLI.begin(), LRE = OldLI.end();
807 LRI != LRE; ++LRI) {
RegAllocGreedy.cpp 377 // LRE may clone a virtual register because dead code elimination causes it to
    [all...]
SplitKit.cpp 340 void SplitEditor::reset(LiveRangeEdit &LRE, ComplementSpillMode SM) {
341 Edit = &LRE;
    [all...]
  /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,
  /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,
  /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))
ubidi.c 110 static const Flags flagE[2]={ DIRPROP_FLAG(LRE), DIRPROP_FLAG(RLE) };
598 * as pushed with each LRE, RLE, LRO, and RLO and popped with each PDF,
659 case LRE:
670 /* we don't need to set UBIDI_LEVEL_OVERRIDE off for LRE
730 /* BN, LRE, RLE, and PDF are supposed to be removed (X9) */
853 /* L R EN ES ET AN CS B S WS ON LRE LRO AL RLE RLO PDF NSM BN */
864 - the BN column regroups BN, LRE, RLE, LRO, RLO, PDF
    [all...]
  /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...]
  /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 
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 77 milliseconds