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

  /external/bison/lib/
c-strcaseeq.h 22 /* STRCASEEQ allows to optimize string comparison with a small literal string.
23 STRCASEEQ (s, "UTF-8", 'U','T','F','-','8',0,0,0,0)
176 #define STRCASEEQ(s1,s2,s20,s21,s22,s23,s24,s25,s26,s27,s28) \
181 #define STRCASEEQ(s1,s2,s20,s21,s22,s23,s24,s25,s26,s27,s28) \
quotearg.c 33 #include "c-strcaseeq.h"
220 if (STRCASEEQ (locale_code, "UTF-8", 'U','T','F','-','8',0,0,0,0))
222 if (STRCASEEQ (locale_code, "GB18030", 'G','B','1','8','0','3','0',0,0))

Completed in 243 milliseconds