Searched refs:COMPARE (Results 1 – 1 of 1) sorted by relevance
47 #define COMPARE(a, b) (!_stricmp((a), (b))) macro49 #define COMPARE(a, b) (!strcasecmp((a), (b))) macro143 if(COMPARE(reinterpret_cast<char *>(name), "TITLE")) { in StartElement()159 if(COMPARE(reinterpret_cast<char *>(name), "TITLE")) in EndElement()
Completed in 4 milliseconds