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

1 2

  /external/chromium_org/third_party/icu/source/test/cintltst/
cbididat.c 23 "LRE", "LRO", "AL", "RLE", "RLO", "PDF", "NSM", "BN",
31 /* LRE LRO AL RLE RLO PDF NSM BN */
160 LRE, LRE, LRE, LRE, LRE, LRE, LRE, LRE, LRE, LRE, LRE, LRE, LRE, LRE, LRE, /* 15 entries *
    [all...]
cbiditst.h 46 #define LRE U_LEFT_TO_RIGHT_EMBEDDING
cbiditst.c 244 - [ == LRE
303 pseudoToUChar[(uint8_t)'['] = 0x202A; UCharToPseud2[0x2A] = (uint8_t)'['; /* LRE */
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cbididat.c 23 "LRE", "LRO", "AL", "RLE", "RLO", "PDF", "NSM", "BN",
31 /* LRE LRO AL RLE RLO PDF NSM BN */
160 LRE, LRE, LRE, LRE, LRE, LRE, LRE, LRE, LRE, LRE, LRE, LRE, LRE, LRE, LRE, /* 15 entries *
    [all...]
cbiditst.h 46 #define LRE U_LEFT_TO_RIGHT_EMBEDDING
cbiditst.c 246 - [ == LRE
305 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();
118 unsigned NewVReg = LRE.create();
166 void spill(LiveRangeEdit &LRE) override {
168 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 484 LiveRangeEdit LRE(&lis->getInterval(vreg), newSpills, *mf, *lis, vrm);
485 spiller->spill(LRE);
488 << LRE.getParent().weight << ", New vregs: ");
492 for (LiveRangeEdit::iterator itr = LRE.begin(), end = LRE.end();
503 anotherRoundNeeded |= !LRE.empty();
SplitKit.cpp 341 void SplitEditor::reset(LiveRangeEdit &LRE, ComplementSpillMode SM) {
342 Edit = &LRE;
    [all...]
RegAllocGreedy.cpp 479 // LRE may clone a virtual register because dead code elimination causes it to
    [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/chromium_org/third_party/icu/source/common/
ubidiimp.h 48 LRE=U_LEFT_TO_RIGHT_EMBEDDING, /* 11 */
77 #define MASK_LTR (DIRPROP_FLAG(L)|DIRPROP_FLAG(EN)|DIRPROP_FLAG(AN)|DIRPROP_FLAG(LRE)|DIRPROP_FLAG(LRO)|DIRPROP_FLAG(LRI))
83 #define MASK_EXPLICIT (DIRPROP_FLAG(LRE)|DIRPROP_FLAG(LRO)|DIRPROP_FLAG(RLE)|DIRPROP_FLAG(RLO)|DIRPROP_FLAG(PDF))
ubidi.c 113 static const Flags flagE[2]={ DIRPROP_FLAG(LRE), DIRPROP_FLAG(RLE) };
693 /* LRE, LRO, RLE, RLO, PDF */
    [all...]
  /external/icu/icu4c/source/common/
ubidiimp.h 48 LRE=U_LEFT_TO_RIGHT_EMBEDDING, /* 11 */
77 #define MASK_LTR (DIRPROP_FLAG(L)|DIRPROP_FLAG(EN)|DIRPROP_FLAG(ENL)|DIRPROP_FLAG(ENR)|DIRPROP_FLAG(AN)|DIRPROP_FLAG(LRE)|DIRPROP_FLAG(LRO)|DIRPROP_FLAG(LRI))
83 #define MASK_EXPLICIT (DIRPROP_FLAG(LRE)|DIRPROP_FLAG(LRO)|DIRPROP_FLAG(RLE)|DIRPROP_FLAG(RLO)|DIRPROP_FLAG(PDF))
ubidi.c 111 static const Flags flagE[2]={ DIRPROP_FLAG(LRE), DIRPROP_FLAG(RLE) };
701 /* LRE, LRO, RLE, 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...]
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /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 

Completed in 1292 milliseconds

1 2