Home
last modified time | relevance | path

Searched refs:arrayCompare (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/i18n/
Ddtfmtsym.cpp413 DateFormatSymbols::arrayCompare(const UnicodeString* array1, in arrayCompare() function in DateFormatSymbols
456 if (arrayCompare(fEras, other.fEras, fErasCount) && in operator ==()
457 arrayCompare(fEraNames, other.fEraNames, fEraNamesCount) && in operator ==()
458 arrayCompare(fMonths, other.fMonths, fMonthsCount) && in operator ==()
459 arrayCompare(fShortMonths, other.fShortMonths, fShortMonthsCount) && in operator ==()
460 arrayCompare(fNarrowMonths, other.fNarrowMonths, fNarrowMonthsCount) && in operator ==()
461 arrayCompare(fStandaloneMonths, other.fStandaloneMonths, fStandaloneMonthsCount) && in operator ==()
462arrayCompare(fStandaloneShortMonths, other.fStandaloneShortMonths, fStandaloneShortMonthsCount) && in operator ==()
463arrayCompare(fStandaloneNarrowMonths, other.fStandaloneNarrowMonths, fStandaloneNarrowMonthsCount)… in operator ==()
464 arrayCompare(fWeekdays, other.fWeekdays, fWeekdaysCount) && in operator ==()
[all …]
/external/icu4c/i18n/unicode/
Ddtfmtsym.h649 static UBool arrayCompare(const UnicodeString* array1,