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

/frameworks/base/tools/aapt2/
H A DLocale_test.cpp26 std::vector<std::string> parts = util::splitAndLowercase(std::string(input), '-');
48 std::vector<std::string> parts = util::splitAndLowercase(std::string(input), '-');
H A DLocale.cpp76 std::vector<std::string> parts = util::splitAndLowercase(str, '_');
146 std::vector<std::string> subtags = util::splitAndLowercase(part, '+');
H A DConfigDescription.cpp581 std::vector<std::string> parts = util::splitAndLowercase(str, '-');
/frameworks/base/tools/aapt2/util/
H A DFiles.cpp212 mPatternTokens = util::splitAndLowercase(pattern, ':');
H A DUtil.h35 std::vector<std::string> splitAndLowercase(const StringPiece& str, char sep);
H A DUtil.cpp53 std::vector<std::string> splitAndLowercase(const StringPiece& str, char sep) { function in namespace:aapt::util

Completed in 104 milliseconds