Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/tests/
DConfigLocale_test.cpp274 config.getBcp47Locale(out); in TEST()
278 config.getBcp47Locale(out); in TEST()
287 config.getBcp47Locale(out); in TEST()
289 config.getBcp47Locale(out, true /* canonicalize */); in TEST()
293 config.getBcp47Locale(out); in TEST()
295 config.getBcp47Locale(out, true /* canonicalize */); in TEST()
/frameworks/base/tools/split-select/
DRuleGenerator.cpp107 group[index].config.getBcp47Locale(str); in generate()
/frameworks/base/libs/androidfw/
DLoadedArsc.cpp367 configuration.getBcp47Locale(temp_locale, canonicalize); in CollectLocales()
DAssetManager.cpp366 config.getBcp47Locale(spec); in setConfiguration()
DResourceTypes.cpp2834 void ResTable_config::getBcp47Locale(char str[RESTABLE_MAX_LOCALE_LEN], bool canonicalize) const { in getBcp47Locale() function in android::ResTable_config
6027 cfg.getBcp47Locale(locale, mergeEquivalentLangs /* canonicalize if merging */); in getLocales()
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h1251 void getBcp47Locale(char* out, bool canonicalize=false) const;
/frameworks/base/tools/aapt/
DResourceTable.cpp1357 curParams.getBcp47Locale(rawLocale); in compileResourceFile()