Searched refs:allowedFormats (Results 1 – 1 of 1) sorted by relevance
552 ResourceArray allowedFormats = value.getArray(errorCode); in put() local553 length = allowedFormats.getSize() + 1; // 1 preferred, getSize allowed in put()559 allowedFormats.getValue(k-1, value); in put()638 int32_t* allowedFormats; in getAllowedHourFormatsLangCountry() local639 allowedFormats = (int32_t *)uhash_get(localeToAllowedHourFormatsMap, langCountry.data()); in getAllowedHourFormatsLangCountry()640 if (allowedFormats == nullptr) { in getAllowedHourFormatsLangCountry()641 … allowedFormats = (int32_t *)uhash_get(localeToAllowedHourFormatsMap, const_cast<char *>(country)); in getAllowedHourFormatsLangCountry()644 return allowedFormats; in getAllowedHourFormatsLangCountry()670 int32_t* allowedFormats = getAllowedHourFormatsLangCountry(language, country, status); in getAllowedHourFormats() local690 if (allowedFormats == nullptr) { in getAllowedHourFormats()[all …]