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

/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dcbiditst.h57 #define PDI U_POP_DIRECTIONAL_ISOLATE macro
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dubidiimp.h59 PDI=U_POP_DIRECTIONAL_ISOLATE, /* 22 */ enumerator in enum:__anon767
86 #define MASK_ISO (DIRPROP_FLAG(LRI)|DIRPROP_FLAG(RLI)|DIRPROP_FLAG(FSI)|DIRPROP_FLAG(PDI))
H A Dubidi.c452 LOOKING_FOR_PDI /* 3: found strong after FSI, looking for PDI */
554 if(dirProp==PDI) {
732 /* PDI */
1023 * method) or set by explicit embedding codes (LRx, RLx, PDF, FSI, PDI) in the plain text.
1055 * LRE, RLE, LRO, RLO, LRI, RLI and FSI and popped with each PDF and PDI,
1251 case PDI:
1264 flags|=DIRPROP_FLAG(PDI);
1361 else if(dirProp==PDI)
1413 /* L R EN ES ET AN CS B S WS ON LRE LRO AL RLE RLO PDF NSM BN FSI LRI RLI PDI ENL ENR */
1423 - the ON column regroups ON and WS, FSI, RLI, LRI and PDI
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp808 SDDbgInfo::DbgIterator PDI = DAG->ByvalParmDbgBegin();
810 for (; PDI != PDE; ++PDI) {
811 MachineInstr *DbgMI= Emitter.EmitDbgValue(*PDI, VRBaseMap);

Completed in 99 milliseconds