Lines Matching defs:arrayCompare
499 DateFormatSymbols::arrayCompare(const UnicodeString* array1,
548 if (arrayCompare(fEras, other.fEras, fErasCount) &&
549 arrayCompare(fEraNames, other.fEraNames, fEraNamesCount) &&
550 arrayCompare(fNarrowEras, other.fNarrowEras, fNarrowErasCount) &&
551 arrayCompare(fMonths, other.fMonths, fMonthsCount) &&
552 arrayCompare(fShortMonths, other.fShortMonths, fShortMonthsCount) &&
553 arrayCompare(fNarrowMonths, other.fNarrowMonths, fNarrowMonthsCount) &&
554 arrayCompare(fStandaloneMonths, other.fStandaloneMonths, fStandaloneMonthsCount) &&
555 arrayCompare(fStandaloneShortMonths, other.fStandaloneShortMonths, fStandaloneShortMonthsCount) &&
556 arrayCompare(fStandaloneNarrowMonths, other.fStandaloneNarrowMonths, fStandaloneNarrowMonthsCount) &&
557 arrayCompare(fWeekdays, other.fWeekdays, fWeekdaysCount) &&
558 arrayCompare(fShortWeekdays, other.fShortWeekdays, fShortWeekdaysCount) &&
559 arrayCompare(fShorterWeekdays, other.fShorterWeekdays, fShorterWeekdaysCount) &&
560 arrayCompare(fNarrowWeekdays, other.fNarrowWeekdays, fNarrowWeekdaysCount) &&
561 arrayCompare(fStandaloneWeekdays, other.fStandaloneWeekdays, fStandaloneWeekdaysCount) &&
562 arrayCompare(fStandaloneShortWeekdays, other.fStandaloneShortWeekdays, fStandaloneShortWeekdaysCount) &&
563 arrayCompare(fStandaloneShorterWeekdays, other.fStandaloneShorterWeekdays, fStandaloneShorterWeekdaysCount) &&
564 arrayCompare(fStandaloneNarrowWeekdays, other.fStandaloneNarrowWeekdays, fStandaloneNarrowWeekdaysCount) &&
565 arrayCompare(fAmPms, other.fAmPms, fAmPmsCount) &&
566 arrayCompare(fNarrowAmPms, other.fNarrowAmPms, fNarrowAmPmsCount) &&
568 arrayCompare(fQuarters, other.fQuarters, fQuartersCount) &&
569 arrayCompare(fShortQuarters, other.fShortQuarters, fShortQuartersCount) &&
570 arrayCompare(fStandaloneQuarters, other.fStandaloneQuarters, fStandaloneQuartersCount) &&
571 arrayCompare(fStandaloneShortQuarters, other.fStandaloneShortQuarters, fStandaloneShortQuartersCount) &&
572 arrayCompare(fLeapMonthPatterns, other.fLeapMonthPatterns, fLeapMonthPatternsCount) &&
573 arrayCompare(fShortYearNames, other.fShortYearNames, fShortYearNamesCount) &&
574 arrayCompare(fShortZodiacNames, other.fShortZodiacNames, fShortZodiacNamesCount))
586 cmpres = arrayCompare(fZoneStrings[i], other.fZoneStrings[i], fZoneStringsColCount);