/external/libpng/ |
png.c | 688 ptime->day % 32, short_months[(ptime->month - 1) % 12], 699 ptime->day % 32, short_months[(ptime->month - 1) % 12], 707 ptime->day % 32, short_months[(ptime->month - 1) % 12],
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
SmsMessage.java | 548 int month = IccUtils.gsmBcdByteToInt(pdu[cur++]); local 570 time.month = month - 1; [all...] |
/frameworks/opt/calendar/src/com/android/calendarcommon/ |
EventRecurrence.java | 418 * "FREQ=MONTHLY;BYDAY=3TU" (the 3rd Tuesday of every month). 420 * Negative days, e.g. "FREQ=MONTHLY;BYDAY=-1TU" (the last Tuesday of every month), 424 * month) will cause "false" to be returned. (Note these are usually expressed as
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
KeyStore2Test.java | 681 int monthExpected = Calendar.getInstance().get(Calendar.MONTH); 688 int monthActual1 = Calendar.getInstance().get(Calendar.MONTH); 702 int monthActual2 = Calendar.getInstance().get(Calendar.MONTH); [all...] |
/external/chromium/chrome/browser/autofill/ |
autofill_resources.grd | 79 expir|exp.*month|exp.*date|ccmonth<!-- de-DE -->|gueltig|gültig|monat<!-- es -->|fecha<!-- fr-FR -->|date.*exp<!-- it-IT -->|scadenza<!-- ja-JP -->|????<!-- pt-BR, pt-PT -->|validade<!-- ru -->|???? ???????? ?????<!-- zh-CN -->|?
|
form_structure_unittest.cc | 576 form.fields.push_back(webkit_glue::FormField(ASCIIToUTF16("Exp Month"), 610 // Credit card expiration month. 646 form.fields.push_back(webkit_glue::FormField(ASCIIToUTF16("Exp Month"), 682 // Credit card expiration month. [all...] |
/external/chromium/chrome/browser/diagnostics/ |
diagnostics_main.cc | 255 exploded.year, exploded.month, exploded.day_of_month,
|
/external/chromium/chrome/browser/ |
keychain_mock_mac.cc | 313 exploded_time.year, exploded_time.month, exploded_time.day_of_month,
|
/external/chromium/chrome/browser/resources/ |
history.html | 411 * for queries that don't cross month boundaries, but an entire month's 413 * we request the data a day at a time. When we're searching, a month is 416 * TODO: Fix this for when the user's clock goes across month boundaries. [all...] |
history2.html | 422 * for queries that don't cross month boundaries, but an entire month's 424 * we request the data a day at a time. When we're searching, a month is 427 * TODO: Fix this for when the user's clock goes across month boundaries. [all...] |
/external/e2fsprogs/lib/e2p/ |
ls.c | 67 sprintf(buf, "%d month%s", num, (num>1) ? "s" : "");
|
/external/icu4c/i18n/ |
timezone.cpp | 632 int32_t year, month, dom, dow; local 636 Grego::dayToFields(day, year, month, dom, dow); 638 dstOffset = getOffset(GregorianCalendar::AD, year, month, dom, 640 Grego::monthLength(year, month), [all...] |
/external/icu4c/test/cintltst/ |
cdattst.c | 404 int32_t year, month, day; local 407 month = ucal_get(ucal, UCAL_MONTH, &status); 409 ucal_setDateTime(ucal, year, month, day, 18, 49, 0, &status); /* set to today at 18:49:00 */ 564 /*since the month names has the last string empty and week names are 1 based 1.e first string in the weeknames array is empty */ [all...] |
/external/icu4c/test/intltest/ |
dadrfmt.cpp | 85 "ERA=1,YEAR=2007,MONTH=AUGUST,DATE=8,HOUR=18,MINUTE=54,SECOND=12",
|
tzrulets.cpp | 273 int32_t era, year, month, dayOfMonth, dayOfWeek, millisInDay; local 296 month = cal->get(UCAL_MONTH, status); 304 offset = rbtz1->getOffset(era, year, month, dayOfMonth, dayOfWeek, millisInDay, status); 335 month = cal->get(UCAL_MONTH, status); 343 offset = rbtz1->getOffset(era, year, month, dayOfMonth, dayOfWeek, millisInDay, status); [all...] |
/external/libvpx/examples/includes/geshi/geshi/ |
cfm.php | 143 'Minute','ArrayClear','GetMetaData','Month','ArrayDeleteAt','GetMetricData','MonthAsString','ArrayInsertAt','GetPageContext',
|
lotusformulas.php | 221 '@Name', '@Month', '@Modulo', '@Modified', '@Minute', '@Min',
|
plsql.php | 66 'NATURALN', 'NATURAL', 'MONTH', 'MODE', 'MLSLABEL', 'MINUTE', 'MINUS',
|
sas.php | 86 'MEAN','MINUTE','MIN','MOD','MONTH','MOPEN','MORT','NETPV','NMISS',
|
typoscript.php | 57 'month', 'PIDinRootline', 'PIDupinRootline',
|
/external/wpa_supplicant/ |
x509v3.c | 516 int year, month, day, hour, min, sec; local 567 if (sscanf(pos, "%02d", &month) != 1) { 569 "(month)", buf, len); 601 if (os_mktime(year, month, day, hour, min, sec, val) < 0) { [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/tls/ |
x509v3.c | 516 int year, month, day, hour, min, sec; local 567 if (sscanf(pos, "%02d", &month) != 1) { 569 "(month)", buf, len); 601 if (os_mktime(year, month, day, hour, min, sec, val) < 0) { [all...] |
/external/zlib/contrib/minizip/ |
zip.h | 94 uInt tm_mday; /* day of the month - [1,31] */
|
/frameworks/base/core/res/res/values/ |
donottranslate-cldr.xml | 109 <string name="month">%-B</string>
|
/frameworks/base/core/res/res/values-ar/ |
donottranslate-cldr.xml | 109 <string name="month">%-B</string>
|