Home | History | Annotate | Download | only in text

Lines Matching defs:ULocale

20 import android.icu.util.ULocale;
21 import android.icu.util.ULocale.Category;
47 initialize(ULocale.getDefault(Category.FORMAT));
55 initialize(ULocale.forLocale(locale));
62 public CurrencyPluralInfo(ULocale locale) {
91 public static CurrencyPluralInfo getInstance(ULocale locale) {
135 public ULocale getLocale() {
136 return ulocale;
171 public void setLocale(ULocale loc) {
172 ulocale = loc;
184 other.ulocale = (ULocale)ulocale.clone();
225 ^ ulocale.hashCode();
259 private void initialize(ULocale uloc) {
260 ulocale = uloc;
265 private void setupCurrencyPluralPattern(ULocale uloc) {
325 private ULocale ulocale = null;