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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateFormatRoundTripTest.java180 int dmatch = 0; // d[dmatch].getTime() == d[dmatch-1].getTime()
200 if (dmatch == 0) {
203 if (dmatch == 0) {
205 dmatch = loop;
211 if (smatch != 0 && dmatch != 0)
216 // max(smatch, dmatch), that is, the index at which we have string and
222 if (dmatch > maxDmatch || smatch > maxSmatch) {
239 if (dmatch > maxDmatc
[all...]
/external/icu/icu4c/source/test/intltest/
H A Ddtfmtrtts.cpp336 int dmatch = 0; // d[dmatch].getTime() == d[dmatch-1].getTime() local
365 if(dmatch == 0) {
368 if(dmatch == 0) {
370 dmatch = loop;
376 if(smatch != 0 && dmatch != 0)
381 // max(smatch, dmatch), that is, the index at which we have string and
387 if (dmatch > maxDmatch) {
423 != getField(d[dmatch], UCAL_YEA
[all...]

Completed in 74 milliseconds