HomeSort by relevance Sort by last modified time
    Searched refs:arrayCompare (Results 1 - 4 of 4) 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 499 DateFormatSymbols::arrayCompare(const UnicodeString* array1,
548 if (arrayCompare(fEras, other.fEras, fErasCount) &&
549 arrayCompare(fEraNames, other.fEraNames, fEraNamesCount) &&
550 arrayCompare(fNarrowEras, other.fNarrowEras, fNarrowErasCount) &&
551 arrayCompare(fMonths, other.fMonths, fMonthsCount) &&
552 arrayCompare(fShortMonths, other.fShortMonths, fShortMonthsCount) &&
553 arrayCompare(fNarrowMonths, other.fNarrowMonths, fNarrowMonthsCount) &&
554 arrayCompare(fStandaloneMonths, other.fStandaloneMonths, fStandaloneMonthsCount) &&
555 arrayCompare(fStandaloneShortMonths, other.fStandaloneShortMonths, fStandaloneShortMonthsCount) &&
556 arrayCompare(fStandaloneNarrowMonths, other.fStandaloneNarrowMonths, fStandaloneNarrowMonthsCount) &
    [all...]
  /libcore/ojluni/src/main/java/java/lang/
ProcessEnvironment.java 178 return arrayCompare(getBytes(), variable.getBytes());
211 return arrayCompare(getBytes(), value.getBytes());
413 private static int arrayCompare(byte[]x, byte[] y) {
  /external/icu/icu4c/source/i18n/unicode/
dtfmtsym.h     [all...]

Completed in 1943 milliseconds