HomeSort by relevance Sort by last modified time
    Searched refs:otherString (Results 1 - 6 of 6) sorted by null

  /dalvik/dexgen/src/com/android/dexgen/dex/file/
StringIdItem.java 58 StringIdItem otherString = (StringIdItem) other;
59 return value.equals(otherString.value);
70 StringIdItem otherString = (StringIdItem) other;
71 return value.compareTo(otherString.value);
  /dalvik/dx/src/com/android/dx/dex/file/
StringIdItem.java 56 StringIdItem otherString = (StringIdItem) other;
57 return value.equals(otherString.value);
69 StringIdItem otherString = (StringIdItem) other;
70 return value.compareTo(otherString.value);
  /external/dng_sdk/source/
dng_string.cpp 111 const char *otherString)
119 const char *otherString)
128 const char *otherString,
140 uint32 aSize = (uint32) strlen (otherString);
168 otherString,
288 const char *otherString)
300 otherString,
324 const char *otherString)
328 otherString,
341 const char *otherString,
    [all...]
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
NioByteString.java 193 ByteString otherString = ((ByteString) other);
194 if (size() != otherString.size()) {
206 return buffer.equals(otherString.asReadOnlyByteBuffer());
  /external/icu/icu4c/source/common/
bytestriebuilder.cpp 117 StringPiece otherString=other.getString(strings);
118 int32_t lengthDiff=thisString.length()-otherString.length();
123 commonLength=otherString.length();
125 int32_t diff=uprv_memcmp(thisString.data(), otherString.data(), commonLength);
  /external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar 

Completed in 1258 milliseconds