Home
last modified time | relevance | path

Searched defs:WSTRCMP (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/webp/examples/
H A Dunicode.h74 #define WSTRCMP(FILENAME, STR) wcscmp((const W_CHAR*)FILENAME, TO_W_CHAR(STR)) macro
103 #define WSTRCMP(FILENAME, STR) strcmp(FILENAME, STR) macro