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

/external/chromium/chrome/browser/chromeos/status/
H A Dclock_menu_button.cc87 icu::FieldPosition ampm_field(icu::DateFormat::kAmPmField);
89 static_cast<UDate>(time.ToDoubleT() * 1000), time_string, ampm_field); local
90 int ampm_length = ampm_field.getEndIndex() - ampm_field.getBeginIndex();
92 int begin = ampm_field.getBeginIndex();
96 time_string.removeBetween(begin, ampm_field.getEndIndex());
/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 78 milliseconds