Lines Matching refs:arrayCompare
523 DateFormatSymbols::arrayCompare(const UnicodeString* array1, in arrayCompare() function in DateFormatSymbols
578 if (arrayCompare(fEras, other.fEras, fErasCount) && in operator ==()
579 arrayCompare(fEraNames, other.fEraNames, fEraNamesCount) && in operator ==()
580 arrayCompare(fNarrowEras, other.fNarrowEras, fNarrowErasCount) && in operator ==()
581 arrayCompare(fMonths, other.fMonths, fMonthsCount) && in operator ==()
582 arrayCompare(fShortMonths, other.fShortMonths, fShortMonthsCount) && in operator ==()
583 arrayCompare(fNarrowMonths, other.fNarrowMonths, fNarrowMonthsCount) && in operator ==()
584 arrayCompare(fStandaloneMonths, other.fStandaloneMonths, fStandaloneMonthsCount) && in operator ==()
585 … arrayCompare(fStandaloneShortMonths, other.fStandaloneShortMonths, fStandaloneShortMonthsCount) && in operator ==()
586 …arrayCompare(fStandaloneNarrowMonths, other.fStandaloneNarrowMonths, fStandaloneNarrowMonthsCount)… in operator ==()
587 arrayCompare(fWeekdays, other.fWeekdays, fWeekdaysCount) && in operator ==()
588 arrayCompare(fShortWeekdays, other.fShortWeekdays, fShortWeekdaysCount) && in operator ==()
589 arrayCompare(fShorterWeekdays, other.fShorterWeekdays, fShorterWeekdaysCount) && in operator ==()
590 arrayCompare(fNarrowWeekdays, other.fNarrowWeekdays, fNarrowWeekdaysCount) && in operator ==()
591 … arrayCompare(fStandaloneWeekdays, other.fStandaloneWeekdays, fStandaloneWeekdaysCount) && in operator ==()
592 …arrayCompare(fStandaloneShortWeekdays, other.fStandaloneShortWeekdays, fStandaloneShortWeekdaysCou… in operator ==()
593 …arrayCompare(fStandaloneShorterWeekdays, other.fStandaloneShorterWeekdays, fStandaloneShorterWeekd… in operator ==()
594 …arrayCompare(fStandaloneNarrowWeekdays, other.fStandaloneNarrowWeekdays, fStandaloneNarrowWeekdays… in operator ==()
595 arrayCompare(fAmPms, other.fAmPms, fAmPmsCount) && in operator ==()
596 arrayCompare(fNarrowAmPms, other.fNarrowAmPms, fNarrowAmPmsCount) && in operator ==()
598 arrayCompare(fQuarters, other.fQuarters, fQuartersCount) && in operator ==()
599 arrayCompare(fShortQuarters, other.fShortQuarters, fShortQuartersCount) && in operator ==()
600 … arrayCompare(fStandaloneQuarters, other.fStandaloneQuarters, fStandaloneQuartersCount) && in operator ==()
601 …arrayCompare(fStandaloneShortQuarters, other.fStandaloneShortQuarters, fStandaloneShortQuartersCou… in operator ==()
602 arrayCompare(fLeapMonthPatterns, other.fLeapMonthPatterns, fLeapMonthPatternsCount) && in operator ==()
603 arrayCompare(fShortYearNames, other.fShortYearNames, fShortYearNamesCount) && in operator ==()
604 arrayCompare(fShortZodiacNames, other.fShortZodiacNames, fShortZodiacNamesCount) && in operator ==()
605 … arrayCompare(fAbbreviatedDayPeriods, other.fAbbreviatedDayPeriods, fAbbreviatedDayPeriodsCount) && in operator ==()
606 arrayCompare(fWideDayPeriods, other.fWideDayPeriods, fWideDayPeriodsCount) && in operator ==()
607 arrayCompare(fNarrowDayPeriods, other.fNarrowDayPeriods, fNarrowDayPeriodsCount) && in operator ==()
608 arrayCompare(fStandaloneAbbreviatedDayPeriods, other.fStandaloneAbbreviatedDayPeriods, in operator ==()
610 arrayCompare(fStandaloneWideDayPeriods, other.fStandaloneWideDayPeriods, in operator ==()
612 arrayCompare(fStandaloneNarrowDayPeriods, other.fStandaloneNarrowDayPeriods, in operator ==()
625 … cmpres = arrayCompare(fZoneStrings[i], other.fZoneStrings[i], fZoneStringsColCount); in operator ==()