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.java190 int dmatch = 0; // d[dmatch].getTime() == d[dmatch-1].getTime() in _test()
210 if (dmatch == 0) { in _test()
213 if (dmatch == 0) { in _test()
215 dmatch = loop; in _test()
221 if (smatch != 0 && dmatch != 0) in _test()
232 if (dmatch > maxDmatch || smatch > maxSmatch) { in _test()
251 if (dmatch > maxDmatch || smatch > maxSmatch) { in _test()
254 … 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.java187 int dmatch = 0; // d[dmatch].getTime() == d[dmatch-1].getTime() in _test()
207 if (dmatch == 0) { in _test()
210 if (dmatch == 0) { in _test()
212 dmatch = loop; in _test()
218 if (smatch != 0 && dmatch != 0) in _test()
229 if (dmatch > maxDmatch || smatch > maxSmatch) { in _test()
248 if (dmatch > maxDmatch || smatch > maxSmatch) { in _test()
251 … 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
372 if(dmatch == 0) { in test()
375 if(dmatch == 0) { in test()
377 dmatch = loop; in test()
383 if(smatch != 0 && dmatch != 0) in test()
394 if (dmatch > maxDmatch) { in test()
430 != getField(d[dmatch], UCAL_YEAR) in test()
434 == fmt->getTimeZone().inDaylightTime(d[dmatch], status) in test()
465 if(dmatch > maxDmatch || smatch > maxSmatch) { in test()
484 UBool fail = (dmatch > maxDmatch || smatch > maxSmatch); in test()
[all …]