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

  /frameworks/base/services/core/java/com/android/server/audio/
AudioEventLogger.java 38 private final static SimpleDateFormat sFormat = new SimpleDateFormat("MM-dd HH:mm:ss:SSS");
47 return (new StringBuilder(sFormat.format(new Date(mTimestamp))))
  /external/pdfium/fxjs/
cjs_util.h 42 static int ParseDataType(std::wstring* sFormat);
cjs_util.cpp 367 WideString sFormat = pRuntime->ToWideString(params[0]);
371 dDate = CJS_PublicMethods::MakeRegularDate(sDate, sFormat, nullptr);
391 // Ensure that sFormat contains at most one well-understood printf formatting
394 // to use sFormat with printf() and it must be copied byte-by-byte.
395 int util::ParseDataType(std::wstring* sFormat) {
402 while (i < sFormat->length()) {
403 wchar_t c = (*sFormat)[i];
451 (*sFormat)[i] = L'S';
cjs_publicmethods.cpp     [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
MessageFormatTest.java 263 String sFormat = MessageFormat.format(pattern, (Object[]) args);
266 sFormat, resStr);
271 sFormat = MessageFormat.format(pattern, args_);
274 sFormat, resStr);
    [all...]
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbHostManager.java 83 static final SimpleDateFormat sFormat = new SimpleDateFormat("MM-dd HH:mm:ss:SSS");
116 return (new StringBuilder(sFormat.format(new Date(mTimestamp)))).toString();
  /frameworks/support/tv-provider/src/main/java/androidx/tvprovider/media/tv/
BasePreviewProgram.java 607 private static final SimpleDateFormat sFormat =
611 sFormat.setTimeZone(TimeZone.getTimeZone("GMT-0"));
    [all...]

Completed in 376 milliseconds