HomeSort by relevance Sort by last modified time
    Searched full:month (Results 401 - 425 of 787) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebCore/html/
InputType.cpp 91 map->add(InputTypeNames::month(), MonthInputType::create);
721 const AtomicString& month() function in namespace:WebCore::InputTypeNames
723 DEFINE_STATIC_LOCAL(AtomicString, name, ("month"));
  /frameworks/base/telephony/java/android/telephony/
SmsCbMessage.java 414 int month = IccUtils.gsmBcdByteToInt(pdu[7]); local
436 time.month = month - 1;
  /external/icu4c/i18n/unicode/
udat.h 457 * This displays the stand alone month name, if available.
820 /** The month names, for example February */
822 /** The short month names, for example Feb. */
834 /** The narrow month names, for example F */
866 * for example month or day names.
906 * for example month or day names.
    [all...]
  /cts/tests/src/android/app/cts/
DialogStubActivity.java 406 public void onDateChanged(DatePicker view, int year, int month, int day) {
408 super.onDateChanged(view, year, month, day);
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteDatabaseTest.java     [all...]
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DateTest.java 100 static private long getTime(int year, int month, int date, int hour,
102 aCal.set(year, month, date, hour, minute, second);
  /external/libvpx/examples/includes/geshi/geshi/
tsql.php 71 'LOCALTIME', 'LOCALTIMESTAMP', 'LOCATOR', 'MAP', 'MATCH', 'MINUTE', 'MODIFIES', 'MODIFY', 'MODULE', 'MONTH', 'NAMES', 'NATIONAL',
102 'DATEADD','DATEDIFF','DATENAME','DATEPART','DAY','GETDATE','GETUTCDATE','MONTH','YEAR',
  /external/stlport/test/unit/
time_facets_test.cpp 64 ++i; ++i; ++i; ++i; // skip day of month and spaces around it
147 ++i; ++i; ++i; ++i; // skip day of month and spaces around it
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.3.8-3.js 68 var MONTH = 10;
231 testcases[item++] = new TestCase( SECTION, DateString+".getMonth()", ResultArray[MONTH], DateCase.getMonth() );
15.9.3.8-4.js 68 var MONTH = 10;
200 testcases[item++] = new TestCase( SECTION, DateString+".getMonth()", ResultArray[MONTH], DateCase.getMonth() );
15.9.4.2.js 77 var MONTH = 10;
191 testcases[item++] = new TestCase( SECTION, DateString+".getMonth()", ResultArray[MONTH], DateCase.getMonth() );
  /libcore/luni/src/main/java/libcore/util/
ZoneInfo.java 119 public int getOffset(int era, int year, int month, int day, int dayOfWeek, int millis) {
137 calc += mlen[month] * MILLISECONDS_PER_DAY;
  /ndk/tests/device/test-gnustl-full/unit/
time_facets_test.cpp 64 ++i; ++i; ++i; ++i; // skip day of month and spaces around it
147 ++i; ++i; ++i; ++i; // skip day of month and spaces around it
  /ndk/tests/device/test-stlport/unit/
time_facets_test.cpp 64 ++i; ++i; ++i; ++i; // skip day of month and spaces around it
147 ++i; ++i; ++i; ++i; // skip day of month and spaces around it
  /packages/apps/Settings/src/com/android/settings/
DateTimeSettingsSetupWizard.java 250 mDatePicker.updateDate(now.get(Calendar.YEAR), now.get(Calendar.MONTH),
323 mDatePicker.updateDate(now.get(Calendar.YEAR), now.get(Calendar.MONTH),
  /packages/inputmethods/PinyinIME/jni/include/
userdict.h 165 #define COARSE_UTC(year, month, day, hour, minute, second) \
168 (month - 1) * 30 * 24 * 60 * 60 + \
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/location/
GpxParser.java 192 int month = Integer.parseInt(m.group(2)); local
216 c.set(year, month, date, hourOfDay, minute, second);
  /external/webkit/PerformanceTests/Parser/resources/
html5.html     [all...]
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
Support_MessageFormat.java 89 v.add(new FieldContainer(3, 6, DateFormat.Field.MONTH));
  /external/chromium/base/
time.cc 123 return is_in_range(month, 1, 12) &&
  /external/chromium/chrome/browser/chromeos/
version_loader.cc 172 ctime.month,
  /external/chromium/chrome/browser/extensions/
convert_web_app.cc 80 create_time_exploded.month,
  /external/chromium/chrome/browser/history/
history_publisher_win.cc 73 system_time.wMonth = exploded.month;
text_database_manager.cc 103 // We combine the month and year into a 6-digit number (200801 for
104 // January, 2008). The month is 1-based.
105 return exploded.year * 100 + exploded.month;
113 exploded.month = id % 100;
  /external/chromium/chrome/browser/resources/
software_rendering_list.json 25 // The version is interpreted as "year.month.day".

Completed in 901 milliseconds

<<11121314151617181920>>