Searched refs:uLocale (Results 1 – 6 of 6) sorted by relevance
48 ULocale uLocale = ULocale.forLocale(locale); in toZid() local49 String region = uLocale.getCountry(); in toZid()51 uLocale = ULocale.addLikelySubtags(uLocale); in toZid()52 region = uLocale.getCountry(); in toZid()
489 ULocale uLocale = ULocale.forLocale(locale); in createStore() local492 uLocale.setKeywordValue("calendar", "gregorian"); in createStore()493 ExtendedDateFormatSymbols extendedDfs = ExtendedDateFormatSymbols.getInstance(uLocale); in createStore()
188 ULocale uLocale = ULocale.forLocale(locale); in loadPatternSeparator() local189 NumberingSystem ns = NumberingSystem.getInstance(uLocale); in loadPatternSeparator()198 String patternSeparator = ExtendedDecimalFormatSymbols.getInstance(uLocale, ns) in loadPatternSeparator()
732 ULocale uLocale = ULocale.forLocale(locale) in getExtendedCalendar() local734 return ExtendedCalendar.getInstance(uLocale); in getExtendedCalendar()
360 ULocale uLocale = ULocale.forLocale(locale) in getDateFormatSymbols() local362 return new DateFormatSymbols(uLocale); in getDateFormatSymbols()
210 .map(uLocale -> uLocale.toLocale()) in testGetAvailableLocales_icuConsistency()