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

/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Ddtfmtsym.cpp428 DateFormatSymbols::arrayCompare(const UnicodeString* array1, function in class:DateFormatSymbols
476 if (arrayCompare(fEras, other.fEras, fErasCount) &&
477 arrayCompare(fEraNames, other.fEraNames, fEraNamesCount) &&
478 arrayCompare(fNarrowEras, other.fNarrowEras, fNarrowErasCount) &&
479 arrayCompare(fMonths, other.fMonths, fMonthsCount) &&
480 arrayCompare(fShortMonths, other.fShortMonths, fShortMonthsCount) &&
481 arrayCompare(fNarrowMonths, other.fNarrowMonths, fNarrowMonthsCount) &&
482 arrayCompare(fStandaloneMonths, other.fStandaloneMonths, fStandaloneMonthsCount) &&
483 arrayCompare(fStandaloneShortMonths, other.fStandaloneShortMonths, fStandaloneShortMonthsCount) &&
484 arrayCompare(fStandaloneNarrowMonth
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/i18n/unicode/
H A Ddtfmtsym.h811 static UBool arrayCompare(const UnicodeString* array1,

Completed in 104 milliseconds