Searched refs:RLI (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dcbiditst.h56 #define RLI U_RIGHT_TO_LEFT_ISOLATE macro
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DSSAUpdater.cpp510 DenseMap<Value*, Value*>::iterator RLI = ReplacedLoads.find(NewVal); local
511 while (RLI != ReplacedLoads.end()) {
512 NewVal = RLI->second;
513 RLI = ReplacedLoads.find(NewVal);
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dubidiimp.h58 RLI=U_RIGHT_TO_LEFT_ISOLATE, /* 21 */ enumerator in enum:__anon767
78 #define 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))
H A Dubidi.c64 * after the initial setup, when applying X5c (replace FSI by LRI or RLI),
423 * FSI initiators are also resolved and their dirProp replaced with LRI or RLI.
426 * replaced by an RLI.
530 dirProps[isolateStartStack[stackLast]]=RLI;
531 flags|=DIRPROP_FLAG(RLI);
540 if(dirProp>=FSI && dirProp<=RLI) { /* FSI, LRI or RLI */
717 /* LRI or RLI */
1055 * LRE, RLE, LRO, RLO, LRI, RLI and FSI and popped with each PDF and PDI,
1216 case RLI
[all...]

Completed in 115 milliseconds