Searched refs:currentLocale (Results 1 – 4 of 4) sorted by relevance
179 final Locale currentLocale = context.getResources().getConfiguration().getLocales().get(0); in getMoreThanTwoDaysString() local180 final MeasureFormat frmt = MeasureFormat.getInstance(currentLocale, FormatWidth.SHORT); in getMoreThanTwoDaysString()
301 Locale currentLocale = mService.getContext().getResources().getConfiguration().locale; in handleSetMenuLanguage() local302 if (currentLocale.getISO3Language().equals(iso3Language)) { in handleSetMenuLanguage()
201 final Locale currentLocale = Locale.getDefault(); in format() local202 if (mZeroDigit != getZeroDigit(currentLocale)) { in format()203 init(currentLocale); in format()
10259 HSPLandroid/icu/impl/ICULocaleService$LocaleKey;->currentLocale()Landroid/icu/util/ULocale;