Home | History | Annotate | Download | only in coll

Lines Matching defs:actualLocale

189         ULocale actualLocale = data.getULocale();
191 // Therefore not just if (actualLocale.equals(ULocale.ROOT) && type.equals("standard")) {
192 String actualLocaleName = actualLocale.getName();
194 actualLocale = ULocale.ROOT;
201 t.actualLocale = actualLocale;
210 + actualLocale + " type:" + type, e);
231 if (!actualLocale.equals(validLocale)) {
234 ICUData.ICU_COLLATION_BASE_NAME, actualLocale);
242 t.actualLocale = t.actualLocale.setKeywordValue("collation", type);