Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDateFormatRoundTripTest.java224 int maxDmatch = 2; in _test()
226 if (dmatch > maxDmatch || smatch > maxSmatch) { in _test()
229 maxDmatch = 3; in _test()
240 maxDmatch = 3; 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.java223 int maxDmatch = 2; in _test()
225 if (dmatch > maxDmatch || smatch > maxSmatch) { in _test()
228 maxDmatch = 3; in _test()
239 maxDmatch = 3; 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.cpp387 int maxDmatch = 2; in test() local
389 if (dmatch > maxDmatch) { in test()
400 maxDmatch = 3; in test()
460 if(dmatch > maxDmatch || smatch > maxSmatch) { in test()
464 maxDmatch = 4; in test()
467 maxDmatch = 3; in test()
472 UBool fail = (dmatch > maxDmatch || smatch > maxSmatch); in test()
483 dmatch,maxDmatch, smatch, maxSmatch); in test()