Searched defs:countryKey (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/
H A DLocale.java824 new GetPropertyAction(category.countryKey, defaultLocale.getCountry())),
2203 Category(String languageKey, String scriptKey, String countryKey, String variantKey) { argument
2206 this.countryKey = countryKey;
2212 final String countryKey; field in class:Locale.Category

Completed in 42 milliseconds