Searched refs:otherString (Results 1 – 6 of 6) sorted by relevance
/external/dng_sdk/source/ |
D | dng_string.cpp | 111 const char *otherString) in Assign_SystemEncoding() argument 119 const char *otherString) in Assign_JIS_X208_1990() argument 128 const char *otherString, in Assign_Multibyte() argument 140 uint32 aSize = (uint32) strlen (otherString); in Assign_Multibyte() 168 otherString, in Assign_Multibyte() 288 const char *otherString) in Assign_SystemEncoding() argument 300 otherString, in Assign_SystemEncoding() 324 const char *otherString) in Assign_JIS_X208_1990() argument 328 otherString, in Assign_JIS_X208_1990() 341 const char *otherString, in Assign_Multibyte() argument [all …]
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | NioByteString.java | 193 ByteString otherString = ((ByteString) other); in equals() local 194 if (size() != otherString.size()) { in equals() 206 return buffer.equals(otherString.asReadOnlyByteBuffer()); in equals()
|
/external/icu/icu4c/source/common/ |
D | bytestriebuilder.cpp | 117 StringPiece otherString=other.getString(strings); in compareStringTo() local 118 int32_t lengthDiff=thisString.length()-otherString.length(); in compareStringTo() 123 commonLength=otherString.length(); in compareStringTo() 125 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);
|