Searched refs:otherString (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/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 …]
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | NioByteString.java | 195 ByteString otherString = ((ByteString) other); in equals() local 196 if (size() != otherString.size()) { in equals() 208 return buffer.equals(otherString.asReadOnlyByteBuffer()); in equals()
|
/third_party/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()
|
/third_party/node/deps/icu-small/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()
|
/third_party/skia/third_party/externals/icu/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()
|
/third_party/flutter/skia/third_party/externals/icu/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()
|
/third_party/flutter/flutter/packages/flutter/lib/src/semantics/ |
D | semantics.dart | 1885 otherString: node._label, 1891 otherString: node._hint, 3734 otherString: child._label, 3746 otherString: child._hint, 3808 @required String otherString, 3812 if (otherString.isEmpty) 3814 String nestedLabel = otherString;
|