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

  /external/apache-xml/src/main/java/org/apache/xml/utils/
XMLString.java 146 * @param anotherString the object to compare this <code>String</code>
153 public abstract boolean equals(String anotherString);
176 * @param anotherString the <code>String</code> to compare this
185 public abstract boolean equalsIgnoreCase(String anotherString);
190 * @param anotherString the <code>String</code> to be compared.
196 * @exception java.lang.NullPointerException if <code>anotherString</code>
199 public abstract int compareTo(XMLString anotherString);
XMLStringDefault.java 212 * @param anotherString the <code>String</code> to compare this
221 public boolean equalsIgnoreCase(String anotherString)
223 return m_str.equalsIgnoreCase(anotherString);
229 * @param anotherString the <code>String</code> to be compared.
235 * @exception java.lang.NullPointerException if <code>anotherString</code>
238 public int compareTo(XMLString anotherString)
240 return m_str.compareTo(anotherString.toString());
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XStringForFSB.java 370 * @param anotherString Object to compare this to
376 public boolean equals(String anotherString)
381 if (n == anotherString.length())
389 if (fsb.charAt(i) != anotherString.charAt(j))
444 * @param anotherString the <code>String</code> to compare this
453 public boolean equalsIgnoreCase(String anotherString)
455 return (m_length == anotherString.length())
456 ? str().equalsIgnoreCase(anotherString) : false;
469 * @exception java.lang.NullPointerException if <code>anotherString</code>
XString.java 399 * @param anotherString the <code>String</code> to compare this
408 public boolean equalsIgnoreCase(String anotherString)
410 return str().equalsIgnoreCase(anotherString);
423 * @exception java.lang.NullPointerException if <code>anotherString</code>
    [all...]
  /libcore/ojluni/src/main/java/java/lang/
String.java     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_plistlib.py 26 <key>anotherString</key>
105 anotherString="<hello & 'hi' there!>",
  /art/runtime/arch/mips64/
quick_entrypoints_mips64.S     [all...]
  /external/python/cpython2/Lib/test/
test_plistlib.py 26 <key>anotherString</key>
105 anotherString="<hello & 'hi' there!>",
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_plistlib.py 26 <key>anotherString</key>
105 anotherString="<hello & 'hi' there!>",
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_plistlib.py 26 <key>anotherString</key>
105 anotherString="<hello & 'hi' there!>",
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_plistlib.py 26 <key>anotherString</key>
105 anotherString="<hello & 'hi' there!>",
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_plistlib.py 26 <key>anotherString</key>
105 anotherString="<hello & 'hi' there!>",
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
FastbootDeviceFlasher.java 312 private static boolean containsIgnoreCase(Collection<String> stringList, String anotherString) {
314 if (aString != null && aString.equalsIgnoreCase(anotherString)) {
    [all...]
  /external/python/cpython3/Lib/test/
test_plistlib.py 113 anotherString="<hello & 'hi' there!>",
  /external/annotation-tools/asmx/test/lib/
ccl.jar 
  /prebuilts/devtools/tools/lib/
uast-162.2228.14.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/162.2228.14/
uast-162.2228.14.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/com-intellij/uast/145.597.4/
uast-145.597.4.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar 
  /prebuilts/tools/common/uast/
uast-145.597.3.jar 
uast-162.2228.14.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/current/
core.jar 

Completed in 577 milliseconds