Searched refs:otherString (Results 1 – 6 of 6) sorted by relevance
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
D | StringIdItem.java | 56 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/chromium_org/third_party/icu/source/common/ |
D | bytestriebuilder.cpp | 115 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/icu/icu4c/source/common/ |
D | bytestriebuilder.cpp | 115 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/ |
D | objcmt-arc-cf-annotations.m.result | 1766 NSString *otherString = [string stringByAppendingString:@"bar"]; // no-warning 1767 NSLog(@"%@", otherString); 1776 …NSString *otherString = [string stringByAppendingString:@"bar"]; // expected-warning {{Reference-c… 1777 NSLog(@"%@", otherString);
|
D | objcmt-arc-cf-annotations.m | 1718 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/ |
D | retain-release.m | 1713 NSString *otherString = [string stringByAppendingString:@"bar"]; // no-warning 1714 NSLog(@"%@", otherString); 1723 …NSString *otherString = [string stringByAppendingString:@"bar"]; // expected-warning {{Reference-c… 1724 NSLog(@"%@", otherString);
|