Lines Matching defs:arrayCompare

431 DateFormatSymbols::arrayCompare(const UnicodeString* array1,
475 if (arrayCompare(fEras, other.fEras, fErasCount) &&
476 arrayCompare(fEraNames, other.fEraNames, fEraNamesCount) &&
477 arrayCompare(fNarrowEras, other.fNarrowEras, fNarrowErasCount) &&
478 arrayCompare(fMonths, other.fMonths, fMonthsCount) &&
479 arrayCompare(fShortMonths, other.fShortMonths, fShortMonthsCount) &&
480 arrayCompare(fNarrowMonths, other.fNarrowMonths, fNarrowMonthsCount) &&
481 arrayCompare(fStandaloneMonths, other.fStandaloneMonths, fStandaloneMonthsCount) &&
482 arrayCompare(fStandaloneShortMonths, other.fStandaloneShortMonths, fStandaloneShortMonthsCount) &&
483 arrayCompare(fStandaloneNarrowMonths, other.fStandaloneNarrowMonths, fStandaloneNarrowMonthsCount) &&
484 arrayCompare(fWeekdays, other.fWeekdays, fWeekdaysCount) &&
485 arrayCompare(fShortWeekdays, other.fShortWeekdays, fShortWeekdaysCount) &&
486 arrayCompare(fNarrowWeekdays, other.fNarrowWeekdays, fNarrowWeekdaysCount) &&
487 arrayCompare(fStandaloneWeekdays, other.fStandaloneWeekdays, fStandaloneWeekdaysCount) &&
488 arrayCompare(fStandaloneShortWeekdays, other.fStandaloneShortWeekdays, fStandaloneShortWeekdaysCount) &&
489 arrayCompare(fStandaloneNarrowWeekdays, other.fStandaloneNarrowWeekdays, fStandaloneNarrowWeekdaysCount) &&
490 arrayCompare(fAmPms, other.fAmPms, fAmPmsCount) &&
491 arrayCompare(fQuarters, other.fQuarters, fQuartersCount) &&
492 arrayCompare(fShortQuarters, other.fShortQuarters, fShortQuartersCount) &&
493 arrayCompare(fStandaloneQuarters, other.fStandaloneQuarters, fStandaloneQuartersCount) &&
494 arrayCompare(fStandaloneShortQuarters, other.fStandaloneShortQuarters, fStandaloneShortQuartersCount) &&
495 arrayCompare(fGmtHourFormats, other.fGmtHourFormats, fGmtHourFormatsCount))
507 cmpres = arrayCompare(fZoneStrings[i], other.fZoneStrings[i], fZoneStringsColCount);