Lines Matching defs:arrayCompare
487 DateFormatSymbols::arrayCompare(const UnicodeString* array1,
536 if (arrayCompare(fEras, other.fEras, fErasCount) &&
537 arrayCompare(fEraNames, other.fEraNames, fEraNamesCount) &&
538 arrayCompare(fNarrowEras, other.fNarrowEras, fNarrowErasCount) &&
539 arrayCompare(fMonths, other.fMonths, fMonthsCount) &&
540 arrayCompare(fShortMonths, other.fShortMonths, fShortMonthsCount) &&
541 arrayCompare(fNarrowMonths, other.fNarrowMonths, fNarrowMonthsCount) &&
542 arrayCompare(fStandaloneMonths, other.fStandaloneMonths, fStandaloneMonthsCount) &&
543 arrayCompare(fStandaloneShortMonths, other.fStandaloneShortMonths, fStandaloneShortMonthsCount) &&
544 arrayCompare(fStandaloneNarrowMonths, other.fStandaloneNarrowMonths, fStandaloneNarrowMonthsCount) &&
545 arrayCompare(fWeekdays, other.fWeekdays, fWeekdaysCount) &&
546 arrayCompare(fShortWeekdays, other.fShortWeekdays, fShortWeekdaysCount) &&
547 arrayCompare(fShorterWeekdays, other.fShorterWeekdays, fShorterWeekdaysCount) &&
548 arrayCompare(fNarrowWeekdays, other.fNarrowWeekdays, fNarrowWeekdaysCount) &&
549 arrayCompare(fStandaloneWeekdays, other.fStandaloneWeekdays, fStandaloneWeekdaysCount) &&
550 arrayCompare(fStandaloneShortWeekdays, other.fStandaloneShortWeekdays, fStandaloneShortWeekdaysCount) &&
551 arrayCompare(fStandaloneShorterWeekdays, other.fStandaloneShorterWeekdays, fStandaloneShorterWeekdaysCount) &&
552 arrayCompare(fStandaloneNarrowWeekdays, other.fStandaloneNarrowWeekdays, fStandaloneNarrowWeekdaysCount) &&
553 arrayCompare(fAmPms, other.fAmPms, fAmPmsCount) &&
554 arrayCompare(fNarrowAmPms, other.fNarrowAmPms, fNarrowAmPmsCount) &&
556 arrayCompare(fQuarters, other.fQuarters, fQuartersCount) &&
557 arrayCompare(fShortQuarters, other.fShortQuarters, fShortQuartersCount) &&
558 arrayCompare(fStandaloneQuarters, other.fStandaloneQuarters, fStandaloneQuartersCount) &&
559 arrayCompare(fStandaloneShortQuarters, other.fStandaloneShortQuarters, fStandaloneShortQuartersCount) &&
560 arrayCompare(fLeapMonthPatterns, other.fLeapMonthPatterns, fLeapMonthPatternsCount) &&
561 arrayCompare(fShortYearNames, other.fShortYearNames, fShortYearNamesCount) &&
562 arrayCompare(fShortZodiacNames, other.fShortZodiacNames, fShortZodiacNamesCount))
574 cmpres = arrayCompare(fZoneStrings[i], other.fZoneStrings[i], fZoneStringsColCount);