Home
last modified time | relevance | path

Searched refs:getBcp47Locale (Results 1 – 4 of 4) sorted by relevance

/external/robolectric-shadows/resources/src/test/java/org/robolectric/res/android/
DResTable_configTest.java32 assertThat(resTable_config.getBcp47Locale(/* canonicalize= */ true)).isEqualTo("ja-jp"); in getBcp47Locale_shouldReturnCanonicalizedTag()
43 assertThat(resTable_config.getBcp47Locale(/* canonicalize= */ true)).isEqualTo("fil-ph"); in getBcp47Locale_philippines_shouldReturnFil()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DLoadedArsc.java485 temp_locale = configuration.getBcp47Locale(canonicalize); in CollectLocales()
DCppAssetManager.java429 String spec = config.getBcp47Locale(false); in setConfiguration()
DResTable_config.java1695 String getBcp47Locale(boolean canonicalize) { in getBcp47Locale() method in ResTable_config