Lines Matching defs:match
331 // We go through this loop until we achieve a match or until
333 // which the date and the string starts to match. Once matching
356 UBool match = s[loop] == s[loop-1];
358 if(match)
361 else if( ! match)
362 errln("FAIL: String mismatch after match");
367 UBool match = d[loop]/*.getTime()*/ == d[loop-1]/*.getTime()*/;
369 if(match)
372 else if( ! match)
373 errln("FAIL: Date mismatch after match");
467 logln("Date iters until match=%d (max allowed=%d), string iters until match=%d (max allowed=%d)",