HomeSort by relevance Sort by last modified time
    Searched refs:arrayCompare (Results 1 - 7 of 7) sorted by null

  /frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
DataVerify.java 43 boolean arrayCompare(byte[] arr1, byte[] arr2) {
83 boolean ret = arrayCompare(pdu, mLastReceivedPdu);
  /external/icu/icu4c/source/i18n/
dtfmtsym.cpp 523 DateFormatSymbols::arrayCompare(const UnicodeString* array1,
578 if (arrayCompare(fEras, other.fEras, fErasCount) &&
579 arrayCompare(fEraNames, other.fEraNames, fEraNamesCount) &&
580 arrayCompare(fNarrowEras, other.fNarrowEras, fNarrowErasCount) &&
581 arrayCompare(fMonths, other.fMonths, fMonthsCount) &&
582 arrayCompare(fShortMonths, other.fShortMonths, fShortMonthsCount) &&
583 arrayCompare(fNarrowMonths, other.fNarrowMonths, fNarrowMonthsCount) &&
584 arrayCompare(fStandaloneMonths, other.fStandaloneMonths, fStandaloneMonthsCount) &&
585 arrayCompare(fStandaloneShortMonths, other.fStandaloneShortMonths, fStandaloneShortMonthsCount) &&
586 arrayCompare(fStandaloneNarrowMonths, other.fStandaloneNarrowMonths, fStandaloneNarrowMonthsCount) &
    [all...]
  /libcore/ojluni/src/main/java/java/lang/
ProcessEnvironment.java 179 return arrayCompare(getBytes(), variable.getBytes());
212 return arrayCompare(getBytes(), value.getBytes());
414 private static int arrayCompare(byte[]x, byte[] y) {
  /external/libese/apps/weaver/card/src/com/android/weaver/core/
CoreSlots.java 156 final byte result = (Util.arrayCompare(
  /external/icu/icu4c/source/i18n/unicode/
dtfmtsym.h     [all...]
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
ResTable_config.java     [all...]
  /prebuilts/misc/common/robolectric/3.6.1/lib/
resources-3.6.1.jar 

Completed in 124 milliseconds