Home | History | Annotate | Download | only in tests

Lines Matching refs:xcstrcmp

117     if (! xcstrcmp(name, info->name))
139 if (id != -1 && xcstrcmp(atts[id], info->id_name) != 0) {
146 if (! xcstrcmp(atts[0], attr->name))
154 if (xcstrcmp(atts[1], attr->value) != 0) {
177 if (! xcstrcmp(name, XCS("suspend")))
179 if (! xcstrcmp(name, XCS("abort")))
196 if (xcstrcmp(elemstr[0], name) != 0) {
201 if (xcstrcmp(elemstr[1], atts[0]) != 0) {
216 if (xcstrcmp(elemstr[0], name) != 0) {
292 if (xcstrcmp(encoding, XCS("unsupported-encoding")) == 0) {
324 if (! xcstrcmp(encoding, XCS("unsupported-encoding"))) {
360 if (! xcstrcmp(encoding, XCS("invalid-9"))
361 || ! xcstrcmp(encoding, XCS("ascii-like"))
362 || ! xcstrcmp(encoding, XCS("invalid-len"))
363 || ! xcstrcmp(encoding, XCS("invalid-a"))
364 || ! xcstrcmp(encoding, XCS("invalid-surrogate"))
365 || ! xcstrcmp(encoding, XCS("invalid-high")))
374 if (! xcstrcmp(encoding, XCS("invalid-9")))
377 if (! xcstrcmp(encoding, XCS("invalid-len")))
380 if (! xcstrcmp(encoding, XCS("invalid-a")))
385 if (! xcstrcmp(encoding, XCS("invalid-surrogate")))
388 if (! xcstrcmp(encoding, XCS("invalid-high")))
393 if (! xcstrcmp(encoding, XCS("failing-conv")))
395 else if (! xcstrcmp(encoding, XCS("prefix-conv")))
438 if (! xcstrcmp(systemId, options->system_id)) {
875 if (! xcstrcmp(systemId, XCS("004-1.ent"))) {
881 } else if (! xcstrcmp(systemId, XCS("004-2.ent"))) {
985 if (! xcstrcmp(systemId, XCS("004-1.ent"))) {
989 } else if (! xcstrcmp(systemId, XCS("004-2.ent"))) {
1031 if (! xcstrcmp(systemId, XCS("foo"))) {
1041 } else if (! xcstrcmp(systemId, XCS("bar"))) {
1069 if (! xcstrcmp(systemId, XCS("004-1.ent"))) {
1074 if (! xcstrcmp(systemId, XCS("004-2.ent"))) {
1102 if (systemId != NULL && ! xcstrcmp(systemId, XCS("http://example.org/"))) {
1104 } else if (publicId != NULL && ! xcstrcmp(publicId, XCS("foo"))) {
1127 if (systemId == NULL || ! xcstrcmp(systemId, XCS("bar")))
1129 if (xcstrcmp(systemId, XCS("foo")) != 0)
1528 if (xcstrcmp(systemId, XCS("first.ent")) == 0) {
1530 } else if (xcstrcmp(systemId, XCS("second.ent")) == 0) {
1570 if (xcstrcmp(element_name, at->element_name) != 0)
1572 if (xcstrcmp(attr_name, at->attr_name) != 0)
1574 if (xcstrcmp(attr_type, at->attr_type) != 0)
1579 && xcstrcmp(default_value, at->default_value) != 0))
1764 if (! xcstrcmp(entityName, entity_name_to_match)) {