Lines Matching refs:exactMatch
7311 UBool exactMatch = FALSE; // was the exact comparison true? in testFormattableAsUFormattable() local
7316 exactMatch = (f.getDate()==ufmt_getDate(u, &valueStatus)); in testFormattableAsUFormattable()
7321 exactMatch = (f.getDouble()==ufmt_getDouble(u, &valueStatus)); in testFormattableAsUFormattable()
7326 exactMatch = (f.getLong()==ufmt_getLong(u, &valueStatus)); in testFormattableAsUFormattable()
7339 exactMatch = (str == str2); in testFormattableAsUFormattable()
7351 exactMatch = assertEquals(fileLine + " array count", count, count2); in testFormattableAsUFormattable()
7353 if(exactMatch) { in testFormattableAsUFormattable()
7359 exactMatch = FALSE; in testFormattableAsUFormattable()
7362 exactMatch = FALSE; in testFormattableAsUFormattable()
7371 exactMatch = (f.getInt64()==ufmt_getInt64(u, &valueStatus)); in testFormattableAsUFormattable()
7376 exactMatch = (f.getObject()==ufmt_getObject(u, &valueStatus)); in testFormattableAsUFormattable()
7394 } else if(!exactMatch) { in testFormattableAsUFormattable()
7445 return exactMatch || !triedExact; in testFormattableAsUFormattable()