HomeSort by relevance Sort by last modified time
    Searched refs:otherString (Results 1 - 5 of 5) 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);
68 StringIdItem otherString = (StringIdItem) other;
69 return value.compareTo(otherString.value);
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
StringIdItem.java 56 StringIdItem otherString = (StringIdItem) other;
57 return value.equals(otherString.value);
68 StringIdItem otherString = (StringIdItem) other;
69 return value.compareTo(otherString.value);
  /external/icu4c/common/
bytestriebuilder.cpp 114 StringPiece otherString=other.getString(strings);
115 int32_t lengthDiff=thisString.length()-otherString.length();
120 commonLength=otherString.length();
122 int32_t diff=uprv_memcmp(thisString.data(), otherString.data(), commonLength);
  /external/webkit/Tools/DumpRenderTree/chromium/
WebViewHost.cpp 81 static const char* otherString = "other";
149 return otherString;
    [all...]

Completed in 1239 milliseconds