Searched refs:newS (Results 1 – 2 of 2) sorted by relevance
155 static string replaceAll(const string& fieldName, const char oldC, const string& newS) { in replaceAll() argument158 char* res = new char[fieldName.size() * newS.size() + 1]; // assign a larger buffer in replaceAll()166 for (size_t i=0; i<newS.size(); i++) { in replaceAll()167 res[idx++] = newS[i]; in replaceAll()
6910 BigTextStyle newS = (BigTextStyle) other;6911 return !Objects.equals(String.valueOf(getBigText()), String.valueOf(newS.getBigText()));7290 MessagingStyle newS = (MessagingStyle) other; in areNotificationsVisiblyDifferent() local7292 List<MessagingStyle.Message> newMs = newS.getMessages(); in areNotificationsVisiblyDifferent()7960 InboxStyle newS = (InboxStyle) other; in areNotificationsVisiblyDifferent() local7963 final ArrayList<CharSequence> newLines = newS.getLines(); in areNotificationsVisiblyDifferent()