Searched refs:uLocale (Results 1 – 4 of 4) sorted by relevance
268 ULocale uLocale = ULocale.forLocale(locale); in getBestDateTimePattern() local269 DateTimePatternGenerator dtpg = DateTimePatternGenerator.getInstance(uLocale); in getBestDateTimePattern()274 return getCompatibleEnglishPattern(uLocale, pattern); in getBestDateTimePattern()308 ULocale uLocale = ULocale.forLocale(context.getResources().getConfiguration().locale); in getTimeFormatString() local309 DateTimePatternGenerator dtpg = DateTimePatternGenerator.getInstance(uLocale); in getTimeFormatString()312 return getCompatibleEnglishPattern(uLocale, pattern); in getTimeFormatString()
185 ULocale uLocale = new ULocale.Builder() in getDisplayNumberingSystemKeyValue() local188 return uLocale.getDisplayKeywordValue("numbers", ULocale.forLocale(displayLocale)); in getDisplayNumberingSystemKeyValue()
553 ULocale uLocale = new ULocale(locale); in isLocaleRtl() local554 return uLocale.getCharacterOrientation().equals(ICU_LOCALE_DIRECTION_RTL); in isLocaleRtl()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...