Searched refs:tolower (Results 1 - 15 of 15) sorted by relevance

/frameworks/av/media/libstagefright/wifi-display/
H A DParameters.cpp53 name.tolower();
78 key.tolower();
/frameworks/base/tools/aapt2/
H A DConfigDescription.cpp44 if (tolower(*c) != 'm') return false;
46 if (tolower(*c) != 'c') return false;
48 if (tolower(*c) != 'c') return false;
74 if (tolower(*c) != 'm') return false;
76 if (tolower(*c) != 'n') return false;
78 if (tolower(*c) != 'c') return false;
H A DLocale.cpp32 language[i++] = ::tolower(*languageChars);
51 script[i++] = ::tolower(*scriptChars);
/frameworks/av/include/media/stagefright/foundation/
H A DAString.h90 void tolower();
/frameworks/av/media/libstagefright/foundation/
H A DParsedMessage.cpp49 key.tolower();
143 key.tolower();
H A DAString.cpp318 void AString::tolower() { function in class:android::AString
322 mData[i] = ::tolower(mData[i]);
/frameworks/base/tools/aapt/
H A DAaptConfig.cpp284 if (tolower(*c) != 'm') return false;
286 if (tolower(*c) != 'c') return false;
288 if (tolower(*c) != 'c') return false;
314 if (tolower(*c) != 'm') return false;
316 if (tolower(*c) != 'n') return false;
318 if (tolower(*c) != 'c') return false;
H A DAaptAssets.cpp179 language[i++] = tolower(*languageChars);
198 script[i++] = tolower(*scriptChars);
/frameworks/base/libs/hwui/
H A DPathParser.cpp160 verb = tolower(verb);
/frameworks/compile/slang/
H A Dslang_rs_reflect_utils.cpp87 ret[i] = tolower(*slash);
/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.cpp851 key.tolower();
892 key.tolower();
938 key.tolower();
H A DPlaylistFetcher.cpp382 char c1 = tolower(iv.c_str()[2 + 2 * i]);
383 char c2 = tolower(iv.c_str()[3 + 2 * i]);
/frameworks/base/tools/aapt2/util/
H A DUtil.cpp54 return splitAndTransform(str, sep, ::tolower);
/frameworks/av/media/libstagefright/rtsp/
H A DARTSPConnection.cpp706 key.tolower();
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp2790 config->localeScript[i] = tolower(start[i]);
2799 config->localeVariant[i] = tolower(start[i]);

Completed in 2433 milliseconds