to_lower
std::string to_lower(const char *str);
void to_lower(const char *str, std::string &result);
void to_lower(const char *str, char *result);
void to_lower(char *str);
BPrivate::Storage::to_lower(supertype);
BPrivate::Storage::to_lower(subtype);
return BPrivate::Storage::to_lower(&(extension[i]));
? kMiniIconAttrPrefix : kLargeIconAttrPrefix) + BPrivate::Storage::to_lower(fileType);
std::string attr = kIconAttrPrefix + BPrivate::Storage::to_lower(fileType);
+ BPrivate::Storage::to_lower(fileType);
attr = kIconAttrPrefix + BPrivate::Storage::to_lower(fileType);
BPrivate::Storage::to_lower(supertype);
BPrivate::Storage::to_lower(supertype);
BPrivate::Storage::to_lower(subtype);
to_lower(str, result);
to_lower(str, str);
BPrivate::Storage::to_lower(type, fileTypes[i]);
BPrivate::Storage::to_lower(sig, appSig);
BPrivate::Storage::to_lower(app);
BPrivate::Storage::to_lower(app);
static void to_lower(const char *str, std::string &result);
static std::string to_lower(const char *str);
to_lower(superLeafMixed, superLeaf);
to_lower(subLeafMixed, subLeaf);
to_lower(superLeafMixed, superLeaf);
to_lower(subLeafMixed, subLeaf);
to_lower(str, result);
to_lower(type, typeLower);
to_lower(type, typeLower);
to_lower(str, strLower);
result &= to_lower(str1) == to_lower(str2);
foundType |= to_lower(app) == to_lower(supportingApp);
typeAppMap[type].insert(to_lower(app));
fakeTypeAppMap[type].insert(to_lower(app));