Searched defs:words (Results 1 – 6 of 6) sorted by relevance
36 private static String toCamelCase(String[] words) { in toCamelCase()
39 private static String toCamelCase(String[] words) { in toCamelCase()
49 std::vector<std::string> words = base::Split(line, " "); in getFirstWordAfterPrefix() local
194 auto words = std::make_shared<std::vector<std::string>>(); in BuildTestFunctionMap() local
937 std::vector<std::string> words(android::base::Split(reason, ",_-")); in BootReasonStrToReason() local
161 bool contains(const Vector<String16>& words, const String16& word) { in contains()