Searched defs:arrayCompare (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/third_party/icu/source/i18n/ |
H A D | dtfmtsym.cpp | 431 DateFormatSymbols::arrayCompare(const UnicodeString* array1, function in class:DateFormatSymbols 475 if (arrayCompare(fEras, other.fEras, fErasCount) && 476 arrayCompare(fEraNames, other.fEraNames, fEraNamesCount) && 477 arrayCompare(fNarrowEras, other.fNarrowEras, fNarrowErasCount) && 478 arrayCompare(fMonths, other.fMonths, fMonthsCount) && 479 arrayCompare(fShortMonths, other.fShortMonths, fShortMonthsCount) && 480 arrayCompare(fNarrowMonths, other.fNarrowMonths, fNarrowMonthsCount) && 481 arrayCompare(fStandaloneMonths, other.fStandaloneMonths, fStandaloneMonthsCount) && 482 arrayCompare(fStandaloneShortMonths, other.fStandaloneShortMonths, fStandaloneShortMonthsCount) && 483 arrayCompare(fStandaloneNarrowMonth [all...] |
/external/icu4c/i18n/ |
H A D | dtfmtsym.cpp | 420 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 838 milliseconds