HomeSort by relevance Sort by last modified time
    Searched refs:aDate (Results 1 - 6 of 6) sorted by null

  /external/icu4c/test/intltest/
incaltst.cpp 415 UDate aDate = 999932400000.0;
424 fmt2->format(aDate, str);
427 fmt->format(aDate, str);
434 if(otherDate != aDate) {
437 errln("Parse incorrect of " + escape(expected) + " - wanted " + aDate + " but got " + otherDate + ", " + escape(str3));
501 UDate aDate = 999932400000.0;
509 fmt2->format(aDate, str);
512 fmt->format(aDate, str);
519 if(otherDate != aDate) {
524 errln("Parse incorrect of " + expected + " - wanted " + aDate + " but got " + " = " + otherDate + ", " + str3 + " = " + CalendarTest::calToStr(*cal2) )
    [all...]
  /external/v8/src/
date.js 493 function GetTimeFrom(aDate) {
494 return DATE_VALUE(aDate);
497 function GetMillisecondsFrom(aDate) {
498 var t = DATE_VALUE(aDate);
504 function GetUTCMillisecondsFrom(aDate) {
505 var t = DATE_VALUE(aDate);
511 function GetSecondsFrom(aDate) {
512 var t = DATE_VALUE(aDate);
518 function GetUTCSecondsFrom(aDate) {
519 var t = DATE_VALUE(aDate);
    [all...]
  /external/icu4c/i18n/
astro.h 351 void setDate(UDate aDate) { setTime(aDate); }
umsg.cpp 527 UDate *aDate;
539 aDate = va_arg(ap, UDate*);
540 if(aDate){
541 *aDate = args[i].getDate();
  /external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/
pvdl_config_file.h 247 void SetUnmodifiedDateStart(OSCL_String &aDate)
249 iUnmodifiedDateStart = aDate;
  /external/icu4c/test/cintltst/
cdattst.c     [all...]

Completed in 309 milliseconds