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

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcbiditst.h56 #define RLI U_RIGHT_TO_LEFT_ISOLATE macro
/external/icu/icu4c/source/test/cintltst/
H A Dcbiditst.h56 #define RLI U_RIGHT_TO_LEFT_ISOLATE macro
/external/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp471 DenseMap<Value*, Value*>::iterator RLI = ReplacedLoads.find(NewVal); local
472 while (RLI != ReplacedLoads.end()) {
473 NewVal = RLI->second;
474 RLI = ReplacedLoads.find(NewVal);
/external/chromium_org/third_party/icu/source/common/
H A Dubidiimp.h58 RLI=U_RIGHT_TO_LEFT_ISOLATE, /* 21 */ enumerator in enum:__anon11941
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.c65 * LRI or RLI in getDirProps(), and paired brackets which may be changed
423 * FSI initiators are also resolved and their dirProp replaced with LRI or RLI.
526 dirProps[isolateStartStack[stackLast]]=RLI;
527 flags|=DIRPROP_FLAG(RLI);
536 if(dirProp>=FSI && dirProp<=RLI) { /* FSI, LRI or RLI */
710 /* LRI or RLI */
983 * LRE, RLE, LRO, RLO, LRI, RLI and FSO and popped with each PDF and PDI,
1137 case RLI:
1282 if(dirProp==LRI || dirProp==RLI) {
[all...]
/external/icu/icu4c/source/common/
H A Dubidiimp.h58 RLI=U_RIGHT_TO_LEFT_ISOLATE, /* 21 */ enumerator in enum:__anon21731
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...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
H A Dloopfilter_filters_altivec.asm398 .macro build_constants RFL, RLI, RTH, FL, LI, TH
401 lvx \LI, 0, \RLI ;# limit
/external/libvpx/libvpx/vp8/common/ppc/
H A Dloopfilter_filters_altivec.asm398 .macro build_constants RFL, RLI, RTH, FL, LI, TH
401 lvx \LI, 0, \RLI ;# limit

Completed in 4165 milliseconds