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

  /external/chromium_org/third_party/icu/source/i18n/
tmutfmt.cpp 57 static const char gShortUnitsTag[] = "unitsShort";
400 readFromCurrentLocale(UTMUTFMT_ABBREVIATED_STYLE, gShortUnitsTag, pluralCounts, err);
401 checkConsistency(UTMUTFMT_ABBREVIATED_STYLE, gShortUnitsTag, err);
683 if ( locNameLen == 0 && uprv_strcmp(key, gShortUnitsTag) == 0) {
    [all...]
  /external/icu/icu4c/source/i18n/
tmutfmt.cpp 57 static const char gShortUnitsTag[] = "unitsShort";
330 readFromCurrentLocale(UTMUTFMT_ABBREVIATED_STYLE, gShortUnitsTag, pluralCounts, err);
331 checkConsistency(UTMUTFMT_ABBREVIATED_STYLE, gShortUnitsTag, err);
602 if ( locNameLen == 0 && uprv_strcmp(key, gShortUnitsTag) == 0) {

Completed in 1433 milliseconds