Home
last modified time | relevance | path

Searched refs:time_formats (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/common/
Dtime_format.cc177 std::vector<icu::PluralFormat*>* time_formats);
188 FormatType format_type, std::vector<icu::PluralFormat*>* time_formats) { in BuildFormats() argument
226 time_formats->push_back(format); in BuildFormats()
229 time_formats->push_back(createFallbackFormat(*rules, i, format_type)); in BuildFormats()