HomeSort by relevance Sort by last modified time
    Searched refs:otherString (Results 1 - 7 of 7) 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/chromium_org/third_party/icu/source/common/
bytestriebuilder.cpp 115 StringPiece otherString=other.getString(strings);
116 int32_t lengthDiff=thisString.length()-otherString.length();
121 commonLength=otherString.length();
123 int32_t diff=uprv_memcmp(thisString.data(), otherString.data(), commonLength);
  /external/icu/icu4c/source/common/
bytestriebuilder.cpp 115 StringPiece otherString=other.getString(strings);
116 int32_t lengthDiff=thisString.length()-otherString.length();
121 commonLength=otherString.length();
123 int32_t diff=uprv_memcmp(thisString.data(), otherString.data(), commonLength);
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 149 milliseconds