Searched refs:_STRNCMP_STYLE (Results 1 – 3 of 3) sorted by relevance
217 if(s1==limit1 || ((c1=*s1)==0 && (limit1==NULL || (options&_STRNCMP_STYLE)))) { in unorm_cmpEquivFold()240 if(s2==limit2 || ((c2=*s2)==0 && (limit2==NULL || (options&_STRNCMP_STYLE)))) { in unorm_cmpEquivFold()
27 #define _STRNCMP_STYLE 0x1000 macro
1471 if(s1==limit1 || ((c1=*s1)==0 && (limit1==NULL || (options&_STRNCMP_STYLE)))) { in _cmpFold()1494 if(s2==limit2 || ((c2=*s2)==0 && (limit2==NULL || (options&_STRNCMP_STYLE)))) { in _cmpFold()1805 options|(U_COMPARE_IGNORE_CASE|_STRNCMP_STYLE), in u_strncasecmp()