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

/external/chromium_org/base/i18n/
H A Dtime_formatting.cc33 icu::FieldPosition ampm_field(icu::DateFormat::kAmPmField);
35 static_cast<UDate>(time.ToDoubleT() * 1000), time_string, ampm_field); local
36 int ampm_length = ampm_field.getEndIndex() - ampm_field.getBeginIndex();
38 int begin = ampm_field.getBeginIndex();
42 time_string.removeBetween(begin, ampm_field.getEndIndex());

Completed in 368 milliseconds