Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateFormatRoundTripTest.java180 int dmatch = 0; // d[dmatch].getTime() == d[dmatch-1].getTime() in _test() local
200 if (dmatch == 0) { in _test()
203 if (dmatch == 0) { in _test()
205 dmatch = loop; in _test()
211 if (smatch != 0 && dmatch != 0) in _test()
222 if (dmatch > maxDmatch || smatch > maxSmatch) { in _test()
239 if (dmatch > maxDmatch || smatch > maxSmatch) { in _test()
242 … logln("Dmatch: " + dmatch + " maxD: " + maxDmatch + " Smatch:" + smatch + " maxS:" + maxSmatch); in _test()
/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() local
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()
243 if (dmatch > maxDmatch || smatch > maxSmatch) { in _test()
246 … logln("Dmatch: " + dmatch + " maxD: " + maxDmatch + " Smatch:" + smatch + " maxS:" + maxSmatch); in _test()
/external/icu/icu4c/source/test/intltest/
Ddtfmtrtts.cpp336 int dmatch = 0; // d[dmatch].getTime() == d[dmatch-1].getTime() in test() local
365 if(dmatch == 0) { in test()
368 if(dmatch == 0) { in test()
370 dmatch = loop; in test()
376 if(smatch != 0 && dmatch != 0) in test()
387 if (dmatch > maxDmatch) { in test()
423 != getField(d[dmatch], UCAL_YEAR) in test()
427 == fmt->getTimeZone().inDaylightTime(d[dmatch], status) in test()
458 if(dmatch > maxDmatch || smatch > maxSmatch) { in test()
470 UBool fail = (dmatch > maxDmatch || smatch > maxSmatch); in test()
[all …]