Searched refs:strcasecmp_utf8x (Results 1 – 2 of 2) sorted by relevance
67 extern int strcasecmp_utf8x(int, const char *, const char *);90 strcasecmp_utf8x(util_utf8_enable ? CASEF_FLAG_UTF8 : 0, (s1), (s2))
101 int strcasecmp_utf8x(int flags, const char *s1, const char *s2) in strcasecmp_utf8x() function186 res = strcasecmp_utf8x(flags, args[1], args[2]); in main()