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()
7062 BigTextStyle newS = (BigTextStyle) other;7063 return !Objects.equals(String.valueOf(getBigText()), String.valueOf(newS.getBigText()));7524 MessagingStyle newS = (MessagingStyle) other; in areNotificationsVisiblyDifferent() local7526 List<MessagingStyle.Message> newMs = newS.getMessages(); in areNotificationsVisiblyDifferent()8218 InboxStyle newS = (InboxStyle) other; in areNotificationsVisiblyDifferent() local8221 final ArrayList<CharSequence> newLines = newS.getLines(); in areNotificationsVisiblyDifferent()