HomeSort by relevance Sort by last modified time
    Searched refs:xcstrcmp (Results 1 - 2 of 2) sorted by null

  /external/expat/tests/
structdata.c 52 # 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) {
runtests.c 82 # 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)) {
    [all...]

Completed in 77 milliseconds