Searched refs:arrayCompare (Results 1 – 2 of 2) sorted by relevance
/external/icu4c/i18n/ |
D | dtfmtsym.cpp | 413 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 ==() 462 … arrayCompare(fStandaloneShortMonths, other.fStandaloneShortMonths, fStandaloneShortMonthsCount) && in operator ==() 463 …arrayCompare(fStandaloneNarrowMonths, other.fStandaloneNarrowMonths, fStandaloneNarrowMonthsCount)… in operator ==() 464 arrayCompare(fWeekdays, other.fWeekdays, fWeekdaysCount) && in operator ==() [all …]
|
/external/icu4c/i18n/unicode/ |
D | dtfmtsym.h | 649 static UBool arrayCompare(const UnicodeString* array1,
|