Searched refs:newString (Results 1 – 2 of 2) 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()
333 String newString = newValue == null ? null : newValue.toString(); in getAugmentedValues() local334 changing |= !TextUtils.equals(newString, value); in getAugmentedValues()