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

/external/chromium_org/third_party/icu/source/i18n/
H A Ddtfmtsym.cpp420 DateFormatSymbols::arrayCompare(const UnicodeString* array1, function in class:DateFormatSymbols
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(fStandaloneNarrowMonth
[all...]
/external/icu/icu4c/source/i18n/
H A Ddtfmtsym.cpp420 DateFormatSymbols::arrayCompare(const UnicodeString* array1, function in class:DateFormatSymbols
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(fStandaloneNarrowMonth
[all...]

Completed in 871 milliseconds