HomeSort by relevance Sort by last modified time
    Searched defs:EQUALS (Results 1 - 11 of 11) sorted by null

  /external/nist-sip/java/gov/nist/core/
Separators.java 43 public static final String EQUALS = "=";
GenericObjectList.java 60 protected static final String EQUALS = Separators.EQUALS;
400 public boolean equals(Object other) { method in class:GenericObjectList
402 if (!this.getClass().equals(other.getClass()))
414 if (myobj.equals(hisobj))
428 if (hisobj.equals(myobj))
448 if (!this.getClass().equals(other.getClass()))
GenericObject.java 55 protected static final String EQUALS = Separators.EQUALS;
222 if (!mergeObject.getClass().equals(this.getClass()))
287 if (myclass.equals(GenericObject.class))
409 public boolean equals(Object that) { method in class:GenericObject
411 if (!this.getClass().equals(that.getClass()))
467 else if (!f.get(this).equals(g.get(that)))
473 if (myclass.equals(GenericObject.class))
496 if (!this.getClass().equals(other.getClass()))
556 if ((((String) hisObj).trim()).equals(""))
    [all...]
LexerCore.java 65 public static final int EQUALS = (int) '=';
  /external/chromium/third_party/icu/source/common/
uniset.cpp 44 #define EQUALS ((UChar)0x003D) /*=*/
    [all...]
uniset_props.cpp 70 #define EQUALS ((UChar)0x003D) /*=*/
1230 int32_t equals = pattern.indexOf(EQUALS, pos); local
    [all...]
  /external/icu4c/common/
uniset.cpp 44 #define EQUALS ((UChar)0x003D) /*=*/
    [all...]
uniset_props.cpp 73 #define EQUALS ((UChar)0x003D) /*=*/
1295 int32_t equals = pattern.indexOf(EQUALS, pos); local
    [all...]
  /external/v8/src/
runtime.js 54 function EQUALS(y) {
59 // difficult to call EQUALS with the correct setting of 'this' in
  /frameworks/base/core/java/android/util/
Base64.java 225 private static final int EQUALS = -2;
342 } else if (d == EQUALS) {
362 } else if (d == EQUALS) {
376 if (d == EQUALS) {
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenTypes.java 189 public static final int EQUALS = (int) '=';

Completed in 113 milliseconds