Lines Matching refs:allowedFormats
552 ResourceArray allowedFormats = value.getArray(errorCode); in put() local
553 length = allowedFormats.getSize() + 1; // 1 preferred, getSize allowed in put()
559 allowedFormats.getValue(k-1, value); in put()
638 int32_t* allowedFormats; in getAllowedHourFormatsLangCountry() local
639 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() local
690 if (allowedFormats == nullptr) { in getAllowedHourFormats()
695 allowedFormats = getAllowedHourFormatsLangCountry(language, country, status); in getAllowedHourFormats()
699 if (allowedFormats != nullptr) { // Lookup is successful in getAllowedHourFormats()
703 switch (allowedFormats[0]) { in getAllowedHourFormats()
713 fAllowedHourFormats[i] = allowedFormats[i + 1]; in getAllowedHourFormats()