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/icu4c/i18n/
dtfmtsym.cpp
431
DateFormatSymbols::
arrayCompare
(const UnicodeString* array1,
475
if (
arrayCompare
(fEras, other.fEras, fErasCount) &&
476
arrayCompare
(fEraNames, other.fEraNames, fEraNamesCount) &&
477
arrayCompare
(fNarrowEras, other.fNarrowEras, fNarrowErasCount) &&
478
arrayCompare
(fMonths, other.fMonths, fMonthsCount) &&
479
arrayCompare
(fShortMonths, other.fShortMonths, fShortMonthsCount) &&
480
arrayCompare
(fNarrowMonths, other.fNarrowMonths, fNarrowMonthsCount) &&
481
arrayCompare
(fStandaloneMonths, other.fStandaloneMonths, fStandaloneMonthsCount) &&
482
arrayCompare
(fStandaloneShortMonths, other.fStandaloneShortMonths, fStandaloneShortMonthsCount) &&
483
arrayCompare
(fStandaloneNarrowMonths, other.fStandaloneNarrowMonths, fStandaloneNarrowMonthsCount) &
[
all
...]
Completed in 52 milliseconds