HomeSort by relevance Sort by last modified time
    Searched defs:date_format (Results 1 - 7 of 7) sorted by null

  /external/autotest/client/common_lib/cros/fake_device_server/client_lib/
client_lib_test.py 120 date_format = '%H:%M:%S' variable
122 datefmt=date_format)
  /external/v8/src/
i18n.cc 115 icu::SimpleDateFormat* date_format = NULL; local
126 date_format = new icu::SimpleDateFormat(pattern, icu_locale, status);
128 date_format->adoptCalendar(calendar);
134 delete date_format;
135 date_format = NULL;
138 return date_format;
144 icu::SimpleDateFormat* date_format,
149 date_format->toPattern(pattern);
159 const icu::Calendar* calendar = date_format->getCalendar();
734 icu::SimpleDateFormat* date_format = CreateICUDateFormat local
    [all...]
  /external/v8/src/runtime/
runtime-i18n.cc 346 icu::SimpleDateFormat* date_format = local
349 if (!date_format) return isolate->ThrowIllegalOperation();
351 local_object->SetInternalField(0, reinterpret_cast<Smi*>(date_format));
378 icu::SimpleDateFormat* date_format = local
380 if (!date_format) return isolate->ThrowIllegalOperation();
383 date_format->format(value->Number(), result);
402 icu::SimpleDateFormat* date_format = local
404 if (!date_format) return isolate->ThrowIllegalOperation();
407 UDate date = date_format->parse(u_date, status);
    [all...]
  /ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c 206 char *date_format; member in struct:_Locale_time
768 ltime->date_format = (char*)malloc(size);
769 if (!ltime->date_format)
771 __ConvertDate(fmt80, ltime->date_format, size);
788 length = strlen(ltime->date_format) + strlen(ltime->time_format) + 1 /* space */ + 1 /* trailing 0 */;
792 _STLP_STRCPY(ltime->date_time_format, length, ltime->date_format);
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 

Completed in 317 milliseconds