Searched refs:xcstrcmp (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/expat/tests/ |
| H A D | handlers.c | 113 if (! xcstrcmp(name, info->name)) in counting_start_element_handler() 135 if (id != -1 && xcstrcmp(atts[id], info->id_name) != 0) { in counting_start_element_handler() 142 if (! xcstrcmp(atts[0], attr->name)) in counting_start_element_handler() 150 if (xcstrcmp(atts[1], attr->value) != 0) { in counting_start_element_handler() 170 if (! xcstrcmp(name, XCS("suspend"))) in start_element_suspender() 172 if (! xcstrcmp(name, XCS("abort"))) in start_element_suspender() 189 if (xcstrcmp(elemstr[0], name) != 0) { in triplet_start_checker() 194 if (xcstrcmp(elemstr[1], atts[0]) != 0) { in triplet_start_checker() 209 if (xcstrcmp(elemstr[0], name) != 0) { in triplet_end_checker() 285 if (xcstrcmp(encoding, XCS("unsupported-encoding")) == 0) { in UnknownEncodingHandler() [all …]
|
| H A D | structdata.c | 54 # define xcstrcmp(s, t) wcscmp((s), (t)) macro 58 # define xcstrcmp(s, t) strcmp((s), (t)) macro 128 if (xcstrcmp(got->str, want->str) != 0) { in StructData_CheckItems()
|
| H A D | common.h | 65 # define xcstrcmp(s, t) wcscmp((s), (t)) macro 75 # define xcstrcmp(s, t) strcmp((s), (t))
|
| H A D | basic_tests.c | 880 if (xcstrcmp(XCS("attr"), attrname) == 0 in check_attr_contains_normalized_whitespace() 881 || xcstrcmp(XCS("ents"), attrname) == 0 in check_attr_contains_normalized_whitespace() 882 || xcstrcmp(XCS("refs"), attrname) == 0) { in check_attr_contains_normalized_whitespace() 2239 errorFlags |= ((xcstrcmp(name, XCS("junk")) == 0) ? 0 : (1u << 0)); in element_decl_check_model() 2260 |= ((xcstrcmp(model[2].name, XCS("zebra")) == 0) ? 0 : (1u << 16)); in element_decl_check_model() 2266 errorFlags |= ((xcstrcmp(model[3].name, XCS("bar")) == 0) ? 0 : (1u << 21)); in element_decl_check_model() 2272 errorFlags |= ((xcstrcmp(model[4].name, XCS("foo")) == 0) ? 0 : (1u << 26)); in element_decl_check_model() 2278 errorFlags |= ((xcstrcmp(model[5].name, XCS("xyz")) == 0) ? 0 : (1u << 31)); in element_decl_check_model() 2445 if (xcstrcmp(XML_GetBase(g_parser), new_base) != 0) in START_TEST() 3408 if (! xcstrcmp(systemId, XCS("004-2.ent"))) { in external_bom_checker() [all …]
|
| H A D | misc_tests.c | 214 if (xcstrcmp(version_text, XCS("expat_2.7.3")) in START_TEST()
|