Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/tests/
DConfigLocale_test.cpp328 config.getBcp47Locale(out); in TEST()
332 config.getBcp47Locale(out); in TEST()
343 config.getBcp47Locale(out); in TEST()
348 config.getBcp47Locale(out); in TEST()
357 config.getBcp47Locale(out); in TEST()
359 config.getBcp47Locale(out, true /* canonicalize */); in TEST()
363 config.getBcp47Locale(out); in TEST()
365 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/
DConfigDescription.cpp902 getBcp47Locale(locale, canonicalize); in GetBcp47LanguageTag()
DLoadedArsc.cpp369 type_entry.config.getBcp47Locale(temp_locale, canonicalize); in CollectLocales()
DAssetManager.cpp411 config.getBcp47Locale(spec); in setConfiguration()
DAssetManager2.cpp1011 iter->getBcp47Locale(str); in GetLastResourceResolution()
DResourceTypes.cpp3159 void ResTable_config::getBcp47Locale(char str[RESTABLE_MAX_LOCALE_LEN], bool canonicalize) const { in getBcp47Locale() function in android::ResTable_config
6501 cfg.getBcp47Locale(locale, mergeEquivalentLangs /* canonicalize if merging */); in getLocales()
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h1327 void getBcp47Locale(char* out, bool canonicalize=false) const;
/frameworks/base/tools/aapt/
DResourceTable.cpp1356 curParams.getBcp47Locale(rawLocale); in compileResourceFile()