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

1 2

  /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 248 - [ == LRE
307 pseudoToUChar[(uint8_t)'['] = 0x202A; UCharToPseud2[0x2A] = (uint8_t)'['; /* LRE */
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
TestData.java 33 protected static final int LRE = UCharacterDirection.LEFT_TO_RIGHT_EMBEDDING;
49 "LRE", "LRO", "AL", "RLE", "RLO", "PDF", "NSM", "BN",
61 LRE, LRE, LRE, LRE, LRE, LRE, LRE, LRE, LRE, LRE, LRE, LRE, LRE, LRE, LRE, /* 15 entries *
    [all...]
TestClassOverride.java 31 private static final int LRE = TestData.LRE;
54 R, R, R, LRE, DEF, RLE, PDF, S, //58-5F
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestData.java 32 protected static final int LRE = UCharacterDirection.LEFT_TO_RIGHT_EMBEDDING;
48 "LRE", "LRO", "AL", "RLE", "RLO", "PDF", "NSM", "BN",
60 LRE, LRE, LRE, LRE, LRE, LRE, LRE, LRE, LRE, LRE, LRE, LRE, LRE, LRE, LRE, /* 15 entries *
    [all...]
TestClassOverride.java 27 private static final int LRE = TestData.LRE;
50 R, R, R, LRE, DEF, RLE, PDF, S, //58-5F
  /external/llvm/lib/CodeGen/
Spiller.h 29 /// spill - Spill the LRE.getParent() live interval.
30 virtual void spill(LiveRangeEdit &LRE) = 0;
RegAllocBasic.cpp 202 LiveRangeEdit LRE(&Spill, SplitVRegs, *MF, *LIS, VRM);
203 spiller().spill(LRE);
261 LiveRangeEdit LRE(&VirtReg, SplitVRegs, *MF, *LIS, VRM);
262 spiller().spill(LRE);
RegAllocPBQP.cpp 634 LiveRangeEdit LRE(&LIS.getInterval(VReg), NewIntervals, MF, LIS, &VRM);
635 VRegSpiller.spill(LRE);
640 << LRE.getParent().weight << ", New vregs: ");
644 for (LiveRangeEdit::iterator I = LRE.begin(), E = LRE.end();
SplitKit.cpp 330 void SplitEditor::reset(LiveRangeEdit &LRE, ComplementSpillMode SM) {
331 Edit = &LRE;
    [all...]
RegAllocGreedy.cpp 519 // LRE may clone a virtual register because dead code elimination causes it to
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
BidiFormatterTest.java 40 private static final String LRE = "\u202A";
139 LRE + "." + EN + "." + PDF + RLM,
142 RLM + LRE + "." + EN + "." + PDF + RLM,
145 LRE + "." + EN + "." + PDF,
148 LRE + "." + PDF + RLM,
227 LRE + HE + EN + HE + PDF + RLM,
230 RLM + LRE + HE + EN + HE + PDF + RLM,
233 LRE + HE + EN + HE + PDF,
  /frameworks/support/core-utils/tests/java/android/support/v4/text/
BidiFormatterTest.java 49 private static final String LRE = "\u202A";
96 LRE + "." + EN + "." + PDF + RLM,
99 RLM + LRE + "." + EN + "." + PDF + RLM,
102 LRE + "." + EN + "." + PDF,
105 LRE + "." + PDF + RLM,
187 LRE + HE + EN + HE + PDF + RLM,
190 RLM + LRE + HE + EN + HE + PDF + RLM,
193 LRE + HE + EN + HE + PDF,
  /external/icu/icu4c/source/common/
ubidiimp.h 45 LRE=U_LEFT_TO_RIGHT_EMBEDDING, /* 11 */
74 #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))
80 #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 91 * Unicode "Left-To-Right Embedding" (LRE) character.
93 private static final char LRE = '\u202A';
371 * LRE+{@code str}+PDF for LTR text.
413 result.append(isRtl ? RLE : LRE);
509 * the string. Treats a non-BN character between an LRE/RLE/LRO/RLO and its matching PDF as a
510 * strong character, LTR after LRE/LRO, and RTL after RLE/RLO. The results are undefined for a
511 * string containing unbalanced LRE/RLE/LRO/RLO/PDF characters. The intended use is to check
527 * LRE/RLE/LRO/RLO and its matching PDF as a strong character, LTR after LRE/LRO, and RTL after
528 * RLE/RLO. The results are undefined for a string containing unbalanced LRE/RLE/LRO/RLO/PD
    [all...]
  /frameworks/support/core-utils/java/android/support/v4/text/
BidiFormatter.java 87 * Unicode "Left-To-Right Embedding" (LRE) character.
89 private static final char LRE = '\u202A';
367 * LRE+{@code str}+PDF for LTR text.
418 result.append(isRtl ? RLE : LRE);
528 * the string. Treats a non-BN character between an LRE/RLE/LRO/RLO and its matching PDF as a
529 * strong character, LTR after LRE/LRO, and RTL after RLE/RLO. The results are undefined for a
530 * string containing unbalanced LRE/RLE/LRO/RLO/PDF characters. The intended use is to check
546 * LRE/RLE/LRO/RLO and its matching PDF as a strong character, LTR after LRE/LRO, and RTL after
547 * RLE/RLO. The results are undefined for a string containing unbalanced LRE/RLE/LRO/RLO/PD
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Bidi.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Bidi.java     [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 
  /external/libgdx/backends/gdx-backend-android/libs/
support-v4-19.0.1.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/18.0.0/
support-v4-18.0.0.jar 

Completed in 3442 milliseconds

1 2