HomeSort by relevance Sort by last modified time
    Searched refs:kAbbreviate (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/unicode/
tmutfmt.h 81 kAbbreviate = 1,
82 kTotal = kAbbreviate + 1
  /external/chromium_org/third_party/icu/source/test/intltest/
tufmtts.cpp 46 formats[TimeUnitFormat::kAbbreviate] = new TimeUnitFormat(loc, TimeUnitFormat::kAbbreviate, status);
52 style <= TimeUnitFormat::kAbbreviate;
94 delete formats[TimeUnitFormat::kAbbreviate];
193 TimeUnitFormat* en_short = new TimeUnitFormat(Locale("en"), TimeUnitFormat::kAbbreviate, status);
216 TimeUnitFormat::EStyle styles[] = {TimeUnitFormat::kFull, TimeUnitFormat::kAbbreviate};
  /external/chromium_org/third_party/icu/source/i18n/
tmutfmt.cpp 361 if (style < kFull || style > kAbbreviate) {
388 readFromCurrentLocale(kAbbreviate, gShortUnitsTag, err);
389 checkConsistency(kAbbreviate, gShortUnitsTag, err);
501 formatters[kAbbreviate] = NULL;
636 formatters[kAbbreviate] = NULL;
711 formatters[kAbbreviate] = NULL;
758 pattern[kAbbreviate]->setFormat(0, format);
773 delete value[kAbbreviate];
    [all...]

Completed in 282 milliseconds