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

  /frameworks/base/libs/androidfw/
AssetManager.cpp 60 static const char* kDefaultLocale = "default";
940 path.appendPath((locale != NULL) ? locale : kDefaultLocale);
992 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";
923 || strcmp(fileName, kDefaultLocale) == 0) {
    [all...]

Completed in 57 milliseconds