Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddtptngen.cpp527 ResourceArray allowedFormats = value.getArray(errorCode); in put() local
528 length = allowedFormats.getSize(); in put()
534 allowedFormats.getValue(k, value); in put()
610 int32_t *allowedFormats; in getAllowedHourFormats() local
611 allowedFormats = (int32_t *)uhash_get(localeToAllowedHourFormatsMap, langCountry.data()); in getAllowedHourFormats()
612 if (allowedFormats == nullptr) { in getAllowedHourFormats()
613allowedFormats = (int32_t *)uhash_get(localeToAllowedHourFormatsMap, const_cast<char *>(country)); in getAllowedHourFormats()
616 if (allowedFormats != nullptr) { // Lookup is successful in getAllowedHourFormats()
618 fAllowedHourFormats[i] = allowedFormats[i]; in getAllowedHourFormats()
619 if (allowedFormats[i] == ALLOWED_HOUR_FORMAT_UNKNOWN) { in getAllowedHourFormats()