Searched refs:anotherString (Results 1 – 12 of 12) sorted by relevance
153 public abstract boolean equals(String anotherString); in equals() argument185 public abstract boolean equalsIgnoreCase(String anotherString); in equalsIgnoreCase() argument199 public abstract int compareTo(XMLString anotherString); in compareTo() argument
221 public boolean equalsIgnoreCase(String anotherString) in equalsIgnoreCase() argument223 return m_str.equalsIgnoreCase(anotherString); in equalsIgnoreCase()238 public int compareTo(XMLString anotherString) in compareTo() argument240 return m_str.compareTo(anotherString.toString()); in compareTo()
376 public boolean equals(String anotherString) in equals() argument381 if (n == anotherString.length()) in equals()389 if (fsb.charAt(i) != anotherString.charAt(j)) in equals()453 public boolean equalsIgnoreCase(String anotherString) in equalsIgnoreCase() argument455 return (m_length == anotherString.length()) in equalsIgnoreCase()456 ? str().equalsIgnoreCase(anotherString) : false; in equalsIgnoreCase()
408 public boolean equalsIgnoreCase(String anotherString) in equalsIgnoreCase() argument410 return str().equalsIgnoreCase(anotherString); in equalsIgnoreCase()
105 anotherString="<hello & 'hi' there!>",
121 anotherString="<hello & hi there!>",
59 BOOL needsAnArray = [@"aString" isEqualToString:@"anotherString"];
168 anotherString = "<hello & hi there!>",
38 anotherString="<hello & 'hi' there!>",
421 anotherString="<hello & 'hi' there!>",
647 NSString* anotherString = @"Let's be friends";667 (lldb) pofoo anotherString