HomeSort by: relevance | last modified time | path
    Searched refs:xcstrcmp (Results 1 - 5 of 5) sorted by relevancy

  /src/external/mit/expat/dist/tests/
handlers.c 117 if (! xcstrcmp(name, info->name))
139 if (id != -1 && xcstrcmp(atts[id], info->id_name) != 0) {
146 if (! xcstrcmp(atts[0], attr->name))
154 if (xcstrcmp(atts[1], attr->value) != 0) {
177 if (! xcstrcmp(name, XCS("suspend")))
179 if (! xcstrcmp(name, XCS("abort")))
196 if (xcstrcmp(elemstr[0], name) != 0) {
201 if (xcstrcmp(elemstr[1], atts[0]) != 0) {
216 if (xcstrcmp(elemstr[0], name) != 0) {
292 if (xcstrcmp(encoding, XCS("unsupported-encoding")) == 0)
    [all...]
structdata.c 55 # define xcstrcmp(s, t) wcscmp((s), (t)) macro
59 # define xcstrcmp(s, t) strcmp((s), (t)) macro
129 if (xcstrcmp(got->str, want->str) != 0) {
common.h 65 # define xcstrcmp(s, t) wcscmp((s), (t)) macro
75 # define xcstrcmp(s, t) strcmp((s), (t)) macro
basic_tests.c 903 if (xcstrcmp(XCS("attr"), attrname) == 0
904 || xcstrcmp(XCS("ents"), attrname) == 0
905 || xcstrcmp(XCS("refs"), attrname) == 0) {
2262 errorFlags |= ((xcstrcmp(name, XCS("junk")) == 0) ? 0 : (1u << 0));
2283 |= ((xcstrcmp(model[2].name, XCS("zebra")) == 0) ? 0 : (1u << 16));
2289 errorFlags |= ((xcstrcmp(model[3].name, XCS("bar")) == 0) ? 0 : (1u << 21));
2295 errorFlags |= ((xcstrcmp(model[4].name, XCS("foo")) == 0) ? 0 : (1u << 26));
2301 errorFlags |= ((xcstrcmp(model[5].name, XCS("xyz")) == 0) ? 0 : (1u << 31));
2468 if (xcstrcmp(XML_GetBase(g_parser), new_base) != 0)
3704 if (! xcstrcmp(systemId, XCS("004-2.ent")))
    [all...]
misc_tests.c 217 if (xcstrcmp(version_text, XCS("expat_2.8.2"))

Completed in 25 milliseconds