Searched refs:makeResolvedLocale (Results 1 – 9 of 9) sorted by relevance
238 Locale makeResolvedLocale(UErrorCode &errorCode) const;
362 Locale resolved = result.makeResolvedLocale(errorCode); in testResolvedLocale()546 Locale combined = result.makeResolvedLocale(errorCode); in dataDriven()
1078 … assertEquals("combined Locale from ULocales", toLocale(expCombined), result.makeResolvedLocale()); in dataDriven()1096 … assertEquals("combined Locale from Locales", toLocale(expCombined), result.makeResolvedLocale()); in dataDriven()
1081 … assertEquals("combined Locale from ULocales", toLocale(expCombined), result.makeResolvedLocale()); in dataDriven()1099 … assertEquals("combined Locale from Locales", toLocale(expCombined), result.makeResolvedLocale()); in dataDriven()
303 public Locale makeResolvedLocale() { in makeResolvedLocale() method in LocaleMatcher.Result
314 public Locale makeResolvedLocale() { in makeResolvedLocale() method in LocaleMatcher.Result
91 Locale LocaleMatcher::Result::makeResolvedLocale(UErrorCode &errorCode) const { in makeResolvedLocale() function in LocaleMatcher::Result