Home | History | Annotate | Download | only in coll

Lines Matching defs:actualLocale

187         ULocale actualLocale = data.getULocale();
189 // Therefore not just if (actualLocale.equals(ULocale.ROOT) && type.equals("standard")) {
190 String actualLocaleName = actualLocale.getName();
192 actualLocale = ULocale.ROOT;
199 t.actualLocale = actualLocale;
208 + actualLocale + " type:" + type, e);
229 if (!actualLocale.equals(validLocale)) {
232 ICUData.ICU_COLLATION_BASE_NAME, actualLocale);
240 t.actualLocale = t.actualLocale.setKeywordValue("collation", type);