Searched refs:splitAndLowerCase (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/tools/aapt/
H A DAaptUtil.cpp42 Vector<String8> splitAndLowerCase(const String8& str, const char sep) { function in namespace:AaptUtil
H A DAaptUtil.h28 android::Vector<android::String8> splitAndLowerCase(const android::String8& str, const char sep);
H A DAaptConfig.cpp35 Vector<String8> parts = AaptUtil::splitAndLowerCase(str, '-');
226 Vector<String8> parts = AaptUtil::splitAndLowerCase(str, ',');
H A DAaptAssets.cpp216 Vector<String8> parts = AaptUtil::splitAndLowerCase(str, '_');
286 Vector<String8> subtags = AaptUtil::splitAndLowerCase(part, '+');
/frameworks/base/tools/split-select/
H A DSplitDescription.cpp148 Vector<String8> parts = AaptUtil::splitAndLowerCase(extensionStr, '-');
H A DMain.cpp229 Vector<String8> parts = AaptUtil::splitAndLowerCase(dir->getFileName(i), '-');

Completed in 481 milliseconds