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.c82 # define xcstrcmp(s, t) wcscmp((s), (t)) macro
93 # define xcstrcmp(s, t) strcmp((s), (t)) macro
393 if (!xcstrcmp(systemId, options->system_id)) { in external_entity_optioner()
437 if (!xcstrcmp(entityName, entity_name_to_match)) { in param_entity_match_handler()
1421 if (xcstrcmp(XCS("attr"), attrname) == 0 in check_attr_contains_normalized_whitespace()
1422 || xcstrcmp(XCS("ents"), attrname) == 0 in check_attr_contains_normalized_whitespace()
1423 || xcstrcmp(XCS("refs"), attrname) == 0) { in check_attr_contains_normalized_whitespace()
1502 if (xcstrcmp(encoding, XCS("unsupported-encoding")) == 0) { in UnknownEncodingHandler()
2009 if (xcstrcmp(element_name, at->element_name)) in verify_attlist_decl_handler()
2011 if (xcstrcmp(attr_name, at->attr_name)) in verify_attlist_decl_handler()
[all …]