Searched refs:allowedFormats (Results 1 – 1 of 1) sorted by relevance
527 ResourceArray allowedFormats = value.getArray(errorCode); in put() local528 length = allowedFormats.getSize(); in put()534 allowedFormats.getValue(k, value); in put()610 int32_t *allowedFormats; in getAllowedHourFormats() local611 allowedFormats = (int32_t *)uhash_get(localeToAllowedHourFormatsMap, langCountry.data()); in getAllowedHourFormats()612 if (allowedFormats == nullptr) { in getAllowedHourFormats()613 … allowedFormats = (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()