HomeSort by relevance Sort by last modified time
    Searched defs:arrayCompare (Results 1 - 2 of 2) 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 487 DateFormatSymbols::arrayCompare(const UnicodeString* array1,
536 if (arrayCompare(fEras, other.fEras, fErasCount) &&
537 arrayCompare(fEraNames, other.fEraNames, fEraNamesCount) &&
538 arrayCompare(fNarrowEras, other.fNarrowEras, fNarrowErasCount) &&
539 arrayCompare(fMonths, other.fMonths, fMonthsCount) &&
540 arrayCompare(fShortMonths, other.fShortMonths, fShortMonthsCount) &&
541 arrayCompare(fNarrowMonths, other.fNarrowMonths, fNarrowMonthsCount) &&
542 arrayCompare(fStandaloneMonths, other.fStandaloneMonths, fStandaloneMonthsCount) &&
543 arrayCompare(fStandaloneShortMonths, other.fStandaloneShortMonths, fStandaloneShortMonthsCount) &&
544 arrayCompare(fStandaloneNarrowMonths, other.fStandaloneNarrowMonths, fStandaloneNarrowMonthsCount) &
    [all...]

Completed in 873 milliseconds