OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ampm_field
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/chromeos/status/
clock_menu_button.cc
87
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/
time_formatting.cc
33
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 1382 milliseconds