/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/ |
D | BidiTest.txt | 125 RLI; 3 144 RLI; 4 261 RLI LRE; 3 262 RLI LRO; 3 263 RLI RLE; 3 264 RLI RLO; 3 265 RLI PDF; 3 266 RLI BN; 3 344 RLI LRE; 4 345 RLI LRO; 4 [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/ |
D | BidiTest.txt | 125 RLI; 3 144 RLI; 4 261 RLI LRE; 3 262 RLI LRO; 3 263 RLI RLE; 3 264 RLI RLO; 3 265 RLI PDF; 3 266 RLI BN; 3 344 RLI LRE; 4 345 RLI LRO; 4 [all …]
|
/external/icu/icu4c/source/test/testdata/ |
D | BidiTest.txt | 125 RLI; 3 144 RLI; 4 261 RLI LRE; 3 262 RLI LRO; 3 263 RLI RLE; 3 264 RLI RLO; 3 265 RLI PDF; 3 266 RLI BN; 3 344 RLI LRE; 4 345 RLI LRO; 4 [all …]
|
/external/rust/crates/unicode-bidi/src/ |
D | prepare.rs | 77 if matches!(end_class, RLI | LRI | FSI) { in isolating_run_sequences() 117 let succ_level = if matches!(original_classes[end_of_seq - 1], RLI | LRI | FSI) { in isolating_run_sequences() 209 let classes = &[L, RLI, L, PDI, RLI, L, PDI, L]; in test_isolating_run_sequences() 222 let classes = &[L, RLI, L, LRI, L, RLE, L, PDF, L, PDI, L, PDI, L]; in test_isolating_run_sequences() 300 let classes = &[L, RLI, L, LRI, L, PDI, L, PDI, RLI, L, PDI, L]; in test_isolating_run_sequences_sos_and_eos() 350 let not_classes = &[L, RLI, AL, LRI, PDI]; in test_removed_by_x9() 361 let non_x9_classes = &[L, R, AL, EN, ES, ET, AN, CS, NSM, B, S, WS, ON, LRI, RLI, FSI, PDI]; in test_not_removed_by_x9()
|
D | explicit.rs | 45 RLE | LRE | RLO | LRO | RLI | LRI | FSI => { in compute() 49 let is_isolate = matches!(original_classes[i], RLI | LRI | FSI); in compute() 73 RLI | LRI | FSI => OverrideStatus::Isolate, in compute()
|
D | format_chars.rs | 26 pub const RLI: char = '\u{2067}'; constant
|
D | lib.rs | 188 if class == L { LRI } else { RLI }; in new() 204 RLI | LRI | FSI => { in new() 386 WS | FSI | LRI | RLI | PDI => { in visual_runs() 552 original_classes: vec![RLI, RLI, RLI, R, R, PDI, PDI, PDI, L], in test_initial_text_info()
|
D | implicit.rs | 50 RLI | LRI | FSI | PDI => ON, in resolve_weak() 227 matches!(class, B | S | WS | ON | FSI | LRI | RLI | PDI) in is_NI()
|
/external/llvm/lib/Transforms/Utils/ |
D | SSAUpdater.cpp | 466 DenseMap<Value*, Value*>::iterator RLI = ReplacedLoads.find(NewVal); in run() local 467 while (RLI != ReplacedLoads.end()) { in run() 468 NewVal = RLI->second; in run() 469 RLI = ReplacedLoads.find(NewVal); in run()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | SSAUpdater.cpp | 475 DenseMap<Value*, Value*>::iterator RLI = ReplacedLoads.find(NewVal); in run() local 476 while (RLI != ReplacedLoads.end()) { in run() 477 NewVal = RLI->second; in run() 478 RLI = ReplacedLoads.find(NewVal); in run()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | SSAUpdater.cpp | 470 DenseMap<Value*, Value*>::iterator RLI = ReplacedLoads.find(NewVal); in run() local 471 while (RLI != ReplacedLoads.end()) { in run() 472 NewVal = RLI->second; in run() 473 RLI = ReplacedLoads.find(NewVal); in run()
|
/external/icu/icu4c/source/common/ |
D | ubidiimp.h | 66 RLI=U_RIGHT_TO_LEFT_ISOLATE, /* 21 */ enumerator 86 …e MASK_RTL (DIRPROP_FLAG(R)|DIRPROP_FLAG(AL)|DIRPROP_FLAG(RLE)|DIRPROP_FLAG(RLO)|DIRPROP_FLAG(RLI)) 94 #define MASK_ISO (DIRPROP_FLAG(LRI)|DIRPROP_FLAG(RLI)|DIRPROP_FLAG(FSI)|DIRPROP_FLAG(PDI))
|
D | ubidi.cpp | 529 dirProps[isolateStartStack[stackLast]]=RLI; in getDirProps() 530 flags|=DIRPROP_FLAG(RLI); in getDirProps() 539 if(dirProp>=FSI && dirProp<=RLI) { /* FSI, LRI or RLI */ in getDirProps() 1220 case RLI: in resolveExplicitLevels() 1362 if(dirProp==LRI || dirProp==RLI) { in checkExplicitLevels() 1839 if(dirProp==LRI || dirProp==RLI) in setLevelsOutsideIsolates() 2189 if(dirProp==LRI || dirProp==RLI) in resolveImplicitLevels() 2269 if((dirProp==LRI || dirProp==RLI) && limit<pBiDi->length) { in resolveImplicitLevels()
|
/external/icu/libicu/cts_headers/ |
D | ubidiimp.h | 66 RLI=U_RIGHT_TO_LEFT_ISOLATE, /* 21 */ enumerator 86 …e MASK_RTL (DIRPROP_FLAG(R)|DIRPROP_FLAG(AL)|DIRPROP_FLAG(RLE)|DIRPROP_FLAG(RLO)|DIRPROP_FLAG(RLI)) 94 #define MASK_ISO (DIRPROP_FLAG(LRI)|DIRPROP_FLAG(RLI)|DIRPROP_FLAG(FSI)|DIRPROP_FLAG(PDI))
|
/external/icu/icu4c/source/test/cintltst/ |
D | cbiditst.h | 55 #define RLI U_RIGHT_TO_LEFT_ISOLATE macro
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 6376 void PPCTargetLowering::LowerFP_TO_INTForReuse(SDValue Op, ReuseLoadInfo &RLI, in LowerFP_TO_INTForReuse() argument 6432 RLI.Chain = Chain; in LowerFP_TO_INTForReuse() 6433 RLI.Ptr = FIPtr; in LowerFP_TO_INTForReuse() 6434 RLI.MPI = MPI; in LowerFP_TO_INTForReuse() 6477 ReuseLoadInfo RLI; in LowerFP_TO_INT() local 6478 LowerFP_TO_INTForReuse(Op, RLI, DAG, dl); in LowerFP_TO_INT() 6480 return DAG.getLoad(Op.getValueType(), dl, RLI.Chain, RLI.Ptr, RLI.MPI, false, in LowerFP_TO_INT() 6481 false, RLI.IsInvariant, RLI.Alignment, RLI.AAInfo, in LowerFP_TO_INT() 6482 RLI.Ranges); in LowerFP_TO_INT() 6494 ReuseLoadInfo &RLI, in canReuseLoadAddress() argument [all …]
|
D | PPCISelLowering.h | 760 bool canReuseLoadAddress(SDValue Op, EVT MemVT, ReuseLoadInfo &RLI, 766 void LowerFP_TO_INTForReuse(SDValue Op, ReuseLoadInfo &RLI,
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | Bidi.java | 979 static final byte RLI = UCharacterDirection.RIGHT_TO_LEFT_ISOLATE; /* 21 */ field in Bidi 1162 …l int MASK_RTL = DirPropFlag(R)|DirPropFlag(AL)|DirPropFlag(RLE)|DirPropFlag(RLO)|DirPropFlag(RLI); 1171 static final int MASK_ISO = DirPropFlag(LRI)|DirPropFlag(RLI)|DirPropFlag(FSI)|DirPropFlag(PDI); 1912 dirProps[isolateStartStack[stackLast]] = RLI; in getDirProps() 1913 flags |= DirPropFlag(RLI); in getDirProps() 1922 if (dirProp >= FSI && dirProp <= RLI) { /* FSI, LRI or RLI */ in getDirProps() 2568 case RLI: in resolveExplicitLevels() 2706 if (dirProp == LRI || dirProp == RLI) { in checkExplicitLevels() 3142 if (dirProp == LRI || dirProp == RLI) in setLevelsOutsideIsolates() 3466 if (dirProp == LRI || dirProp == RLI) in resolveImplicitLevels() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | Bidi.java | 954 static final byte RLI = UCharacterDirection.RIGHT_TO_LEFT_ISOLATE; /* 21 */ field in Bidi 1138 …l int MASK_RTL = DirPropFlag(R)|DirPropFlag(AL)|DirPropFlag(RLE)|DirPropFlag(RLO)|DirPropFlag(RLI); 1147 static final int MASK_ISO = DirPropFlag(LRI)|DirPropFlag(RLI)|DirPropFlag(FSI)|DirPropFlag(PDI); 1878 dirProps[isolateStartStack[stackLast]] = RLI; in getDirProps() 1879 flags |= DirPropFlag(RLI); in getDirProps() 1888 if (dirProp >= FSI && dirProp <= RLI) { /* FSI, LRI or RLI */ in getDirProps() 2534 case RLI: in resolveExplicitLevels() 2672 if (dirProp == LRI || dirProp == RLI) { in checkExplicitLevels() 3108 if (dirProp == LRI || dirProp == RLI) in setLevelsOutsideIsolates() 3432 if (dirProp == LRI || dirProp == RLI) in resolveImplicitLevels() [all …]
|
/external/rust/crates/unicode-bidi/src/char_data/ |
D | mod.rs | 29 RLE | RLO | RLI => true, in is_rtl()
|
D | tables.rs | 38 RLI, enumerator 235 ('\u{2067}', '\u{2067}', RLI), ('\u{2068}', '\u{2068}', FSI), ('\u{2069}', '\u{2069}', PDI),
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 8294 void PPCTargetLowering::LowerFP_TO_INTForReuse(SDValue Op, ReuseLoadInfo &RLI, in LowerFP_TO_INTForReuse() argument 8332 RLI.Chain = Chain; in LowerFP_TO_INTForReuse() 8333 RLI.Ptr = FIPtr; in LowerFP_TO_INTForReuse() 8334 RLI.MPI = MPI; in LowerFP_TO_INTForReuse() 8335 RLI.Alignment = Alignment; in LowerFP_TO_INTForReuse() 8447 ReuseLoadInfo RLI; in LowerFP_TO_INT() local 8448 LowerFP_TO_INTForReuse(Op, RLI, DAG, dl); in LowerFP_TO_INT() 8450 return DAG.getLoad(Op.getValueType(), dl, RLI.Chain, RLI.Ptr, RLI.MPI, in LowerFP_TO_INT() 8451 RLI.Alignment, RLI.MMOFlags(), RLI.AAInfo, RLI.Ranges); in LowerFP_TO_INT() 8463 ReuseLoadInfo &RLI, in canReuseLoadAddress() argument [all …]
|
D | PPCISelLowering.h | 1081 bool canReuseLoadAddress(SDValue Op, EVT MemVT, ReuseLoadInfo &RLI, 1087 void LowerFP_TO_INTForReuse(SDValue Op, ReuseLoadInfo &RLI,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 7686 void PPCTargetLowering::LowerFP_TO_INTForReuse(SDValue Op, ReuseLoadInfo &RLI, in LowerFP_TO_INTForReuse() argument 7741 RLI.Chain = Chain; in LowerFP_TO_INTForReuse() 7742 RLI.Ptr = FIPtr; in LowerFP_TO_INTForReuse() 7743 RLI.MPI = MPI; in LowerFP_TO_INTForReuse() 7831 ReuseLoadInfo RLI; in LowerFP_TO_INT() local 7832 LowerFP_TO_INTForReuse(Op, RLI, DAG, dl); in LowerFP_TO_INT() 7834 return DAG.getLoad(Op.getValueType(), dl, RLI.Chain, RLI.Ptr, RLI.MPI, in LowerFP_TO_INT() 7835 RLI.Alignment, RLI.MMOFlags(), RLI.AAInfo, RLI.Ranges); in LowerFP_TO_INT() 7847 ReuseLoadInfo &RLI, in canReuseLoadAddress() argument 7857 LowerFP_TO_INTForReuse(Op, RLI, DAG, dl); in canReuseLoadAddress() [all …]
|
D | PPCISelLowering.h | 1005 bool canReuseLoadAddress(SDValue Op, EVT MemVT, ReuseLoadInfo &RLI, 1011 void LowerFP_TO_INTForReuse(SDValue Op, ReuseLoadInfo &RLI,
|