Home
last modified time | relevance | path

Searched refs:dmatch (Results 1 – 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDateFormatRoundTripTest.java184 int dmatch = 0; // d[dmatch].getTime() == d[dmatch-1].getTime() in _test()
204 if (dmatch == 0) { in _test()
207 if (dmatch == 0) { in _test()
209 dmatch = loop; in _test()
215 if (smatch != 0 && dmatch != 0) in _test()
226 if (dmatch > maxDmatch || smatch > maxSmatch) { in _test()
245 if (dmatch > maxDmatch || smatch > maxSmatch) { in _test()
248 … logln("Dmatch: " + dmatch + " maxD: " + maxDmatch + " Smatch:" + smatch + " maxS:" + maxSmatch); in _test()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateFormatRoundTripTest.java183 int dmatch = 0; // d[dmatch].getTime() == d[dmatch-1].getTime() in _test()
203 if (dmatch == 0) { in _test()
206 if (dmatch == 0) { in _test()
208 dmatch = loop; in _test()
214 if (smatch != 0 && dmatch != 0) in _test()
225 if (dmatch > maxDmatch || smatch > maxSmatch) { in _test()
244 if (dmatch > maxDmatch || smatch > maxSmatch) { in _test()
247 … logln("Dmatch: " + dmatch + " maxD: " + maxDmatch + " Smatch:" + smatch + " maxS:" + maxSmatch); in _test()
/external/icu/icu4c/source/test/intltest/
Ddtfmtrtts.cpp338 int dmatch = 0; // d[dmatch].getTime() == d[dmatch-1].getTime() in test() local
367 if(dmatch == 0) { in test()
370 if(dmatch == 0) { in test()
372 dmatch = loop; in test()
378 if(smatch != 0 && dmatch != 0) in test()
389 if (dmatch > maxDmatch) { in test()
425 != getField(d[dmatch], UCAL_YEAR) in test()
429 == fmt->getTimeZone().inDaylightTime(d[dmatch], status) in test()
460 if(dmatch > maxDmatch || smatch > maxSmatch) { in test()
472 UBool fail = (dmatch > maxDmatch || smatch > maxSmatch); in test()
[all …]