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()
264 Locale currentLocale = mService.getContext().getResources().getConfiguration().locale; in handleSetMenuLanguage() local265 if (currentLocale.getISO3Language().equals(iso3Language)) { in handleSetMenuLanguage()
200 final Locale currentLocale = Locale.getDefault(); in format() local201 if (mZeroDigit != getZeroDigit(currentLocale)) { in format()202 init(currentLocale); in format()
7723 HSPLandroid/icu/impl/ICULocaleService$LocaleKey;->currentLocale()Landroid/icu/util/ULocale;