HomeSort by relevance Sort by last modified time
    Searched refs:splitAndLowercase (Results 1 - 6 of 6) sorted by null

  /frameworks/base/tools/aapt2/
Locale_test.cpp 26 std::vector<std::string> parts = util::splitAndLowercase(std::string(input), '-');
48 std::vector<std::string> parts = util::splitAndLowercase(std::string(input), '-');
Locale.cpp 76 std::vector<std::string> parts = util::splitAndLowercase(str, '_');
146 std::vector<std::string> subtags = util::splitAndLowercase(part, '+');
ConfigDescription.cpp 581 std::vector<std::string> parts = util::splitAndLowercase(str, '-');
  /frameworks/base/tools/aapt2/util/
Files.cpp 212 mPatternTokens = util::splitAndLowercase(pattern, ':');
Util.h 35 std::vector<std::string> splitAndLowercase(const StringPiece& str, char sep);
Util.cpp 53 std::vector<std::string> splitAndLowercase(const StringPiece& str, char sep) {

Completed in 78 milliseconds