HomeSort by relevance Sort by last modified time
    Searched defs:kDefaultLocale (Results 1 - 4 of 4) sorted by null

  /frameworks/base/libs/androidfw/
AssetManager.cpp 73 static const char* kDefaultLocale = "default";
973 path.appendPath((locale != NULL) ? locale : kDefaultLocale);
1025 path.appendPath((locale != NULL) ? locale : kDefaultLocale);
    [all...]
  /external/chromium/chrome/common/extensions/
extension_constants.cc 18 const char* kDefaultLocale = "default_locale";
  /frameworks/base/tools/aapt/
AaptAssets.cpp 16 static const char* kDefaultLocale = "default";
956 || strcmp(fileName, kDefaultLocale) == 0) {
    [all...]
  /external/chromium_org/chrome/common/extensions/
extension_manifest_constants.cc 29 const char kDefaultLocale[] = "default_locale";

Completed in 49 milliseconds