Searched refs:langCountry (Results 1 – 5 of 5) sorted by relevance
348 String langCountry = lang + '_' + country; in localeDisplayNameInternal() local349 String result = localeIdName(langCountry); in localeDisplayNameInternal()350 if (result != null && !result.equals(langCountry)) { in localeDisplayNameInternal()
344 String langCountry = lang + '_' + country; in localeDisplayNameInternal() local345 String result = localeIdName(langCountry); in localeDisplayNameInternal()346 if (result != null && !result.equals(langCountry)) { in localeDisplayNameInternal()
605 CharString langCountry; in getAllowedHourFormats() local606 langCountry.append(language, static_cast<int32_t>(uprv_strlen(language)), status); in getAllowedHourFormats()607 langCountry.append('_', status); in getAllowedHourFormats()608 langCountry.append(country, static_cast<int32_t>(uprv_strlen(country)), status); in getAllowedHourFormats()611 allowedFormats = (int32_t *)uhash_get(localeToAllowedHourFormatsMap, langCountry.data()); in getAllowedHourFormats()
358 String langCountry = max.getLanguage() + "_" + country; in getAllowedHourFormats() local359 String[] list = LOCALE_TO_ALLOWED_HOUR.get(langCountry); in getAllowedHourFormats()
354 String langCountry = max.getLanguage() + "_" + country; in getAllowedHourFormats() local355 String[] list = LOCALE_TO_ALLOWED_HOUR.get(langCountry); in getAllowedHourFormats()