Home
last modified time | relevance | path

Searched refs:getBcp47Locale (Results 1 – 8 of 8) 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/
DLoadedArsc.cpp345 configuration.getBcp47Locale(temp_locale, canonicalize); in CollectLocales()
DConfigDescription.cpp875 getBcp47Locale(locale, canonicalize); in GetBcp47LanguageTag()
DAssetManager.cpp410 config.getBcp47Locale(spec); in setConfiguration()
DResourceTypes.cpp2922 void ResTable_config::getBcp47Locale(char str[RESTABLE_MAX_LOCALE_LEN], bool canonicalize) const { in getBcp47Locale() function in android::ResTable_config
6230 cfg.getBcp47Locale(locale, mergeEquivalentLangs /* canonicalize if merging */); in getLocales()
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h1273 void getBcp47Locale(char* out, bool canonicalize=false) const;
/frameworks/base/tools/aapt/
DResourceTable.cpp1354 curParams.getBcp47Locale(rawLocale); in compileResourceFile()