Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Ddtfmtrtts.cpp380 int maxDmatch = 2; in test() local
382 if (dmatch > maxDmatch) { in test()
393 maxDmatch = 3; in test()
436 …if(dmatch > maxDmatch || smatch > maxSmatch) { // Special case for Japanese and Islamic (could hav… in test()
440 maxDmatch = 4; in test()
445 UBool fail = (dmatch > maxDmatch || smatch > maxSmatch); in test()
456 dmatch,maxDmatch, smatch, maxSmatch); in test()
/external/chromium/third_party/icu/source/test/intltest/
Ddtfmtrtts.cpp375 int maxDmatch = 2; in test() local
377 if (dmatch > maxDmatch) { in test()
381 maxDmatch = 3; in test()
423 …if(dmatch > maxDmatch || smatch > maxSmatch) { // Special case for Japanese and Islamic (could hav… in test()
427 maxDmatch = 4; in test()
432 UBool fail = (dmatch > maxDmatch || smatch > maxSmatch); in test()
443 dmatch,maxDmatch, smatch, maxSmatch); in test()