Home | History | Annotate | Download | only in intltest

Lines Matching defs:exactMatch

6837   UBool exactMatch = FALSE; // was the exact comparison true?
6842 exactMatch = (f.getDate()==ufmt_getDate(u, &valueStatus));
6847 exactMatch = (f.getDouble()==ufmt_getDouble(u, &valueStatus));
6852 exactMatch = (f.getLong()==ufmt_getLong(u, &valueStatus));
6865 exactMatch = (str == str2);
6877 exactMatch = assertEquals(fileLine + " array count", count, count2);
6879 if(exactMatch) {
6885 exactMatch = FALSE;
6888 exactMatch = FALSE;
6897 exactMatch = (f.getInt64()==ufmt_getInt64(u, &valueStatus));
6902 exactMatch = (f.getObject()==ufmt_getObject(u, &valueStatus));
6920 } else if(!exactMatch) {
6971 return exactMatch || !triedExact;