Lines Matching refs:RTL_CONSTASCII_STRINGPARAM
77 equals(RTL_CONSTASCII_STRINGPARAM("any"))) in parseType()
82 equals(RTL_CONSTASCII_STRINGPARAM("boolean-list"))) in parseType()
87 equals(RTL_CONSTASCII_STRINGPARAM("short-list"))) in parseType()
92 equals(RTL_CONSTASCII_STRINGPARAM("int-list"))) in parseType()
97 equals(RTL_CONSTASCII_STRINGPARAM("long-list"))) in parseType()
102 equals(RTL_CONSTASCII_STRINGPARAM("double-list"))) in parseType()
107 equals(RTL_CONSTASCII_STRINGPARAM("string-list"))) in parseType()
112 equals(RTL_CONSTASCII_STRINGPARAM("hexBinary-list"))) in parseType()
119 equals(RTL_CONSTASCII_STRINGPARAM("boolean"))) in parseType()
124 equals(RTL_CONSTASCII_STRINGPARAM("short"))) in parseType()
129 equals(RTL_CONSTASCII_STRINGPARAM("int"))) in parseType()
134 equals(RTL_CONSTASCII_STRINGPARAM("long"))) in parseType()
139 equals(RTL_CONSTASCII_STRINGPARAM("double"))) in parseType()
144 equals(RTL_CONSTASCII_STRINGPARAM("string"))) in parseType()
149 equals(RTL_CONSTASCII_STRINGPARAM("hexBinary"))) in parseType()
166 if (text.equals(RTL_CONSTASCII_STRINGPARAM("true"))) { in parseBoolean()
169 if (text.equals(RTL_CONSTASCII_STRINGPARAM("false"))) { in parseBoolean()