Home | History | Annotate | Download | only in utility

Lines Matching refs:equals

71         // (These property names should be all interned, so using equals() should be faster than
75 if ("CALSCALE".equals(name)
76 || "METHOD".equals(name)
77 || "PRODID".equals(name)
78 || "VERSION".equals(name)
79 || "CATEGORIES".equals(name)
80 || "CLASS".equals(name)
81 || "COMMENT".equals(name)
82 || "DESCRIPTION".equals(name)
83 || "LOCATION".equals(name)
84 || "RESOURCES".equals(name)
85 || "STATUS".equals(name)
86 || "SUMMARY".equals(name)
87 || "TRANSP".equals(name)
88 || "TZID".equals(name)
89 || "TZNAME".equals(name)
90 || "CONTACT".equals(name)
91 || "RELATED-TO".equals(name)
92 || "UID".equals(name)
93 || "ACTION".equals(name)
94 || "REQUEST-STATUS".equals(name)
95 || "X-LIC-LOCATION".equals(name)