Home
last modified time | relevance | path

Searched refs:pe1 (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
DNumberFormatTest.java189 boolean pe1, pe2; in TestICUEquivalent()
199 pe1 = false; in TestICUEquivalent()
204 pe1 = true; in TestICUEquivalent()
212 if ((pe1 && !pe2) || (!pe1 && pe2)) { in TestICUEquivalent()
213 errln("FAIL: ParseException thrown by " + (pe1 ? "JDK" : "ICU") in TestICUEquivalent()
216 } else if (!pe1 && !pe2 && !n1.equals(n2)) { in TestICUEquivalent()
219 } else if (pe1 && pe2) { in TestICUEquivalent()
234 pe1 = false; in TestICUEquivalent()
239 pe1 = true; in TestICUEquivalent()
247 if ((pe1 && !pe2) || (!pe1 && pe2)) { in TestICUEquivalent()
[all …]
/external/skia/src/core/
DSkPathEffect.cpp50 SkPairPathEffect(sk_sp<SkPathEffect> pe0, sk_sp<SkPathEffect> pe1) in SkPairPathEffect() argument
51 : fPE0(std::move(pe0)), fPE1(std::move(pe1)) in SkPairPathEffect()
128 sk_sp<SkPathEffect> pe1(buffer.readPathEffect()); in CreateProc() local
129 return SkComposePathEffect::Make(std::move(pe0), std::move(pe1)); in CreateProc()
186 sk_sp<SkPathEffect> pe1(buffer.readPathEffect()); in CreateProc() local
187 return SkSumPathEffect::Make(pe0, pe1); in CreateProc()
/external/skqp/src/core/
DSkPathEffect.cpp53 SkPairPathEffect(sk_sp<SkPathEffect> pe0, sk_sp<SkPathEffect> pe1) in SkPairPathEffect() argument
54 : fPE0(std::move(pe0)), fPE1(std::move(pe1)) in SkPairPathEffect()
125 sk_sp<SkPathEffect> pe1(buffer.readPathEffect()); in CreateProc() local
126 return SkComposePathEffect::Make(std::move(pe0), std::move(pe1)); in CreateProc()
177 sk_sp<SkPathEffect> pe1(buffer.readPathEffect()); in CreateProc() local
178 return SkSumPathEffect::Make(pe0, pe1); in CreateProc()
/external/libxml2/result/VC/
DPENesting2 <!ENTITY % pe1 "EMPTY> <!ELEMENT e2 EMPTY>">
5 <!ENTITY % pe1 "EMPTY> <!ELEMENT e2 EMPTY>">
DPENesting.rdr2 <!ENTITY % pe1 "EMPTY> <!ELEMENT e2 EMPTY>">
/external/hyphenation-patterns/sl/
Dhyph-sl.pat.txt747 pe1
/external/skia/modules/canvaskit/npm_build/types/
Dcanvaskit-wasm-tests.ts593 const pe1 = CK.PathEffect.MakeCorner(2); // $ExpectType PathEffect | null constant