Searched defs:date (Results 201 - 225 of 261) sorted by relevance

1234567891011

/external/chromium_org/third_party/icu/source/i18n/
H A Dvtzone.cpp153 static UnicodeString& appendMillis(UDate date, UnicodeString& str) { argument
159 if (date < MIN_MILLIS) {
161 } else if (date > MAX_MILLIS) {
164 number = (int64_t)date;
187 * Convert date/time to RFC2445 Date-Time form #1 DATE WITH LOCAL TIME
213 * Convert date/time to RFC2445 Date-Time form #2 DATE WITH UTC TIME
241 // charcter "T" must be used for separating date and time
584 // Use DOW_GEQ_DOM rule with firstDay as the start date
600 // Note: To check valid date range across multiple rule is a little
1191 VTimeZone::getOffset(UDate date, UBoo argument
1212 inDaylightTime(UDate date, UErrorCode& status) const argument
[all...]
H A Dzstrfmt.cpp1190 ZoneStringFormat::createZoneStringsArray(UDate date, int32_t &rowCount, int32_t &colCount, UErrorCode &status) const { argument
1241 getLongStandard(*id, date, result[i][1]);
1242 getShortStandard(*id, date, FALSE, result[i][2]);
1243 getLongDaylight(*id, date, result[i][3]);
1244 getShortDaylight(*id, date, FALSE, result[i][4]);
1246 getLongGenericNonLocation(*id, date, result[i][6]);
1247 getShortGenericNonLocation(*id, date, FALSE, result[i][7]);
1264 UDate date = cal.getTime(status); local
1266 return getString(tzid, ZSIDX_LONG_STANDARD, date, FALSE /*not used*/, result);
1268 return getString(tzid, ZSIDX_LONG_DAYLIGHT, date, FALS
1281 UDate date = cal.getTime(status); local
1306 UDate date = cal.getTime(status); local
1341 getString(const UnicodeString &tzid, TimeZoneTranslationTypeIndex typeIdx, UDate date, UBool commonlyUsedOnly, UnicodeString& result) const argument
1584 getGenericPartialLocationString(const UnicodeString &tzid, UBool isShort, UDate date, UBool commonlyUsedOnly, UnicodeString &result) const argument
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcalregts.cpp202 int32_t date = cal->get(UCAL_DATE, status) + 1 ; local
204 log(UnicodeString("/") + date) ;
304 //This will print out todays date for MONTH and DAY_OF_MONTH
305 //instead of the date it was set to.
452 UDate date = fmt->parse("29MAY97", status); local
454 cal->setTime(date, status);
490 * Get the associated date starting from a specified date
494 * @param date The date t
706 SimpleDateFormat *date; local
1296 UDate date = DATA[i]; local
1595 UDate date = makeDate(1996, UCAL_JANUARY, 3); // Arbitrary date local
2153 UDate date = cutover + local
[all...]
H A Ddtfmttst.cpp151 * Instantiate a date so we can display the time zone name.
493 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/17 10:11:42", date(97, 1 - 1, 17, 10, 11, 42));
512 UDate date = format->parse(str, status); local
513 if (U_FAILURE(status) || date == null)
521 ((DateFormat*)format)->format(date, f);
522 logln(UnicodeString(" parse(") + str + ") -> " + dateToString(date));
525 !(date == expected)) errln((UnicodeString)"FAIL: Expected null");//" + expected);
590 testIt917(fmt, myDate, date(97, 2 - 1, 3));
594 testIt917(fmt, myDate, date(97, 3 - 1, 4));
642 UDate june = date(9
887 UDate date; local
998 UDate date; local
1141 DateFormat *date=0, *time=0, *full=0; local
1298 UDate date = -9896080848000.0; local
1707 UDate date = ref.parse(ctou(datestr), ec); local
1728 UDate date = ref.parse(ctou(datestr), ec); local
1746 UDate date = ref.parse(ctou(datestr), ec); local
1808 UDate date = ref.parse(ctou(datestr), ec); local
[all...]
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.cc1851 LOperand* date = UseFixed(instr->value(), eax); local
1853 new(zone()) LDateField(date, FixedTemp(ecx), instr->index());
H A Dlithium-ia32.h1330 LDateField(LOperand* date, LOperand* temp, Smi* index) argument
1332 inputs_[0] = date;
1336 LOperand* date() { return inputs_[0]; } function in class:v8::internal::LDateField
1339 DECLARE_CONCRETE_INSTRUCTION(DateField, "date-field")
/external/icu4c/i18n/
H A Dcalendar.cpp229 //TODO: ULOC_FULL_NAME is out of date and too small..
1062 * @param date the new time in UTC milliseconds from the epoch.
1132 Calendar::set(int32_t year, int32_t month, int32_t date) argument
1136 set(UCAL_DATE, date);
1142 Calendar::set(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute) argument
1146 set(UCAL_DATE, date);
1154 Calendar::set(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, int32_t second) argument
1158 set(UCAL_DATE, date);
1244 * the allowable range for the date to which this calendar is set.
1342 // Compute time-related fields. These are indepent of the date an
2341 isWeekend(UDate date, UErrorCode &status) const argument
[all...]
H A Dvtzone.cpp152 static UnicodeString& appendMillis(UDate date, UnicodeString& str) { argument
158 if (date < MIN_MILLIS) {
160 } else if (date > MAX_MILLIS) {
163 number = (int64_t)date;
186 * Convert date/time to RFC2445 Date-Time form #1 DATE WITH LOCAL TIME
212 * Convert date/time to RFC2445 Date-Time form #2 DATE WITH UTC TIME
240 // charcter "T" must be used for separating date and time
583 // Use DOW_GEQ_DOM rule with firstDay as the start date
599 // Note: To check valid date range across multiple rule is a little
1196 VTimeZone::getOffset(UDate date, UBoo argument
1217 inDaylightTime(UDate date, UErrorCode& status) const argument
[all...]
/external/icu4c/test/intltest/
H A Dcalregts.cpp223 printdate(cal2.getAlias(), "cal2 (expected date):") ;
238 int32_t date = cal->get(UCAL_DATE, status) + 1 ; local
240 log(UnicodeString("/") + date) ;
348 //This will print out todays date for MONTH and DAY_OF_MONTH
349 //instead of the date it was set to.
496 UDate date = fmt->parse("29MAY97", status); local
498 cal->setTime(date, status);
534 * Get the associated date starting from a specified date
538 * @param date Th
750 SimpleDateFormat *date; local
1341 UDate date = DATA[i]; local
1648 UDate date = makeDate(1996, UCAL_JANUARY, 3); // Arbitrary date local
2206 UDate date = cutover + local
[all...]
H A Ddtfmttst.cpp281 * Instantiate a date so we can display the time zone name.
634 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/17 10:11:42", date(97, 1 - 1, 17, 10, 11, 42));
653 UDate date = format->parse(str, status); local
654 if (U_FAILURE(status) || date == null)
662 ((DateFormat*)format)->format(date, f);
663 logln(UnicodeString(" parse(") + str + ") -> " + dateToString(date));
666 !(date == expected)) errln((UnicodeString)"FAIL: Expected null");//" + expected);
731 testIt917(fmt, myDate, date(97, 2 - 1, 3));
735 testIt917(fmt, myDate, date(97, 3 - 1, 4));
783 UDate june = date(9
1051 UDate date; local
1162 UDate date; local
1307 DateFormat *date=0, *time=0, *full=0; local
1490 UDate date = -9896080848000.0; local
1923 UDate date = ref.parse(ctou(datestr), ec); local
1944 UDate date = ref.parse(ctou(datestr), ec); local
1962 UDate date = ref.parse(ctou(datestr), ec); local
2024 UDate date = ref.parse(ctou(datestr), ec); local
[all...]
/external/kernel-headers/original/asm-x86/
H A Dprocessor_32.h461 unsigned int date; member in struct:microcode_header
/external/v8/src/ia32/
H A Dlithium-ia32.cc1655 LOperand* date = UseFixed(instr->value(), eax); local
1657 new(zone()) LDateField(date, FixedTemp(ecx), instr->index());
H A Dlithium-ia32.h1024 LDateField(LOperand* date, LOperand* temp, Smi* index) argument
1026 inputs_[0] = date;
1030 DECLARE_CONCRETE_INSTRUCTION(DateField, "date-field")
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Djavax.servlet_2.5.0.v200910301333.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/chrome/browser/resources/file_manager/js/
H A Dfile_manager.js1165 this.textSearchState_ = {text: '', date: new Date()};
3038 var text = now - this.textSearchState_.date > 1000 ? '' :
3040 this.textSearchState_ = {text: text + char, date: now};
3380 * out of date (spec is
/external/chromium_org/third_party/libxml/src/
H A Dxmlschemastypes.c121 xmlSchemaValDate date; member in union:_xmlSchemaVal::__anon11713
328 * TODO: Always keep those structs up-to-date with the originals.
469 xmlSchemaTypeDateDef = xmlSchemaInitBasicType("date",
1163 dt->type,dt->value.date.year,dt->value.date.mon, \
1164 dt->value.date.day,dt->value.date.hour,dt->value.date.min, \
1165 dt->value.date.sec); \
1166 if (dt->value.date
[all...]
/external/chromium_org/v8/src/arm/
H A Dlithium-arm.h1355 LDateField(LOperand* date, LOperand* temp, Smi* index) : index_(index) { argument
1356 inputs_[0] = date;
1360 LOperand* date() { return inputs_[0]; } function in class:v8::internal::LDateField
1364 DECLARE_CONCRETE_INSTRUCTION(ValueOf, "date-field")
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.h1332 LDateField(LOperand* date, LOperand* temp, Smi* index) : index_(index) { argument
1333 inputs_[0] = date;
1337 LOperand* date() { return inputs_[0]; } function in class:v8::internal::LDateField
1341 DECLARE_CONCRETE_INSTRUCTION(ValueOf, "date-field")
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.h1290 LDateField(LOperand* date, Smi* index) : index_(index) { argument
1291 inputs_[0] = date;
1294 LOperand* date() { return inputs_[0]; } function in class:v8::internal::LDateField
1297 DECLARE_CONCRETE_INSTRUCTION(ValueOf, "date-field")
/external/libmtp/src/
H A Dlibmtp.h634 char *date; /**< Date of original recording as a string */ member in struct:LIBMTP_track_struct
/external/libxml2/
H A Dxmlschemastypes.c121 xmlSchemaValDate date; member in union:_xmlSchemaVal::__anon20806
328 * TODO: Always keep those structs up-to-date with the originals.
469 xmlSchemaTypeDateDef = xmlSchemaInitBasicType("date",
1163 dt->type,dt->value.date.year,dt->value.date.mon, \
1164 dt->value.date.day,dt->value.date.hour,dt->value.date.min, \
1165 dt->value.date.sec); \
1166 if (dt->value.date
[all...]
/external/v8/src/arm/
H A Dlithium-arm.h1010 LDateField(LOperand* date, LOperand* temp, Smi* index) : index_(index) { argument
1011 inputs_[0] = date;
1015 DECLARE_CONCRETE_INSTRUCTION(ValueOf, "date-field")
1026 LSetDateField(LOperand* date, LOperand* value, LOperand* temp, int index) argument
1028 inputs_[0] = date;
1033 DECLARE_CONCRETE_INSTRUCTION(DateField, "date-set-field")
/external/v8/src/
H A Dhydrogen-instructions.h4636 HDateField(HValue* date, Smi* index) argument
4637 : HUnaryOperation(date), index_(index) {
/external/v8/src/mips/
H A Dlithium-mips.h1009 LDateField(LOperand* date, LOperand* temp, Smi* index) : index_(index) { argument
1010 inputs_[0] = date;
1014 DECLARE_CONCRETE_INSTRUCTION(ValueOf, "date-field")
/external/v8/src/x64/
H A Dlithium-x64.h1008 LDateField(LOperand* date, Smi* index) : index_(index) { argument
1009 inputs_[0] = date;
1012 DECLARE_CONCRETE_INSTRUCTION(ValueOf, "date-field")

Completed in 776 milliseconds

1234567891011