Home
last modified time | relevance | path

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

/external/libchrome/base/i18n/
Dtime_formatting.cc40 icu::FieldPosition ampm_field(icu::DateFormat::kAmPmField); in TimeFormatWithoutAmPm() local
42 static_cast<UDate>(time.ToDoubleT() * 1000), time_string, ampm_field); in TimeFormatWithoutAmPm()
43 int ampm_length = ampm_field.getEndIndex() - ampm_field.getBeginIndex(); in TimeFormatWithoutAmPm()
45 int begin = ampm_field.getBeginIndex(); in TimeFormatWithoutAmPm()
49 time_string.removeBetween(begin, ampm_field.getEndIndex()); in TimeFormatWithoutAmPm()