Searched refs:SplitAndLowercase (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/libs/androidfw/tests/ |
D | Locale_test.cpp | 28 std::vector<std::string> parts = util::SplitAndLowercase(input, '-'); in TestLanguage() 55 std::vector<std::string> parts = util::SplitAndLowercase(input, '-'); in TestLanguageRegion()
|
/frameworks/base/libs/androidfw/ |
D | Locale.cpp | 79 std::vector<std::string> parts = util::SplitAndLowercase(str, '_'); in InitFromFilterString() 147 std::vector<std::string> subtags = util::SplitAndLowercase(bcp47tag, separator); in InitFromBcp47TagImpl()
|
D | Util.cpp | 89 std::vector<std::string> SplitAndLowercase(const StringPiece& str, char sep) { in SplitAndLowercase() function
|
D | ConfigDescription.cpp | 641 std::vector<std::string> parts = util::SplitAndLowercase(str, '-'); in Parse()
|
/frameworks/base/libs/androidfw/include/androidfw/ |
D | Util.h | 120 std::vector<std::string> SplitAndLowercase(const android::StringPiece& str, char sep);
|
/frameworks/base/tools/aapt2/util/ |
D | Util.h | 54 std::vector<std::string> SplitAndLowercase(const android::StringPiece& str, char sep);
|
D | Files.cpp | 283 pattern_tokens_ = util::SplitAndLowercase(pattern, ':'); in SetPattern()
|
D | Util.cpp | 63 std::vector<std::string> SplitAndLowercase(const StringPiece& str, char sep) { in SplitAndLowercase() function
|