Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Ddtfmtrtts.cpp331 int dmatch = 0; // d[dmatch].getTime() == d[dmatch-1].getTime() in test() local
360 if(dmatch == 0) { in test()
363 if(dmatch == 0) { in test()
365 dmatch = loop; in test()
371 if(smatch != 0 && dmatch != 0) in test()
382 if (dmatch > maxDmatch) { in test()
418 != getField(d[dmatch], UCAL_YEAR) in test()
422 == fmt->getTimeZone().inDaylightTime(d[dmatch], status) in test()
436 …if(dmatch > maxDmatch || smatch > maxSmatch) { // Special case for Japanese and Islamic (could hav… in test()
445 UBool fail = (dmatch > maxDmatch || smatch > maxSmatch); in test()
[all …]
/external/chromium/third_party/icu/source/test/intltest/
Ddtfmtrtts.cpp326 int dmatch = 0; // d[dmatch].getTime() == d[dmatch-1].getTime() in test() local
355 if(dmatch == 0) { in test()
358 if(dmatch == 0) { in test()
360 dmatch = loop; in test()
366 if(smatch != 0 && dmatch != 0) in test()
377 if (dmatch > maxDmatch) { in test()
405 != getField(d[dmatch], UCAL_YEAR) in test()
409 == fmt->getTimeZone().inDaylightTime(d[dmatch], status) in test()
423 …if(dmatch > maxDmatch || smatch > maxSmatch) { // Special case for Japanese and Islamic (could hav… in test()
432 UBool fail = (dmatch > maxDmatch || smatch > maxSmatch); in test()
[all …]