/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/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 …]
|
D | UnicodeData.txt | 7260 2067;RIGHT-TO-LEFT ISOLATE;Cf;0;RLI;;;;;N;;;;;
|
/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 …]
|
D | UnicodeData.txt | 7260 2067;RIGHT-TO-LEFT ISOLATE;Cf;0;RLI;;;;;N;;;;;
|
/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/lib/Transforms/Utils/ |
D | SSAUpdater.cpp | 507 DenseMap<Value*, Value*>::iterator RLI = ReplacedLoads.find(NewVal); in run() local 508 while (RLI != ReplacedLoads.end()) { in run() 509 NewVal = RLI->second; in run() 510 RLI = ReplacedLoads.find(NewVal); in run()
|
/external/icu/icu4c/source/common/ |
D | ubidiimp.h | 58 RLI=U_RIGHT_TO_LEFT_ISOLATE, /* 21 */ enumerator 78 …e MASK_RTL (DIRPROP_FLAG(R)|DIRPROP_FLAG(AL)|DIRPROP_FLAG(RLE)|DIRPROP_FLAG(RLO)|DIRPROP_FLAG(RLI)) 86 #define MASK_ISO (DIRPROP_FLAG(LRI)|DIRPROP_FLAG(RLI)|DIRPROP_FLAG(FSI)|DIRPROP_FLAG(PDI))
|
D | ubidi.c | 532 dirProps[isolateStartStack[stackLast]]=RLI; in getDirProps() 533 flags|=DIRPROP_FLAG(RLI); in getDirProps() 542 if(dirProp>=FSI && dirProp<=RLI) { /* FSI, LRI or RLI */ in getDirProps() 1218 case RLI: in resolveExplicitLevels() 1358 if(dirProp==LRI || dirProp==RLI) { in checkExplicitLevels() 1815 if(dirProp==LRI || dirProp==RLI) in setLevelsOutsideIsolates() 2166 if(dirProp==LRI || dirProp==RLI) in resolveImplicitLevels() 2247 if((dirProp==LRI || dirProp==RLI) && limit<pBiDi->length) { in resolveImplicitLevels()
|
/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/android_icu4j/src/main/java/android/icu/text/ |
D | Bidi.java | 948 static final byte RLI = UCharacterDirection.RIGHT_TO_LEFT_ISOLATE; /* 21 */ field in Bidi 1131 …l int MASK_RTL = DirPropFlag(R)|DirPropFlag(AL)|DirPropFlag(RLE)|DirPropFlag(RLO)|DirPropFlag(RLI); 1140 static final int MASK_ISO = DirPropFlag(LRI)|DirPropFlag(RLI)|DirPropFlag(FSI)|DirPropFlag(PDI); 1871 dirProps[isolateStartStack[stackLast]] = RLI; in getDirProps() 1872 flags |= DirPropFlag(RLI); in getDirProps() 1881 if (dirProp >= FSI && dirProp <= RLI) { /* FSI, LRI or RLI */ in getDirProps() 2527 case RLI: in resolveExplicitLevels() 2664 if (dirProp == LRI || dirProp == RLI) { in checkExplicitLevels() 3081 if (dirProp == LRI || dirProp == RLI) in setLevelsOutsideIsolates() 3405 if (dirProp == LRI || dirProp == RLI) in resolveImplicitLevels() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | Bidi.java | 973 static final byte RLI = UCharacterDirection.RIGHT_TO_LEFT_ISOLATE; /* 21 */ field in Bidi 1156 …l int MASK_RTL = DirPropFlag(R)|DirPropFlag(AL)|DirPropFlag(RLE)|DirPropFlag(RLO)|DirPropFlag(RLI); 1165 static final int MASK_ISO = DirPropFlag(LRI)|DirPropFlag(RLI)|DirPropFlag(FSI)|DirPropFlag(PDI); 1906 dirProps[isolateStartStack[stackLast]] = RLI; in getDirProps() 1907 flags |= DirPropFlag(RLI); in getDirProps() 1916 if (dirProp >= FSI && dirProp <= RLI) { /* FSI, LRI or RLI */ in getDirProps() 2562 case RLI: in resolveExplicitLevels() 2699 if (dirProp == LRI || dirProp == RLI) { in checkExplicitLevels() 3116 if (dirProp == LRI || dirProp == RLI) in setLevelsOutsideIsolates() 3440 if (dirProp == LRI || dirProp == RLI) in resolveImplicitLevels() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
D | TestData.java | 44 protected static final int RLI = UCharacterDirection.RIGHT_TO_LEFT_ISOLATE; field in TestData
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/ |
D | TestData.java | 45 protected static final int RLI = UCharacterDirection.RIGHT_TO_LEFT_ISOLATE; field in TestData
|
/external/icu/icu4c/source/data/unidata/ |
D | changes.txt | 1225 bc ; RLI ; Right_To_Left_Isolate
|
D | ppucd.txt | 156 value;bc;RLI;Right_To_Left_Isolate 9538 cp;2067;age=6.3;bc=RLI;Bidi_C;CI;CWKCF;DI;gc=Cf;GCB=CN;-Gr_Base;lb=CM;na=RIGHT-TO-LEFT ISOLATE;Name…
|
D | UnicodeData.txt | 7260 2067;RIGHT-TO-LEFT ISOLATE;Cf;0;RLI;;;;;N;;;;;
|