/external/rust/crates/unicode-bidi/src/ |
D | format_chars.rs | 34 pub const LRE: char = '\u{202A}'; constant
|
/external/llvm/lib/CodeGen/ |
D | RegAllocBasic.cpp | 202 LiveRangeEdit LRE(&Spill, SplitVRegs, *MF, *LIS, VRM, nullptr, &DeadRemats); in spillInterferences() local 261 LiveRangeEdit LRE(&VirtReg, SplitVRegs, *MF, *LIS, VRM, nullptr, &DeadRemats); in selectOrSplit() local
|
D | RegAllocPBQP.cpp | 641 LiveRangeEdit LRE(&LIS.getInterval(VReg), NewIntervals, MF, LIS, &VRM, in spillVReg() local
|
D | SplitKit.cpp | 352 void SplitEditor::reset(LiveRangeEdit &LRE, ComplementSpillMode SM) { in reset()
|
D | RegAllocGreedy.cpp | 2556 LiveRangeEdit LRE(&VirtReg, NewVRegs, *MF, *LIS, VRM, this, &DeadRemats); in selectOrSplitImpl() local
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | RegAllocBasic.cpp | 243 LiveRangeEdit LRE(&Spill, SplitVRegs, *MF, *LIS, VRM, this, &DeadRemats); in spillInterferences() local 305 LiveRangeEdit LRE(&VirtReg, SplitVRegs, *MF, *LIS, VRM, this, &DeadRemats); in selectOrSplit() local
|
D | RegAllocPBQP.cpp | 695 LiveRangeEdit LRE(&LIS.getInterval(VReg), NewIntervals, MF, LIS, &VRM, in spillVReg() local
|
D | SplitKit.cpp | 370 void SplitEditor::reset(LiveRangeEdit &LRE, ComplementSpillMode SM) { in reset()
|
D | RegAllocGreedy.cpp | 3118 LiveRangeEdit LRE(&VirtReg, NewVRegs, *MF, *LIS, VRM, this, &DeadRemats); in selectOrSplitImpl() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | RegAllocBasic.cpp | 238 LiveRangeEdit LRE(&Spill, SplitVRegs, *MF, *LIS, VRM, this, &DeadRemats); in spillInterferences() local 297 LiveRangeEdit LRE(&VirtReg, SplitVRegs, *MF, *LIS, VRM, this, &DeadRemats); in selectOrSplit() local
|
D | RegAllocPBQP.cpp | 681 LiveRangeEdit LRE(&LIS.getInterval(VReg), NewIntervals, MF, LIS, &VRM, in spillVReg() local
|
D | SplitKit.cpp | 375 void SplitEditor::reset(LiveRangeEdit &LRE, ComplementSpillMode SM) { in reset()
|
D | RegAllocGreedy.cpp | 3125 LiveRangeEdit LRE(&VirtReg, NewVRegs, *MF, *LIS, VRM, this, &DeadRemats); in selectOrSplitImpl() local
|
/external/rust/crates/unicode-bidi/src/char_data/ |
D | tables.rs | 29 LRE, enumerator
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/ |
D | TestClassOverride.java | 34 private static final int LRE = TestData.LRE; field in TestClassOverride
|
D | TestData.java | 37 protected static final int LRE = UCharacterDirection.LEFT_TO_RIGHT_EMBEDDING; field in TestData
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
D | TestClassOverride.java | 31 private static final int LRE = TestData.LRE; field in TestClassOverride
|
D | TestData.java | 34 protected static final int LRE = UCharacterDirection.LEFT_TO_RIGHT_EMBEDDING; field in TestData
|
/external/icu/icu4c/source/test/cintltst/ |
D | cbiditst.h | 45 #define LRE U_LEFT_TO_RIGHT_EMBEDDING macro
|
/external/icu/icu4c/source/common/ |
D | ubidiimp.h | 56 LRE=U_LEFT_TO_RIGHT_EMBEDDING, /* 11 */ enumerator
|
/external/icu/libicu/cts_headers/ |
D | ubidiimp.h | 56 LRE=U_LEFT_TO_RIGHT_EMBEDDING, /* 11 */ enumerator
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | Bidi.java | 969 static final byte LRE = UCharacterDirection.LEFT_TO_RIGHT_EMBEDDING; /* 11 */ field in Bidi
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | Bidi.java | 944 static final byte LRE = UCharacterDirection.LEFT_TO_RIGHT_EMBEDDING; /* 11 */ field in Bidi
|