Home | History | Annotate | Download | only in i18n

Lines Matching refs:equal

287     UBool equal = TRUE;
290 equal = (fValue.fDate == that.fValue.fDate);
293 equal = (fValue.fDouble == that.fValue.fDouble);
297 equal = (fValue.fInt64 == that.fValue.fInt64);
300 equal = (*(fValue.fString) == *(that.fValue.fString));
304 equal = FALSE;
310 equal = FALSE;
317 equal = FALSE;
319 equal = objectEquals(fValue.fObject, that.fValue.fObject);
325 return equal;