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

/external/expat/tests/
H A 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) {
H A 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)) {
437 if (!xcstrcmp(entityName, entity_name_to_match)) {
1421 if (xcstrcmp(XCS("attr"), attrname) == 0
1422 || xcstrcmp(XCS("ents"), attrname) == 0
1423 || xcstrcmp(XCS("refs"), attrname) == 0) {
1502 if (xcstrcmp(encoding, XCS("unsupported-encoding")) == 0) {
2009 if (xcstrcmp(element_name, at->element_name))
2011 if (xcstrcmp(attr_nam
[all...]

Completed in 120 milliseconds