Lines Matching refs:match
321 // We go through this loop until we achieve a match or until
323 // which the date and the string starts to match. Once matching
346 UBool match = s[loop] == s[loop-1];
348 if(match)
351 else if( ! match)
352 errln("FAIL: String mismatch after match");
357 UBool match = d[loop]/*.getTime()*/ == d[loop-1]/*.getTime()*/;
359 if(match)
362 else if( ! match)
363 errln("FAIL: Date mismatch after match");
442 logln("Date iters until match=%d (max allowed=%d), string iters until match=%d (max allowed=%d)",