HomeSort by relevance Sort by last modified time
    Searched defs:kFull (Results 1 - 6 of 6) sorted by null

  /external/chromium/third_party/icu/public/i18n/unicode/
tmutfmt.h 90 kFull = 0,
datefmt.h 152 kFull = 0,
158 // kFull + kDateOffset = 4
167 // kFull + kDateTimeOffset = 9
175 kFullRelative = (kFull | kRelative),
192 FULL = kFull,
  /external/icu4c/i18n/unicode/
tmutfmt.h 80 kFull = 0,
datefmt.h 152 kFull = 0,
158 // kFull + kDateOffset = 4
167 // kFull + kDateTimeOffset = 9
175 kFullRelative = (kFull | kRelative),
192 FULL = kFull,
  /external/chromium/third_party/icu/source/i18n/
tmutfmt.cpp 79 create(Locale::getDefault(), kFull, status);
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] = NULL
    [all...]
  /external/icu4c/i18n/
tmutfmt.cpp 79 create(Locale::getDefault(), kFull, status);
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] = NULL
    [all...]

Completed in 733 milliseconds