Searched refs:otherString (Results 1 – 5 of 5) sorted by relevance
56 StringIdItem otherString = (StringIdItem) other; in equals() local57 return value.equals(otherString.value); in equals()68 StringIdItem otherString = (StringIdItem) other; in compareTo() local69 return value.compareTo(otherString.value); in compareTo()
115 StringPiece otherString=other.getString(strings); in compareStringTo() local116 int32_t lengthDiff=thisString.length()-otherString.length(); in compareStringTo()121 commonLength=otherString.length(); in compareStringTo()123 int32_t diff=uprv_memcmp(thisString.data(), otherString.data(), commonLength); in compareStringTo()
1766 NSString *otherString = [string stringByAppendingString:@"bar"]; // no-warning1767 NSLog(@"%@", otherString);1776 …NSString *otherString = [string stringByAppendingString:@"bar"]; // expected-warning {{Reference-c…1777 NSLog(@"%@", otherString);
1718 NSString *otherString = [string stringByAppendingString:@"bar"]; // no-warning1719 NSLog(@"%@", otherString);1728 …NSString *otherString = [string stringByAppendingString:@"bar"]; // expected-warning {{Reference-c…1729 NSLog(@"%@", otherString);
1713 NSString *otherString = [string stringByAppendingString:@"bar"]; // no-warning1714 NSLog(@"%@", otherString);1723 …NSString *otherString = [string stringByAppendingString:@"bar"]; // expected-warning {{Reference-c…1724 NSLog(@"%@", otherString);