Lines Matching full:exactmatch
7307 UBool exactMatch = FALSE; // was the exact comparison true?
7312 exactMatch = (f.getDate()==ufmt_getDate(u, &valueStatus));
7317 exactMatch = (f.getDouble()==ufmt_getDouble(u, &valueStatus));
7322 exactMatch = (f.getLong()==ufmt_getLong(u, &valueStatus));
7335 exactMatch = (str == str2);
7347 exactMatch = assertEquals(fileLine + " array count", count, count2);
7349 if(exactMatch) {
7355 exactMatch = FALSE;
7358 exactMatch = FALSE;
7367 exactMatch = (f.getInt64()==ufmt_getInt64(u, &valueStatus));
7372 exactMatch = (f.getObject()==ufmt_getObject(u, &valueStatus));
7390 } else if(!exactMatch) {
7441 return exactMatch || !triedExact;