Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Ddtfmtrtts.cpp392 int maxDmatch = 2; in test() local
394 if (dmatch > maxDmatch) { in test()
405 maxDmatch = 3; in test()
465 if(dmatch > maxDmatch || smatch > maxSmatch) { in test()
469 maxDmatch = 4; in test()
472 maxDmatch = 3; in test()
479 maxDmatch = 3; in test()
484 UBool fail = (dmatch > maxDmatch || smatch > maxSmatch); in test()
489 "\nget dmatch: " + dmatch + " (expected max " + maxDmatch + in test()
497 dmatch,maxDmatch, smatch, maxSmatch); in test()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDateFormatRoundTripTest.java230 int maxDmatch = 2; in _test()
232 if (dmatch > maxDmatch || smatch > maxSmatch) { in _test()
235 maxDmatch = 3; in _test()
246 maxDmatch = 3; 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.java227 int maxDmatch = 2; in _test()
229 if (dmatch > maxDmatch || smatch > maxSmatch) { in _test()
232 maxDmatch = 3; in _test()
243 maxDmatch = 3; in _test()
248 if (dmatch > maxDmatch || smatch > maxSmatch) { in _test()
251 … logln("Dmatch: " + dmatch + " maxD: " + maxDmatch + " Smatch:" + smatch + " maxS:" + maxSmatch); in _test()