Searched refs:str2 (Results 1 – 6 of 6) sorted by relevance
59 const Rule ContainsAnyRule(Rule::Key key, const char* str1, const char* str2) { in ContainsAnyRule() argument64 rule.stringArgs.add(String8(str2)); in ContainsAnyRule()
53 const Rule ContainsAnyRule(Rule::Key key, const char* str1, const char* str2);
51 String str2) { in setBoth() argument52 view.setText(join(str1, str2)); in setBoth()
326 private static boolean haveContentsChanged(CharSequence str1, CharSequence str2) { in haveContentsChanged() argument327 if ((str1 == null) != (str2 == null)) { in haveContentsChanged()333 if (length != str2.length()) { in haveContentsChanged()337 if (str1.charAt(i) != str2.charAt(i)) { in haveContentsChanged()
339 auto comparator = [](const char* str1, const char* str2) -> bool { in compile() argument340 return strcmp(str1, str2) < 0; in compile()
197 final int resId = R.string.str2; // only in base package and first app overlay in testApp2()