Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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 …]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DNioByteString.java195 ByteString otherString = ((ByteString) other); in equals() local
196 if (size() != otherString.size()) { in equals()
208 return buffer.equals(otherString.asReadOnlyByteBuffer()); in equals()
/third_party/node/deps/icu-small/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()
/third_party/skia/third_party/externals/icu/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()
/third_party/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()