OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kUnits
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/common/
time_format.cc
240
static const icu::UnicodeString
kUnits
[4][2] = {
249
pattern += UNICODE_STRING_SIMPLE("one{# ") +
kUnits
[index][0] + suffix;
251
pattern += UNICODE_STRING_SIMPLE(" other{# ") +
kUnits
[index][1] + suffix;
/external/chromium_org/ui/base/l10n/
time_format.cc
266
const icu::UnicodeString
kUnits
[4][2] = {
275
pattern += UNICODE_STRING_SIMPLE("one{# ") +
kUnits
[index][0] + suffix;
277
pattern += UNICODE_STRING_SIMPLE(" other{# ") +
kUnits
[index][1] + suffix;
Completed in 21 milliseconds