OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
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
...]
Completed in 121 milliseconds