Searched refs:AppendFormattedDateTime (Results 1 – 2 of 2) sorted by relevance
/external/libchrome/base/i18n/ |
D | message_formatter_unittest.cc | 40 void AppendFormattedDateTime(const std::unique_ptr<icu::DateFormat>& df, in AppendFormattedDateTime() function 127 AppendFormattedDateTime(df, now, &second_sentence); in TEST_F() 154 AppendFormattedDateTime(tf, now, &expected); in TEST_F() 156 AppendFormattedDateTime(df, now, &expected); in TEST_F()
|
/external/cronet/base/i18n/ |
D | message_formatter_unittest.cc | 41 void AppendFormattedDateTime(const std::unique_ptr<icu::DateFormat>& df, in AppendFormattedDateTime() function 126 AppendFormattedDateTime(df, now, &second_sentence); in TEST_F() 153 AppendFormattedDateTime(tf, now, &expected); in TEST_F() 155 AppendFormattedDateTime(df, now, &expected); in TEST_F()
|