Searched defs:formatterLocale (Results 1 – 3 of 3) sorted by relevance
72 Locale formatterLocale = Locale.forLanguageTag(testCase[0].replace('_', '-')); in executeTestCases() local
75 Locale formatterLocale = Locale.forLanguageTag(testCase[0].replace('_', '-')); in executeTestCases() local
404 final private ULocale formatterLocale; field in PersonNameFormatter.FallbackFormatter599 private boolean sharesLanguageScript(ULocale nameLocale, ULocale formatterLocale) { in sharesLanguageScript()