OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UTMUTFMT_FULL_STYLE
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/i18n/unicode/
tmutfmt.h
39
UTMUTFMT_FULL_STYLE
,
/external/icu/icu4c/source/i18n/
tmutfmt.cpp
82
create(
UTMUTFMT_FULL_STYLE
, status);
88
create(
UTMUTFMT_FULL_STYLE
, status);
94
case
UTMUTFMT_FULL_STYLE
:
204
for (UTimeUnitFormatStyle style =
UTMUTFMT_FULL_STYLE
; style < UTMUTFMT_FORMAT_STYLE_COUNT;
299
if (style <
UTMUTFMT_FULL_STYLE
|| style >= UTMUTFMT_FORMAT_STYLE_COUNT) {
329
readFromCurrentLocale(
UTMUTFMT_FULL_STYLE
, gUnitsTag, pluralCounts, err);
330
checkConsistency(
UTMUTFMT_FULL_STYLE
, gUnitsTag, err);
437
formatters[
UTMUTFMT_FULL_STYLE
] = NULL;
572
formatters[
UTMUTFMT_FULL_STYLE
] = NULL;
648
formatters[
UTMUTFMT_FULL_STYLE
] = NULL
[
all
...]
/external/icu/icu4c/source/test/intltest/
tufmtts.cpp
109
formats[
UTMUTFMT_FULL_STYLE
] = new TimeUnitFormat(loc, status);
116
for (int style =
UTMUTFMT_FULL_STYLE
;
158
delete formats[
UTMUTFMT_FULL_STYLE
];
283
TimeUnitFormat* en_long = new TimeUnitFormat(Locale("en"),
UTMUTFMT_FULL_STYLE
, status);
310
UTimeUnitFormatStyle styles[] = {
UTMUTFMT_FULL_STYLE
, UTMUTFMT_ABBREVIATED_STYLE};
Completed in 1112 milliseconds