Home
last modified time | relevance | path

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

/third_party/expat/
D22-backport-tests-Protect-against-nested-element-declaration-mod.patch33 + errorFlags |= ((xcstrcmp(name, XCS("junk")) == 0) ? 0 : (1u << 0));
52 + errorFlags |= ((xcstrcmp(model[2].name, XCS("zebra")) == 0) ? 0 : (1u << 16));
58 + errorFlags |= ((xcstrcmp(model[3].name, XCS("bar")) == 0) ? 0 : (1u << 21));
64 + errorFlags |= ((xcstrcmp(model[4].name, XCS("foo")) == 0) ? 0 : (1u << 26));
70 + errorFlags |= ((xcstrcmp(model[5].name, XCS("xyz")) == 0) ? 0 : (1u << 31));
/third_party/skia/third_party/externals/expat/expat/tests/
Dstructdata.c49 # define xcstrcmp(s, t) wcscmp((s), (t)) macro
53 # define xcstrcmp(s, t) strcmp((s), (t)) macro
123 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
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 …]