Searched refs:xcstrcmp (Results 1 – 2 of 2) sorted by relevance
/external/expat/tests/ |
D | structdata.c | 51 # define xcstrcmp(s, t) wcscmp((s), (t)) macro 55 # define xcstrcmp(s, t) strcmp((s), (t)) macro 125 if (xcstrcmp(got->str, want->str) != 0) { in StructData_CheckItems()
|
D | runtests.c | 92 # define xcstrcmp(s, t) wcscmp((s), (t)) macro 103 # define xcstrcmp(s, t) strcmp((s), (t)) macro 420 if (! xcstrcmp(systemId, options->system_id)) { in external_entity_optioner() 461 if (! xcstrcmp(entityName, entity_name_to_match)) { in param_entity_match_handler() 1358 if (xcstrcmp(XCS("attr"), attrname) == 0 in check_attr_contains_normalized_whitespace() 1359 || xcstrcmp(XCS("ents"), attrname) == 0 in check_attr_contains_normalized_whitespace() 1360 || xcstrcmp(XCS("refs"), attrname) == 0) { in check_attr_contains_normalized_whitespace() 1434 if (xcstrcmp(encoding, XCS("unsupported-encoding")) == 0) { in UnknownEncodingHandler() 1860 if (xcstrcmp(element_name, at->element_name)) in verify_attlist_decl_handler() 1862 if (xcstrcmp(attr_name, at->attr_name)) in verify_attlist_decl_handler() [all …]
|