Home
last modified time | relevance | path

Searched refs:setBcp47Locale (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/libs/androidfw/tests/
DConfigLocale_test.cpp192 test.setBcp47Locale("en-US"); in TEST()
202 test.setBcp47Locale("eng-419"); in TEST()
216 test.setBcp47Locale("en-Latn-419"); in TEST()
228 test.setBcp47Locale("de-1901"); in TEST()
242 test.setBcp47Locale("de-Latn-1901"); in TEST()
256 test.setBcp47Locale("ar-EG-u-nu-latn"); in TEST()
266 test.setBcp47Locale("ar-EG-u"); in TEST()
269 test.setBcp47Locale("ar-EG-u-nu"); in TEST()
272 test.setBcp47Locale("ar-EG-u-attr-nu-latn"); in TEST()
275 test.setBcp47Locale("ar-EG-u-ca-gregory-nu-latn"); in TEST()
[all …]
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h1284 void setBcp47Locale(const char* in);
/frameworks/base/libs/androidfw/
DAssetManager.cpp680 mConfig->setBcp47Locale(mLocale); in updateResourceParamsLocked()
DResourceTypes.cpp3105 void ResTable_config::setBcp47Locale(const char* in) { in setBcp47Locale() function in android::ResTable_config
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp519 configuration.setBcp47Locale(locale_utf8.c_str()); in NativeSetConfiguration()
/frameworks/base/tools/aapt2/dump/
DDumpManifest.cpp1836 config.setBcp47Locale(locale_str.data()); in Dump()