HomeSort by relevance Sort by last modified time
    Searched full:maxsmatch (Results 1 - 1 of 1) sorted by null

  /external/icu4c/test/intltest/
dtfmtrtts.cpp 383 int maxSmatch = 1;
396 maxSmatch = 2;
402 if(smatch > maxSmatch) { // Don't compute unless necessary
406 maxSmatch = 2;
410 maxSmatch = 2;
414 maxSmatch = 2;
421 && !failure(status, "error status [smatch>maxSmatch]")
430 maxSmatch = 2;
434 maxSmatch = 2;
438 if(dmatch > maxDmatch || smatch > maxSmatch) { // Special case for Japanese and Islamic (could have large negative years
    [all...]

Completed in 426 milliseconds