Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddtfmtsym.cpp523 DateFormatSymbols::arrayCompare(const UnicodeString* array1, in arrayCompare() function in DateFormatSymbols
578 if (arrayCompare(fEras, other.fEras, fErasCount) && in operator ==()
579 arrayCompare(fEraNames, other.fEraNames, fEraNamesCount) && in operator ==()
580 arrayCompare(fNarrowEras, other.fNarrowEras, fNarrowErasCount) && in operator ==()
581 arrayCompare(fMonths, other.fMonths, fMonthsCount) && in operator ==()
582 arrayCompare(fShortMonths, other.fShortMonths, fShortMonthsCount) && in operator ==()
583 arrayCompare(fNarrowMonths, other.fNarrowMonths, fNarrowMonthsCount) && in operator ==()
584 arrayCompare(fStandaloneMonths, other.fStandaloneMonths, fStandaloneMonthsCount) && in operator ==()
585arrayCompare(fStandaloneShortMonths, other.fStandaloneShortMonths, fStandaloneShortMonthsCount) && in operator ==()
586arrayCompare(fStandaloneNarrowMonths, other.fStandaloneNarrowMonths, fStandaloneNarrowMonthsCount)… in operator ==()
[all …]
/external/libese/apps/weaver/card/src/com/android/weaver/core/
DCoreSlots.java156 final byte result = (Util.arrayCompare( in read()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResTable_config.java931 int d = arrayCompare(lScript, rScript); in compareLocales()
934 int variant = arrayCompare(l.localeVariant, r.localeVariant); in compareLocales()
939 return arrayCompare(l.localeNumberingSystem, r.localeNumberingSystem); in compareLocales()
942 private static int arrayCompare(byte[] l, byte[] r) { in arrayCompare() method in ResTable_config
2175 boolean localeNumsysMatches = arrayCompare(localeNumberingSystem, in isLocaleBetterThan()
2178 boolean otherNumsysMatches = arrayCompare(o.localeNumberingSystem, in isLocaleBetterThan()
/external/icu/icu4c/source/i18n/unicode/
Ddtfmtsym.h945 static UBool arrayCompare(const UnicodeString* array1,