Home
last modified time | relevance | path

Searched refs:PDI (Results 1 – 25 of 33) sorted by relevance

12

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/
DBidiTest.txt127 PDI; 3
146 PDI; 4
273 PDI LRE; 3
274 PDI LRO; 3
275 PDI RLE; 3
276 PDI RLO; 3
277 PDI PDF; 3
278 PDI BN; 3
356 PDI LRE; 4
357 PDI LRO; 4
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/data/unicode/
DBidiTest.txt127 PDI; 3
146 PDI; 4
273 PDI LRE; 3
274 PDI LRO; 3
275 PDI RLE; 3
276 PDI RLO; 3
277 PDI PDF; 3
278 PDI BN; 3
356 PDI LRE; 4
357 PDI LRO; 4
[all …]
/third_party/icu/icu4c/source/test/testdata/
DBidiTest.txt127 PDI; 3
146 PDI; 4
273 PDI LRE; 3
274 PDI LRO; 3
275 PDI RLE; 3
276 PDI RLO; 3
277 PDI PDF; 3
278 PDI BN; 3
356 PDI LRE; 4
357 PDI LRO; 4
[all …]
/third_party/pcre2/pcre2/maint/ucptestdata/
Dtestinput212 find bidi PDI
Dtestoutput2239 find bidi PDI
240 U+2069 PDI Control: Format, common, Control, [extendedpictographic, graphemebase, math, patternsynt…
Dtestoutput1406 U+2069 PDI Control: Format, common, Control, [extendedpictographic, graphemebase, math, patternsynt…
/third_party/icu/icu4c/source/test/cintltst/
Dcbiditst.h56 #define PDI U_POP_DIRECTIONAL_ISOLATE macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp874 SDDbgInfo::DbgIterator PDI = DAG->ByvalParmDbgBegin(); in EmitSchedule() local
876 for (; PDI != PDE; ++PDI) { in EmitSchedule()
877 MachineInstr *DbgMI= Emitter.EmitDbgValue(*PDI, VRBaseMap); in EmitSchedule()
882 (*PDI)->clearIsEmitted(); in EmitSchedule()
/third_party/node/deps/icu-small/source/common/
Dubidiimp.h67 PDI=U_POP_DIRECTIONAL_ISOLATE, /* 22 */ enumerator
94 #define MASK_ISO (DIRPROP_FLAG(LRI)|DIRPROP_FLAG(RLI)|DIRPROP_FLAG(FSI)|DIRPROP_FLAG(PDI))
Dubidi.cpp553 if(dirProp==PDI) { in getDirProps()
1255 case PDI: in resolveExplicitLevels()
1268 flags|=DIRPROP_FLAG(PDI); in resolveExplicitLevels()
1367 else if(dirProp==PDI) in checkExplicitLevels()
1835 if(dirProp==PDI) in setLevelsOutsideIsolates()
2166 if(dirProps[start]==PDI && pBiDi->isolateCount >= 0) { in resolveImplicitLevels()
/third_party/icu/icu4c/source/common/
Dubidiimp.h67 PDI=U_POP_DIRECTIONAL_ISOLATE, /* 22 */ enumerator
94 #define MASK_ISO (DIRPROP_FLAG(LRI)|DIRPROP_FLAG(RLI)|DIRPROP_FLAG(FSI)|DIRPROP_FLAG(PDI))
Dubidi.cpp553 if(dirProp==PDI) { in getDirProps()
1255 case PDI: in resolveExplicitLevels()
1268 flags|=DIRPROP_FLAG(PDI); in resolveExplicitLevels()
1367 else if(dirProp==PDI) in checkExplicitLevels()
1835 if(dirProp==PDI) in setLevelsOutsideIsolates()
2166 if(dirProps[start]==PDI && pBiDi->isolateCount >= 0) { in resolveImplicitLevels()
/third_party/skia/third_party/externals/icu/source/common/
Dubidiimp.h67 PDI=U_POP_DIRECTIONAL_ISOLATE, /* 22 */ enumerator
94 #define MASK_ISO (DIRPROP_FLAG(LRI)|DIRPROP_FLAG(RLI)|DIRPROP_FLAG(FSI)|DIRPROP_FLAG(PDI))
Dubidi.cpp553 if(dirProp==PDI) { in getDirProps()
1255 case PDI: in resolveExplicitLevels()
1268 flags|=DIRPROP_FLAG(PDI); in resolveExplicitLevels()
1367 else if(dirProp==PDI) in checkExplicitLevels()
1835 if(dirProp==PDI) in setLevelsOutsideIsolates()
2166 if(dirProps[start]==PDI && pBiDi->isolateCount >= 0) { in resolveImplicitLevels()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DBidi.java980 static final byte PDI = UCharacterDirection.POP_DIRECTIONAL_ISOLATE; /* 22 */ field in Bidi
981 static final byte ENL = PDI + 1; /* EN after W7 */ /* 23 */
1171 static final int MASK_ISO = DirPropFlag(LRI)|DirPropFlag(RLI)|DirPropFlag(FSI)|DirPropFlag(PDI);
1936 if (dirProp == PDI) { in getDirProps()
2603 case PDI: in resolveExplicitLevels()
2616 flags |= DirPropFlag(PDI); in resolveExplicitLevels()
2711 else if (dirProp == PDI) in checkExplicitLevels()
3138 if (dirProp == PDI) in setLevelsOutsideIsolates()
3440 if (dirProps[start] == PDI) { in resolveImplicitLevels()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DBidi.java955 static final byte PDI = UCharacterDirection.POP_DIRECTIONAL_ISOLATE; /* 22 */ field in Bidi
956 static final byte ENL = PDI + 1; /* EN after W7 */ /* 23 */
1147 static final int MASK_ISO = DirPropFlag(LRI)|DirPropFlag(RLI)|DirPropFlag(FSI)|DirPropFlag(PDI);
1902 if (dirProp == PDI) { in getDirProps()
2569 case PDI: in resolveExplicitLevels()
2582 flags |= DirPropFlag(PDI); in resolveExplicitLevels()
2677 else if (dirProp == PDI) in checkExplicitLevels()
3104 if (dirProp == PDI) in setLevelsOutsideIsolates()
3406 if (dirProps[start] == PDI) { in resolveImplicitLevels()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrSSE.td499 def MOVAPDmr : PDI<0x29, MRMDestMem, (outs), (ins f128mem:$dst, VR128:$src),
505 def MOVUPDmr : PDI<0x11, MRMDestMem, (outs), (ins f128mem:$dst, VR128:$src),
516 def MOVAPDrr_REV : PDI<0x29, MRMDestReg, (outs VR128:$dst), (ins VR128:$src),
522 def MOVUPDrr_REV : PDI<0x11, MRMDestReg, (outs VR128:$dst), (ins VR128:$src),
669 def MOVLPDmr : PDI<0x13, MRMDestMem, (outs), (ins f64mem:$dst, VR128:$src),
715 def MOVHPDmr : PDI<0x17, MRMDestMem, (outs), (ins f64mem:$dst, VR128:$src),
1466 def CVTPS2DQrr : PDI<0x5B, MRMSrcReg, (outs VR128:$dst), (ins VR128:$src),
1470 def CVTPS2DQrm : PDI<0x5B, MRMSrcMem, (outs VR128:$dst), (ins f128mem:$src),
1604 def CVTTPD2DQrr : PDI<0xE6, MRMSrcReg, (outs VR128:$dst), (ins VR128:$src),
1609 def CVTTPD2DQrm : PDI<0xE6, MRMSrcMem, (outs VR128:$dst),(ins f128mem:$src),
[all …]
DX86InstrFormats.td599 // PDI - SSE2 instructions with PD prefix, packed double domain.
623 class PDI<bits<8> o, Format F, dag outs, dag ins, string asm,
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DTestData.java45 protected static final int PDI = UCharacterDirection.POP_DIRECTIONAL_ISOLATE; field in TestData
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bidi/
DTestData.java48 protected static final int PDI = UCharacterDirection.POP_DIRECTIONAL_ISOLATE; field in TestData
/third_party/pcre2/pcre2/maint/Unicode.tables/
DPropertyValueAliases.txt118 bc ; PDI ; Pop_Directional_Isolate
DDerivedBidiClass.txt2520 2069 ; PDI # Cf POP DIRECTIONAL ISOLATE
/third_party/node/deps/ada/
Dada.cpp8211 PDI, enumerator
8532 {0x2069, 0x2069, direction::PDI}, {0x206a, 0x206f, direction::BN},
/third_party/skia/third_party/externals/icu/source/data/unidata/
Dchanges.txt3139 bc ; PDI ; Pop_Directional_Isolate
/third_party/icu/icu4c/source/data/unidata/
Dchanges.txt3784 bc ; PDI ; Pop_Directional_Isolate

12