Searched defs:kFull (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/i18n/unicode/
H A Dtmutfmt.h90 kFull = 0, enumerator in enum:TimeUnitFormat::EStyle
H A Ddatefmt.h152 kFull = 0, enumerator in enum:DateFormat::EStyle
158 // kFull + kDateOffset = 4
167 // kFull + kDateTimeOffset = 9
175 kFullRelative = (kFull | kRelative),
192 FULL = kFull,
/external/icu4c/i18n/
H A Dtmutfmt.cpp79 create(Locale::getDefault(), kFull, status); local
86 create(locale, kFull, status);
101 fStyle(kFull)
270 for (EStyle style = kFull; style < kTotal; style = (EStyle)(style + 1)) {
362 if (style < kFull || style > kAbbreviate) {
387 readFromCurrentLocale(kFull, gUnitsTag, err);
388 checkConsistency(kFull, gUnitsTag, err);
502 formatters[kFull] = NULL;
638 formatters[kFull] = NULL;
693 formatters[kFull]
[all...]

Completed in 62 milliseconds