Home | History | Annotate | Download | only in i18n

Lines Matching defs:arrayCompare

420 DateFormatSymbols::arrayCompare(const UnicodeString* array1,
467 if (arrayCompare(fEras, other.fEras, fErasCount) &&
468 arrayCompare(fEraNames, other.fEraNames, fEraNamesCount) &&
469 arrayCompare(fNarrowEras, other.fNarrowEras, fNarrowErasCount) &&
470 arrayCompare(fMonths, other.fMonths, fMonthsCount) &&
471 arrayCompare(fShortMonths, other.fShortMonths, fShortMonthsCount) &&
472 arrayCompare(fNarrowMonths, other.fNarrowMonths, fNarrowMonthsCount) &&
473 arrayCompare(fStandaloneMonths, other.fStandaloneMonths, fStandaloneMonthsCount) &&
474 arrayCompare(fStandaloneShortMonths, other.fStandaloneShortMonths, fStandaloneShortMonthsCount) &&
475 arrayCompare(fStandaloneNarrowMonths, other.fStandaloneNarrowMonths, fStandaloneNarrowMonthsCount) &&
476 arrayCompare(fWeekdays, other.fWeekdays, fWeekdaysCount) &&
477 arrayCompare(fShortWeekdays, other.fShortWeekdays, fShortWeekdaysCount) &&
478 arrayCompare(fShorterWeekdays, other.fShorterWeekdays, fShorterWeekdaysCount) &&
479 arrayCompare(fNarrowWeekdays, other.fNarrowWeekdays, fNarrowWeekdaysCount) &&
480 arrayCompare(fStandaloneWeekdays, other.fStandaloneWeekdays, fStandaloneWeekdaysCount) &&
481 arrayCompare(fStandaloneShortWeekdays, other.fStandaloneShortWeekdays, fStandaloneShortWeekdaysCount) &&
482 arrayCompare(fStandaloneShorterWeekdays, other.fStandaloneShorterWeekdays, fStandaloneShorterWeekdaysCount) &&
483 arrayCompare(fStandaloneNarrowWeekdays, other.fStandaloneNarrowWeekdays, fStandaloneNarrowWeekdaysCount) &&
484 arrayCompare(fAmPms, other.fAmPms, fAmPmsCount) &&
485 arrayCompare(fQuarters, other.fQuarters, fQuartersCount) &&
486 arrayCompare(fShortQuarters, other.fShortQuarters, fShortQuartersCount) &&
487 arrayCompare(fStandaloneQuarters, other.fStandaloneQuarters, fStandaloneQuartersCount) &&
488 arrayCompare(fStandaloneShortQuarters, other.fStandaloneShortQuarters, fStandaloneShortQuartersCount) &&
489 arrayCompare(fLeapMonthPatterns, other.fLeapMonthPatterns, fLeapMonthPatternsCount) &&
490 arrayCompare(fShortYearNames, other.fShortYearNames, fShortYearNamesCount))
502 cmpres = arrayCompare(fZoneStrings[i], other.fZoneStrings[i], fZoneStringsColCount);