Home
last modified time | relevance | path

Searched refs:xcstrcmp (Results 1 – 2 of 2) sorted by relevance

/external/expat/tests/
Dstructdata.c52 # define xcstrcmp(s, t) wcscmp((s), (t)) macro
56 # define xcstrcmp(s, t) strcmp((s), (t)) macro
134 if (xcstrcmp(got->str, want->str) != 0) { in StructData_CheckItems()
Druntests.c95 # define xcstrcmp(s, t) wcscmp((s), (t)) macro
106 # define xcstrcmp(s, t) strcmp((s), (t)) macro
406 if (!xcstrcmp(systemId, options->system_id)) { in external_entity_optioner()
450 if (!xcstrcmp(entityName, entity_name_to_match)) { in param_entity_match_handler()
1433 if (xcstrcmp(XCS("attr"), attrname) == 0 in check_attr_contains_normalized_whitespace()
1434 || xcstrcmp(XCS("ents"), attrname) == 0 in check_attr_contains_normalized_whitespace()
1435 || xcstrcmp(XCS("refs"), attrname) == 0) { in check_attr_contains_normalized_whitespace()
1514 if (xcstrcmp(encoding, XCS("unsupported-encoding")) == 0) { in UnknownEncodingHandler()
2021 if (xcstrcmp(element_name, at->element_name)) in verify_attlist_decl_handler()
2023 if (xcstrcmp(attr_name, at->attr_name)) in verify_attlist_decl_handler()
[all …]