Lines Matching refs:exactMatch
7112 UBool exactMatch = FALSE; // was the exact comparison true? in testFormattableAsUFormattable() local
7117 exactMatch = (f.getDate()==ufmt_getDate(u, &valueStatus)); in testFormattableAsUFormattable()
7122 exactMatch = (f.getDouble()==ufmt_getDouble(u, &valueStatus)); in testFormattableAsUFormattable()
7127 exactMatch = (f.getLong()==ufmt_getLong(u, &valueStatus)); in testFormattableAsUFormattable()
7140 exactMatch = (str == str2); in testFormattableAsUFormattable()
7152 exactMatch = assertEquals(fileLine + " array count", count, count2); in testFormattableAsUFormattable()
7154 if(exactMatch) { in testFormattableAsUFormattable()
7160 exactMatch = FALSE; in testFormattableAsUFormattable()
7163 exactMatch = FALSE; in testFormattableAsUFormattable()
7172 exactMatch = (f.getInt64()==ufmt_getInt64(u, &valueStatus)); in testFormattableAsUFormattable()
7177 exactMatch = (f.getObject()==ufmt_getObject(u, &valueStatus)); in testFormattableAsUFormattable()
7195 } else if(!exactMatch) { in testFormattableAsUFormattable()
7246 return exactMatch || !triedExact; in testFormattableAsUFormattable()