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

  /external/icu/icu4c/source/common/
ustr_imp.h 41 #define _STRNCMP_STYLE 0x1000
unormcmp.cpp 221 if(s1==limit1 || ((c1=*s1)==0 && (limit1==NULL || (options&_STRNCMP_STYLE)))) {
244 if(s2==limit2 || ((c2=*s2)==0 && (limit2==NULL || (options&_STRNCMP_STYLE)))) {
ustrcase.cpp 561 if(s1==limit1 || ((c1=*s1)==0 && (limit1==NULL || (options&_STRNCMP_STYLE)))) {
584 if(s2==limit2 || ((c2=*s2)==0 && (limit2==NULL || (options&_STRNCMP_STYLE)))) {
895 options|(U_COMPARE_IGNORE_CASE|_STRNCMP_STYLE),

Completed in 486 milliseconds