Searched refs:ampm_field (Results 1 – 1 of 1) sorted by relevance
40 icu::FieldPosition ampm_field(icu::DateFormat::kAmPmField); in TimeFormatWithoutAmPm() local42 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()