Searched refs:newString (Results 1 – 4 of 4) sorted by relevance
45 final String newString = tokens.get(0).target; in test() local48 + "' but got '" + newString + "'", in test()51 + hanziString + "' but got '" + newString + "'", in test()52 newString.equals(hanziString)); in test()58 + expectedPinyin + "' but got '" + newString + "'", in test()59 newString.equalsIgnoreCase(expectedPinyin)); in test()
404 String newString = newValue == null ? null : newValue.toString(); in getAugmentedValues() local405 changing |= !TextUtils.equals(newString, value); in getAugmentedValues()
1136 char *newString; in copyToNewString() local1141 newString = (char *) malloc(strlen(fromJava) + 1); in copyToNewString()1142 strcpy(newString, fromJava); in copyToNewString()1145 return newString; in copyToNewString()
1251 String newString = displayName + "," + contactId; in appendDistinctNameIdList() local1252 if (!resultList.contains(newString)) { in appendDistinctNameIdList()1253 resultList.add(newString); in appendDistinctNameIdList()