Home
last modified time | relevance | path

Searched refs:fAllowedHourFormats (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Ddtptngen.h539 …int32_t fAllowedHourFormats[7]; // Actually an array of AllowedHourFormat enum type, ending with … variable
/external/icu/icu4c/source/i18n/
Ddtptngen.cpp617 for (int32_t i = 0; i < UPRV_LENGTHOF(fAllowedHourFormats); ++i) { in getAllowedHourFormats()
618 fAllowedHourFormats[i] = allowedFormats[i]; in getAllowedHourFormats()
624 fAllowedHourFormats[0] = ALLOWED_HOUR_FORMAT_H; in getAllowedHourFormats()
625 fAllowedHourFormats[1] = ALLOWED_HOUR_FORMAT_UNKNOWN; in getAllowedHourFormats()
1148 if (fAllowedHourFormats[0] != ALLOWED_HOUR_FORMAT_UNKNOWN) { in mapSkeletonMetacharacters()
1149 preferred = (AllowedHourFormat)fAllowedHourFormats[0]; in mapSkeletonMetacharacters()