Home
last modified time | relevance | path

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

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