Home
last modified time | relevance | path

Searched refs:RLI (Results 1 – 19 of 19) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/
DBidiTest.txt125 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 …]
DUnicodeData.txt7260 2067;RIGHT-TO-LEFT ISOLATE;Cf;0;RLI;;;;;N;;;;;
/external/icu/icu4c/source/test/testdata/
DBidiTest.txt125 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/
DBidiTest.txt125 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 …]
DUnicodeData.txt7260 2067;RIGHT-TO-LEFT ISOLATE;Cf;0;RLI;;;;;N;;;;;
/external/llvm/lib/Transforms/Utils/
DSSAUpdater.cpp466 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/
DSSAUpdater.cpp507 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/
Dubidiimp.h58 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))
Dubidi.c532 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/
Dcbiditst.h55 #define RLI U_RIGHT_TO_LEFT_ISOLATE macro
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp6376 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 …]
DPPCISelLowering.h760 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/
DBidi.java973 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()
2700 if (dirProp == LRI || dirProp == RLI) { in checkExplicitLevels()
3136 if (dirProp == LRI || dirProp == RLI) in setLevelsOutsideIsolates()
3460 if (dirProp == LRI || dirProp == RLI) in resolveImplicitLevels()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DBidi.java948 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()
2665 if (dirProp == LRI || dirProp == RLI) { in checkExplicitLevels()
3101 if (dirProp == LRI || dirProp == RLI) in setLevelsOutsideIsolates()
3425 if (dirProp == LRI || dirProp == RLI) in resolveImplicitLevels()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DTestData.java44 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/
DTestData.java45 protected static final int RLI = UCharacterDirection.RIGHT_TO_LEFT_ISOLATE; field in TestData
/external/icu/icu4c/source/data/unidata/
Dchanges.txt1225 bc ; RLI ; Right_To_Left_Isolate
Dppucd.txt156 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…
DUnicodeData.txt7260 2067;RIGHT-TO-LEFT ISOLATE;Cf;0;RLI;;;;;N;;;;;