Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Ddtptngen.h539 …int32_t fAllowedHourFormats[7]; // Actually an array of AllowedHourFormat enum type, ending with … variable
/third_party/icu/icu4c/source/i18n/unicode/
Ddtptngen.h566 …int32_t fAllowedHourFormats[7]; // Actually an array of AllowedHourFormat enum type, ending with … variable
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Ddtptngen.h566 …int32_t fAllowedHourFormats[7]; // Actually an array of AllowedHourFormat enum type, ending with … variable
/third_party/node/deps/icu-small/source/i18n/unicode/
Ddtptngen.h566 …int32_t fAllowedHourFormats[7]; // Actually an array of AllowedHourFormat enum type, ending with … variable
/third_party/node/deps/icu-small/source/i18n/
Ddtptngen.cpp712 for (int32_t i = 0; i < UPRV_LENGTHOF(fAllowedHourFormats); ++i) { in getAllowedHourFormats()
713 fAllowedHourFormats[i] = allowedFormats[i + 1]; in getAllowedHourFormats()
714 if (fAllowedHourFormats[i] == ALLOWED_HOUR_FORMAT_UNKNOWN) { in getAllowedHourFormats()
722 fAllowedHourFormats[0] = ALLOWED_HOUR_FORMAT_H; in getAllowedHourFormats()
723 fAllowedHourFormats[1] = ALLOWED_HOUR_FORMAT_UNKNOWN; in getAllowedHourFormats()
1245 if (fAllowedHourFormats[0] != ALLOWED_HOUR_FORMAT_UNKNOWN) { in mapSkeletonMetacharacters()
1246 bestAllowed = (AllowedHourFormat)fAllowedHourFormats[0]; in mapSkeletonMetacharacters()
/third_party/icu/icu4c/source/i18n/
Ddtptngen.cpp712 for (int32_t i = 0; i < UPRV_LENGTHOF(fAllowedHourFormats); ++i) { in getAllowedHourFormats()
713 fAllowedHourFormats[i] = allowedFormats[i + 1]; in getAllowedHourFormats()
714 if (fAllowedHourFormats[i] == ALLOWED_HOUR_FORMAT_UNKNOWN) { in getAllowedHourFormats()
722 fAllowedHourFormats[0] = ALLOWED_HOUR_FORMAT_H; in getAllowedHourFormats()
723 fAllowedHourFormats[1] = ALLOWED_HOUR_FORMAT_UNKNOWN; in getAllowedHourFormats()
1260 if (fAllowedHourFormats[0] != ALLOWED_HOUR_FORMAT_UNKNOWN) { in mapSkeletonMetacharacters()
1261 bestAllowed = (AllowedHourFormat)fAllowedHourFormats[0]; in mapSkeletonMetacharacters()
/third_party/skia/third_party/externals/icu/source/i18n/
Ddtptngen.cpp712 for (int32_t i = 0; i < UPRV_LENGTHOF(fAllowedHourFormats); ++i) { in getAllowedHourFormats()
713 fAllowedHourFormats[i] = allowedFormats[i + 1]; in getAllowedHourFormats()
714 if (fAllowedHourFormats[i] == ALLOWED_HOUR_FORMAT_UNKNOWN) { in getAllowedHourFormats()
722 fAllowedHourFormats[0] = ALLOWED_HOUR_FORMAT_H; in getAllowedHourFormats()
723 fAllowedHourFormats[1] = ALLOWED_HOUR_FORMAT_UNKNOWN; in getAllowedHourFormats()
1260 if (fAllowedHourFormats[0] != ALLOWED_HOUR_FORMAT_UNKNOWN) { in mapSkeletonMetacharacters()
1261 bestAllowed = (AllowedHourFormat)fAllowedHourFormats[0]; in mapSkeletonMetacharacters()
/third_party/flutter/skia/third_party/externals/icu/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()
1144 if (fAllowedHourFormats[0] != ALLOWED_HOUR_FORMAT_UNKNOWN) { in mapSkeletonMetacharacters()
1145 preferred = (AllowedHourFormat)fAllowedHourFormats[0]; in mapSkeletonMetacharacters()