/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
CdmaServiceStateTracker.java | 1248 int month = Integer.parseInt(nitzSubs[1]) - 1; local [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
GsmServiceStateTracker.java | 1316 int month = Integer.parseInt(nitzSubs[1]) - 1; local [all...] |
/libcore/luni/src/main/java/java/util/zip/ |
ZipEntry.java | 283 modDate = (cal.get(Calendar.MONTH) + 1 << 5) | modDate;
|
/packages/apps/Calendar/res/values/ |
arrays.xml | 387 <item>Month</item>
|
/bionic/libc/tzcode/ |
strftime.c | 50 const char * month[MONSPERYEAR]; member in struct:lc_time_T 233 "?" : locale->month[t->tm_mon],
|
/external/chromium/chrome/browser/history/ |
history.cc | 18 // -> SQLite connection to one month's data 19 // -> SQLite connection to one month's data
|
/external/stlport/src/ |
time_facets.cpp | 32 // default "C" values for month and day names 337 // same as 'b', abbrev month name
|
/libcore/luni/src/main/java/java/util/ |
Formatter.java | 340 * <td width="25%">Localized month name (abbreviated).</td> 346 * <td width="25%">Localized month name (full).</td> 364 * <td width="25%">2-digit day of month (01-31).</td> 376 * <td width="25%">Day of month (1-31).</td> 430 * <td width="25%">2-digit month of year (01-12).</td> [all...] |
/ndk/sources/cxx-stl/stlport/src/ |
time_facets.cpp | 32 // default "C" values for month and day names 337 // same as 'b', abbrev month name
|
/packages/apps/Calendar/src/com/android/calendar/ |
CalendarController.java | 141 * One of the Agenda/Day/Week/Month view types 149 final int MONTH = 4; [all...] |
/external/libxml2/ |
nanoftp.c | 1596 char month[4]; local [all...] |
/external/chromium/net/base/ |
cookie_monster.cc | 418 // - The month name must be present and prefix the first 3 letters of the 419 // full month name (jan for January, jun for June). 420 // - If the year is <= 2 digits, it must occur after the day of month. 457 exploded.month = i + 1; 464 // month, and we have another string, which we would expect to be the 521 exploded.month >= 1 && exploded.month <= 12 && [all...] |
/external/icu4c/test/intltest/ |
tztest.cpp | [all...] |
/external/icu4c/i18n/ |
dtfmtsym.cpp | 18 * 06/30/05 emmons Added eraNames, narrow month/day, standalone context 19 * 10/12/05 emmons Added setters for eraNames, month/day by width/context 70 // These are the month names and abbreviations of last resort. [all...] |
/packages/apps/Contacts/src/com/android/contacts/model/ |
EntityModifier.java | 1261 final int month = calendar.get(Calendar.MONTH); local [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/ |
Shakespeare.java | 51 "But this our purpose now is twelve month old," +
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
List6.java | 172 "But this our purpose now is twelve month old," +
|
/development/samples/Support13Demos/src/com/example/android/supportv13/ |
Shakespeare.java | 51 "But this our purpose now is twelve month old," +
|
/development/samples/Support4Demos/src/com/example/android/supportv4/ |
Shakespeare.java | 51 "But this our purpose now is twelve month old," +
|
/external/chromium/chrome/common/ |
logging_chrome.cc | 169 time_deets.month,
|
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_pk.h | 521 MM, /* month */
|
/external/icu4c/test/cintltst/ |
udatpg_test.c | 325 /* get a pattern for an abbreviated month and day */
|
/external/icu4c/tools/gendraft/ |
genheaders.pl | 127 ($DAY, $MONTH, $YEAR) = (localtime)[3,4,5];
|
/external/ipsec-tools/src/racoon/ |
backupsa.c | 368 /* Month */
|
/external/jsilver/src/org/clearsilver/jni/ |
JniHdf.java | 239 Integer.toString(cal.get(Calendar.MONTH)+1));
|