Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_string.cpp111 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/
DNioByteString.java193 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/
Dbytestriebuilder.cpp117 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/
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);