Home
last modified time | relevance | path

Searched refs:otherString (Results 1 – 5 of 5) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DStringIdItem.java56 StringIdItem otherString = (StringIdItem) other; in equals() local
57 return value.equals(otherString.value); in equals()
68 StringIdItem otherString = (StringIdItem) other; in compareTo() local
69 return value.compareTo(otherString.value); in compareTo()
/external/icu/icu4c/source/common/
Dbytestriebuilder.cpp115 StringPiece otherString=other.getString(strings); in compareStringTo() local
116 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()
/external/clang/test/ARCMT/
Dobjcmt-arc-cf-annotations.m.result1766 NSString *otherString = [string stringByAppendingString:@"bar"]; // no-warning
1767 NSLog(@"%@", otherString);
1776 …NSString *otherString = [string stringByAppendingString:@"bar"]; // expected-warning {{Reference-c…
1777 NSLog(@"%@", otherString);
Dobjcmt-arc-cf-annotations.m1718 NSString *otherString = [string stringByAppendingString:@"bar"]; // no-warning
1719 NSLog(@"%@", otherString);
1728 …NSString *otherString = [string stringByAppendingString:@"bar"]; // expected-warning {{Reference-c…
1729 NSLog(@"%@", otherString);
/external/clang/test/Analysis/
Dretain-release.m1713 NSString *otherString = [string stringByAppendingString:@"bar"]; // no-warning
1714 NSLog(@"%@", otherString);
1723 …NSString *otherString = [string stringByAppendingString:@"bar"]; // expected-warning {{Reference-c…
1724 NSLog(@"%@", otherString);