| /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ | 
| D | FormatHandler.java | 717     private static DateFormatSymbols getCannedDateFormatSymbols(ULocale uloc)  in getCannedDateFormatSymbols()728     private static SimpleDateFormat getCannedSimpleDateFormat(String pattern, ULocale uloc)  in getCannedSimpleDateFormat()
 999     private static DecimalFormatSymbols getCannedDecimalFormatSymbols(ULocale uloc)  in getCannedDecimalFormatSymbols()
 1008     private static DecimalFormat getCannedDecimalFormat(String pattern, ULocale uloc)  in getCannedDecimalFormat()
 1078             ULocale uloc = ULocale.forLocale(Locale.US);  in getTestObjects()  local
 1134                 ULocale uloc = ULocale.forLocale(locales[i]);  in getTestObjects()  local
 1704                 ULocale uloc = ULocale.forLocale(locales[i]);  in getTestObjects()  local
 1923                 ULocale uloc = ULocale.forLocale(locales[i]);  in getTestObjects()  local
 2032                 ULocale uloc = ULocale.forLocale(locales[i]);  in getTestObjects()  local
 2196                 ULocale uloc = ULocale.forLocale(locales[i]);  in getTestObjects()  local
 [all …]
 
 | 
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/ | 
| D | FormatHandler.java | 720     private static DateFormatSymbols getCannedDateFormatSymbols(ULocale uloc)  in getCannedDateFormatSymbols()731     private static SimpleDateFormat getCannedSimpleDateFormat(String pattern, ULocale uloc)  in getCannedSimpleDateFormat()
 1002     private static DecimalFormatSymbols getCannedDecimalFormatSymbols(ULocale uloc)  in getCannedDecimalFormatSymbols()
 1011     private static DecimalFormat getCannedDecimalFormat(String pattern, ULocale uloc)  in getCannedDecimalFormat()
 1081             ULocale uloc = ULocale.forLocale(Locale.US);  in getTestObjects()  local
 1137                 ULocale uloc = ULocale.forLocale(locales[i]);  in getTestObjects()  local
 1707                 ULocale uloc = ULocale.forLocale(locales[i]);  in getTestObjects()  local
 1926                 ULocale uloc = ULocale.forLocale(locales[i]);  in getTestObjects()  local
 2035                 ULocale uloc = ULocale.forLocale(locales[i]);  in getTestObjects()  local
 2199                 ULocale uloc = ULocale.forLocale(locales[i]);  in getTestObjects()  local
 [all …]
 
 | 
| /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ | 
| D | ULocaleTest.java | 181         ULocale uloc = new ULocale("en_Latn_US");  in TestSetULocaleKeywords()  local711         ULocale uloc;  in TestPrefixes()  local
 846             ULocale uloc  = new ULocale(locale);  in TestObsoleteNames()  local
 1609         ULocale uloc = ULocale.createCanonical("hy-arevela");  in TestBug20407iVariantPreferredValue()  local
 4209         ULocale uloc = ULocale.forLanguageTag("de-DE-1901-1901");  in TestForLanguageTagBug20148()  local
 4232             ULocale uloc = ULocale.forLocale(loc);  in TestForLanguageTagBug13776()  local
 4241         ULocale uloc = ULocale.forLanguageTag("en-0-abc-a-xyz");  in TestDigitSingletonExtensionBug20320()  local
 4583             ULocale uloc = ULocale.forLocale((Locale) DATA[i][0]);  in TestForLocale()  local
 4593                 ULocale uloc = ULocale.forLocale((Locale) DATA7[i][0]);  in TestForLocale()  local
 4613                     ULocale uloc = ULocale.forLocale(loc);  in TestForLocale()  local
 [all …]
 
 | 
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ | 
| D | ULocaleTest.java | 184         ULocale uloc = new ULocale("en_Latn_US");  in TestSetULocaleKeywords()  local714         ULocale uloc;  in TestPrefixes()  local
 849             ULocale uloc  = new ULocale(locale);  in TestObsoleteNames()  local
 1612         ULocale uloc = ULocale.createCanonical("hy-arevela");  in TestBug20407iVariantPreferredValue()  local
 4212         ULocale uloc = ULocale.forLanguageTag("de-DE-1901-1901");  in TestForLanguageTagBug20148()  local
 4235             ULocale uloc = ULocale.forLocale(loc);  in TestForLanguageTagBug13776()  local
 4244         ULocale uloc = ULocale.forLanguageTag("en-0-abc-a-xyz");  in TestDigitSingletonExtensionBug20320()  local
 4586             ULocale uloc = ULocale.forLocale((Locale) DATA[i][0]);  in TestForLocale()  local
 4596                 ULocale uloc = ULocale.forLocale((Locale) DATA7[i][0]);  in TestForLocale()  local
 4616                     ULocale uloc = ULocale.forLocale(loc);  in TestForLocale()  local
 [all …]
 
 | 
| /external/icu/android_icu4j/src/main/java/android/icu/text/ | 
| D | CurrencyPluralInfo.java | 259     private void initialize(ULocale uloc) {  in initialize()265     private void setupCurrencyPluralPattern(ULocale uloc) {  in setupCurrencyPluralPattern()
 
 | 
| D | NumberFormatServiceShim.java | 105         ULocale uloc = actualLoc[0];  in createInstance()  local
 | 
| D | BreakIteratorFactory.java | 173         ULocale uloc = ULocale.forLocale(rb.getLocale());  in createBreakInstance()  local
 | 
| D | CollatorServiceShim.java | 142                 protected Object handleCreate(ULocale uloc, int kind, ICUService srvc) {  in CService()
 | 
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ | 
| D | CurrencyPluralInfo.java | 277     private void initialize(ULocale uloc) {  in initialize()283     private void setupCurrencyPluralPattern(ULocale uloc) {  in setupCurrencyPluralPattern()
 
 | 
| D | NumberFormatServiceShim.java | 104         ULocale uloc = actualLoc[0];  in createInstance()  local
 | 
| D | BreakIteratorFactory.java | 172         ULocale uloc = ULocale.forLocale(rb.getLocale());  in createBreakInstance()  local
 | 
| /external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/ | 
| D | TestUtil.java | 35         ULocale uloc = ULocale.forLocale(locale);  in toICUExtendedLocale()  local
 | 
| D | CollatorTest.java | 143         ULocale uloc = new ULocale("de_DE_" + TestUtil.ICU_VARIANT + "@collation=phonebook");  in TestCollationKeyword()  local
 | 
| D | NumberFormatTest.java | 292         ULocale uloc = new ULocale("en_US_" + TestUtil.ICU_VARIANT + "@numbers=arab;currency=EUR");  in TestKeywords()  local
 | 
| D | DateFormatTest.java | 200         ULocale uloc = new ULocale("en_US_" + TestUtil.ICU_VARIANT + "@calendar=buddhist");  in TestCalendarKeyword()  local
 | 
| D | DateFormatSymbolsTest.java | 186         ULocale uloc = new ULocale("en_US_" + TestUtil.ICU_VARIANT + "@calendar=japanese");  in TestCalendarKeyword()  local
 | 
| D | DecimalFormatSymbolsTest.java | 162         ULocale uloc = new ULocale("en_US_" + TestUtil.ICU_VARIANT + "@numbers=Arab;currency=EUR");  in TestKeywords()  local
 | 
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ | 
| D | UResourceBundle.java | 189         ULocale uloc = ULocale.getDefault();  in getBundleInstance()  local209         ULocale uloc = locale == null ? ULocale.getDefault() : ULocale.forLocale(locale);  in getBundleInstance()  local
 252         ULocale uloc = locale == null ? ULocale.getDefault() : ULocale.forLocale(locale);  in getBundleInstance()  local
 
 | 
| /external/icu/android_icu4j/src/main/java/android/icu/util/ | 
| D | UResourceBundle.java | 184         ULocale uloc = ULocale.getDefault();  in getBundleInstance()  local203         ULocale uloc = locale == null ? ULocale.getDefault() : ULocale.forLocale(locale);  in getBundleInstance()  local
 245         ULocale uloc = locale == null ? ULocale.getDefault() : ULocale.forLocale(locale);  in getBundleInstance()  local
 
 | 
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ | 
| D | ListFormatterTest.java | 356             ULocale uloc = new ULocale((String) cas[0]);  in TestCreateStyled()  local423                     ULocale uloc = new ULocale(locale);  in TestContextual()  local
 
 | 
| /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ | 
| D | ListFormatterTest.java | 353             ULocale uloc = new ULocale((String) cas[0]);  in TestCreateStyled()  local420                     ULocale uloc = new ULocale(locale);  in TestContextual()  local
 
 | 
| /external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/ | 
| D | TestCLDRUtils.java | 132             ULocale uloc = loc.toULocale();  in TestCLDRLocaleFormatNoFile()  local
 | 
| /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ | 
| D | CollatorServiceShim.java | 141                 protected Object handleCreate(ULocale uloc, int kind, ICUService srvc) {  in CService()
 | 
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ | 
| D | BreakIteratorTest.java | 242         ULocale uloc = null;  in TestNullLocale()  local
 | 
| /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ | 
| D | BreakIteratorTest.java | 239         ULocale uloc = null;  in TestNullLocale()  local
 |