/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/ |
D | BidiTest.txt | 127 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/ |
D | BidiTest.txt | 127 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/ |
D | BidiTest.txt | 127 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/ |
D | testinput2 | 12 find bidi PDI
|
D | testoutput2 | 239 find bidi PDI 240 U+2069 PDI Control: Format, common, Control, [extendedpictographic, graphemebase, math, patternsynt…
|
D | testoutput1 | 406 U+2069 PDI Control: Format, common, Control, [extendedpictographic, graphemebase, math, patternsynt…
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | cbiditst.h | 56 #define PDI U_POP_DIRECTIONAL_ISOLATE macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGSDNodes.cpp | 874 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/ |
D | ubidiimp.h | 67 PDI=U_POP_DIRECTIONAL_ISOLATE, /* 22 */ enumerator 94 #define MASK_ISO (DIRPROP_FLAG(LRI)|DIRPROP_FLAG(RLI)|DIRPROP_FLAG(FSI)|DIRPROP_FLAG(PDI))
|
D | ubidi.cpp | 553 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/ |
D | ubidiimp.h | 67 PDI=U_POP_DIRECTIONAL_ISOLATE, /* 22 */ enumerator 94 #define MASK_ISO (DIRPROP_FLAG(LRI)|DIRPROP_FLAG(RLI)|DIRPROP_FLAG(FSI)|DIRPROP_FLAG(PDI))
|
D | ubidi.cpp | 553 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/ |
D | ubidiimp.h | 67 PDI=U_POP_DIRECTIONAL_ISOLATE, /* 22 */ enumerator 94 #define MASK_ISO (DIRPROP_FLAG(LRI)|DIRPROP_FLAG(RLI)|DIRPROP_FLAG(FSI)|DIRPROP_FLAG(PDI))
|
D | ubidi.cpp | 553 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/ |
D | Bidi.java | 980 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/ |
D | Bidi.java | 955 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/ |
D | X86InstrSSE.td | 499 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 …]
|
D | X86InstrFormats.td | 599 // 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/ |
D | TestData.java | 45 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/ |
D | TestData.java | 48 protected static final int PDI = UCharacterDirection.POP_DIRECTIONAL_ISOLATE; field in TestData
|
/third_party/pcre2/pcre2/maint/Unicode.tables/ |
D | PropertyValueAliases.txt | 118 bc ; PDI ; Pop_Directional_Isolate
|
D | DerivedBidiClass.txt | 2520 2069 ; PDI # Cf POP DIRECTIONAL ISOLATE
|
/third_party/node/deps/ada/ |
D | ada.cpp | 8211 PDI, enumerator 8532 {0x2069, 0x2069, direction::PDI}, {0x206a, 0x206f, direction::BN},
|
/third_party/skia/third_party/externals/icu/source/data/unidata/ |
D | changes.txt | 3139 bc ; PDI ; Pop_Directional_Isolate
|
/third_party/icu/icu4c/source/data/unidata/ |
D | changes.txt | 3784 bc ; PDI ; Pop_Directional_Isolate
|