Home
last modified time | relevance | path

Searched refs:yE (Results 1 - 9 of 9) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
H A DPersianTest.java98 int yE = DATA[i++]; // Expected y, m, d in TestMapping()
104 if (y == yE && m == mE && d == dE) { in TestMapping()
107 errln("Fail: " + buf.toString() + ", expected " + yE + "/" + mE + "/" + dE); in TestMapping()
H A DDangiTest.java93 int yE = DATA[i++]; // Expected y, m, isLeapMonth, d in TestMapping()
100 if (y == yE && m == mE && L == LE && d == dE) { in TestMapping()
103 errln("Fail: " + buf.toString() + ", expected " + yE + "/" + mE + (LE == 1 ? "(leap)" : "") + "/" + dE); in TestMapping()
H A DChineseTest.java113 int yE = DATA[i++]; // Expected y, m, isLeapMonth, d in TestMapping()
120 if (y == yE && m == mE && L == LE && d == dE) { in TestMapping()
124 yE + "/" + mE + (LE==1?"(leap)":"") + "/" + dE); in TestMapping()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DPersianTest.java95 int yE = DATA[i++]; // Expected y, m, d in TestMapping()
101 if (y == yE && m == mE && d == dE) { in TestMapping()
104 errln("Fail: " + buf.toString() + ", expected " + yE + "/" + mE + "/" + dE); in TestMapping()
H A DDangiTest.java90 int yE = DATA[i++]; // Expected y, m, isLeapMonth, d in TestMapping()
97 if (y == yE && m == mE && L == LE && d == dE) { in TestMapping()
100 errln("Fail: " + buf.toString() + ", expected " + yE + "/" + mE + (LE == 1 ? "(leap)" : "") + "/" + dE); in TestMapping()
H A DChineseTest.java110 int yE = DATA[i++]; // Expected y, m, isLeapMonth, d in TestMapping()
117 if (y == yE && m == mE && L == LE && d == dE) { in TestMapping()
121 yE + "/" + mE + (LE==1?"(leap)":"") + "/" + dE); in TestMapping()
/third_party/skia/gm/
H A Dcomplexclip2.cpp64 SkScalar yE = 40.65f; variable
67 fRects[0].setLTRB(xB, yB, xE, yE);
/third_party/lame/libmp3lame/
H A Dgain_analysis.c158 Float_t yE = input[ -3] * kernel[ 7]; in filterYule() local
159 Float_t s01 = y8 + yA + yC + yE; in filterYule()
/third_party/skia/tests/
H A DPathOpsOpTest.cpp1182 SkScalar yE = 40.65f; in rRect1() local
1186 rects[0].setLTRB(xB, yB, xE, yE); in rRect1()

Completed in 25 milliseconds