Searched refs:UnlocalizedTimeFormatWithPattern (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/cronet/base/i18n/ |
H A D | time_formatting_unittest.cc | 297 UnlocalizedTimeFormatWithPattern(time, "E! dd MMM y 'at' HH.mm+ss")); in TEST() 299 UnlocalizedTimeFormatWithPattern(time, "E! dd MMM y 'at' HH.mm+ss", in TEST() 308 UnlocalizedTimeFormatWithPattern(time, "E! dd MMM y 'at' HH.mm+ss")); in TEST() 316 UnlocalizedTimeFormatWithPattern(time, "E! dd MMM y 'at' HH.mm+ss")); in TEST() 325 EXPECT_EQ("07.0009", UnlocalizedTimeFormatWithPattern(micros, "ss.SSSS")); in TEST() 326 EXPECT_EQ("07.00098", UnlocalizedTimeFormatWithPattern(micros, "ss.SSSSS")); in TEST() 327 EXPECT_EQ("07.000987", UnlocalizedTimeFormatWithPattern(micros, "ss.SSSSSS")); in TEST() 331 UnlocalizedTimeFormatWithPattern(micros, "ss.SSSSSSS")); in TEST() 335 UnlocalizedTimeFormatWithPattern(micros, "ss.'SSSSSS'")); in TEST() 339 UnlocalizedTimeFormatWithPattern(micros, "ss.SSSSSS''SSSSSS.ss")); in TEST() [all …]
|
H A D | time_formatting.cc | 204 std::string UnlocalizedTimeFormatWithPattern(const Time& time, in UnlocalizedTimeFormatWithPattern() function 271 return UnlocalizedTimeFormatWithPattern(time, "yyyy-MM-dd'T'HH:mm:ss.SSSX", in TimeFormatAsIso8601() 276 return UnlocalizedTimeFormatWithPattern(time, "E, dd MMM yyyy HH:mm:ss O", in TimeFormatHTTP()
|
H A D | time_formatting.h | 142 BASE_I18N_EXPORT std::string UnlocalizedTimeFormatWithPattern(
|
/aosp_15_r20/external/cronet/components/metrics/ |
H A D | data_use_tracker.cc | 157 return base::UnlocalizedTimeFormatWithPattern(GetCurrentMeasurementDate(), in GetCurrentMeasurementDateAsString()
|
/aosp_15_r20/external/zlib/google/ |
H A D | zip_reader_unittest.cc | 302 base::UnlocalizedTimeFormatWithPattern(entry->last_modified, in TEST_F() 402 base::UnlocalizedTimeFormatWithPattern(entry->last_modified, in TEST_F()
|
/aosp_15_r20/external/cronet/components/nacl/browser/ |
H A D | pnacl_translation_cache.cc | 425 const std::string timestamp = base::UnlocalizedTimeFormatWithPattern( in GetKey()
|
/aosp_15_r20/external/cronet/net/tools/dump_cache/ |
H A D | dump_files.cc | 326 return base::UnlocalizedTimeFormatWithPattern( in ToLocalTime()
|
/aosp_15_r20/external/cronet/base/test/launcher/ |
H A D | test_results_tracker.cc | 44 return base::UnlocalizedTimeFormatWithPattern(time, "yyyy-MM-dd'T'HH:mm:ss", in FormatTimeAsIso8601()
|