/third_party/flutter/skia/third_party/externals/icu/source/data/translit/ |
D | de_ASCII.txt | 9 $OE = [Ö {O \u0308}]; 15 {$OE} [:Lowercase:] → Oe; 18 $OE → OE;
|
D | Latin_ConjoiningJamo.txt | 94 $OE = ᅬ; 197 $sep ← [^aow] e {} [$O $OE]; 202 $sep ← [^$latinMedial] [y] e {} $IEUNG [$O $OE]; 203 $sep ← [^$latinMedial] e {} $IEUNG [$O $OE $U]; 439 $jamoInitial {oe} ↔ $OE;
|
/third_party/icu/icu4c/source/data/translit/ |
D | de_ASCII.txt | 10 $OE = [Ö {O \u0308}]; 16 {$OE} [:Lowercase:] → Oe; 19 $OE → OE;
|
D | Latin_ConjoiningJamo.txt | 95 $OE = ᅬ; 198 $sep ← [^aow] e {} [$O $OE]; 203 $sep ← [^$latinMedial] [y] e {} $IEUNG [$O $OE]; 204 $sep ← [^$latinMedial] e {} $IEUNG [$O $OE $U]; 440 $jamoInitial {oe} ↔ $OE;
|
D | Any_Accents.txt | 35 $pre OE $post ↔ Œ ; # LATIN CAPITAL LIGATURE OE 36 $pre oe $post ↔ œ ; # LATIN SMALL LIGATURE OE 208 # $pre YYY $post ↔ ɶ ; # LATIN LETTER SMALL CAPITAL OE
|
/third_party/skia/third_party/externals/icu/source/data/translit/ |
D | de_ASCII.txt | 10 $OE = [Ö {O \u0308}]; 16 {$OE} [:Lowercase:] → Oe; 19 $OE → OE;
|
D | Latin_ConjoiningJamo.txt | 95 $OE = ᅬ; 198 $sep ← [^aow] e {} [$O $OE]; 203 $sep ← [^$latinMedial] [y] e {} $IEUNG [$O $OE]; 204 $sep ← [^$latinMedial] e {} $IEUNG [$O $OE $U]; 440 $jamoInitial {oe} ↔ $OE;
|
D | Any_Accents.txt | 35 $pre OE $post ↔ Œ ; # LATIN CAPITAL LIGATURE OE 36 $pre oe $post ↔ œ ; # LATIN SMALL LIGATURE OE 208 # $pre YYY $post ↔ ɶ ; # LATIN LETTER SMALL CAPITAL OE
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
D | DependencyAnalysis.cpp | 101 OE = CS.arg_end(); OI != OE; ++OI) { in CanUse() local 119 for (User::const_op_iterator OI = Inst->op_begin(), OE = Inst->op_end(); in CanUse() local 120 OI != OE; ++OI) { in CanUse()
|
D | ObjCARCAPElim.cpp | 157 for (User::op_iterator OI = Init->op_begin(), OE = Init->op_end(); in runOnModule() local 158 OI != OE; ++OI) { in runOnModule()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/ |
D | GVNExpression.h | 217 const auto &OE = cast<BasicExpression>(Other); in equals() local 218 return getType() == OE.getType() && NumOperands == OE.NumOperands && in equals() 219 std::equal(op_begin(), op_end(), OE.op_begin()); in equals() 459 const AggregateValueExpression &OE = cast<AggregateValueExpression>(Other); in equals() local 460 return NumIntOperands == OE.NumIntOperands && in equals() 461 std::equal(int_op_begin(), int_op_end(), OE.int_op_begin()); in equals() 521 const PHIExpression &OE = cast<PHIExpression>(Other); in equals() local 522 return BB == OE.BB; in equals()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMCTargetDesc.cpp | 87 for (unsigned OI = 4, OE = MI.getNumOperands(); OI < OE; ++OI) { in getARMStoreDeprecationInfo() local 105 for (unsigned OI = 4, OE = MI.getNumOperands(); OI < OE; ++OI) { in getARMLoadDeprecationInfo() local
|
/third_party/glslang/Test/baseResults/ |
D | tokenLength.vert.out | 52 0:13 'OE' ( global highp int) 112 0:? 'OE' ( global highp int) 148 0:13 'OE' ( global highp int) 208 0:? 'OE' ( global highp int)
|
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitNativePPC_32.c | 92 …return push_inst(compiler, NEG | OE((flags & ALT_FORM1) ? ALT_SET_FLAGS : 0) | RC(flags) | D(dst) … in emit_single_op() 101 …return push_inst(compiler, ADD | OE(ALT_SET_FLAGS) | RC(ALT_SET_FLAGS) | D(dst) | A(src1) | B(src2… in emit_single_op() 161 …return push_inst(compiler, SUBF | OE(ALT_SET_FLAGS) | RC(ALT_SET_FLAGS) | D(dst) | A(src2) | B(src… in emit_single_op() 184 return push_inst(compiler, MULLW | OE(flags) | RC(flags) | D(dst) | A(src2) | B(src1)); in emit_single_op()
|
D | sljitNativePPC_64.c | 207 FAIL_IF(push_inst(compiler, NEG | OE(ALT_SET_FLAGS) | RC(ALT_SET_FLAGS) | D(dst) | A(TMP_REG2))); in emit_single_op() 213 …return push_inst(compiler, NEG | OE((flags & ALT_FORM1) ? ALT_SET_FLAGS : 0) | RC(flags) | D(dst) … in emit_single_op() 230 …FAIL_IF(push_inst(compiler, ADD | OE(ALT_SET_FLAGS) | RC(ALT_SET_FLAGS) | D(dst) | A(src1) | B(src… in emit_single_op() 308 …FAIL_IF(push_inst(compiler, SUBF | OE(ALT_SET_FLAGS) | RC(ALT_SET_FLAGS) | D(dst) | A(src2) | B(sr… in emit_single_op() 338 return push_inst(compiler, MULLW | OE(flags) | RC(flags) | D(dst) | A(src2) | B(src1)); in emit_single_op() 339 return push_inst(compiler, MULLD | OE(flags) | RC(flags) | D(dst) | A(src2) | B(src1)); in emit_single_op()
|
/third_party/flutter/skia/third_party/externals/icu/source/data/coll/ |
D | de.txt | 9 "&OE<<ö<<<Ö"
|
/third_party/icu/icu4c/source/data/coll/ |
D | de.txt | 9 "&OE<<ö<<<Ö"
|
/third_party/skia/third_party/externals/icu/source/data/coll/ |
D | de.txt | 9 "&OE<<ö<<<Ö"
|
/third_party/node/test/fixtures/x509-escaping/ |
D | info-4-cert.pem | 25 JERGpI/OE+vzfOtgj/Z46/+wn7jF0LBCin7Jn5Zw1a1TNsiHKAjqW/P4vJxxUW++
|
/third_party/glslang/Test/ |
D | tokenLength.vert | 13 int OE = 0777777777777777777777; // ERROR
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkformat.c | 40 #define OE 0 macro 43 #define OE FLAG(LE) macro
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | HBIndicVowelConstraints.txt | 20 0905 093A ; # DEVANAGARI LETTER A, DEVANAGARI VOWEL SIGN OE 22 0906 093A ; # DEVANAGARI LETTER AA, DEVANAGARI VOWEL SIGN OE
|
/third_party/skia/third_party/externals/harfbuzz/src/ms-use/ |
D | IndicShapingInvalidCluster.txt | 27 0905 093A ; # DEVANAGARI LETTER A, DEVANAGARI VOWEL SIGN OE 29 0906 093A ; # DEVANAGARI LETTER AA, DEVANAGARI VOWEL SIGN OE
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | AliasAnalysisEvaluator.cpp | 128 for (Instruction::op_iterator OI = Inst.op_begin(), OE = Inst.op_end(); in runInternal() local 129 OI != OE; ++OI) in runInternal()
|
/third_party/harfbuzz/src/ms-use/ |
D | IndicShapingInvalidCluster.txt | 27 0905 093A ; # DEVANAGARI LETTER A, DEVANAGARI VOWEL SIGN OE 29 0906 093A ; # DEVANAGARI LETTER AA, DEVANAGARI VOWEL SIGN OE
|