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

  /external/chromium_org/third_party/icu/source/common/
ustr_imp.h 43 #define _STRNCMP_STYLE 0x1000
unormcmp.cpp 223 if(s1==limit1 || ((c1=*s1)==0 && (limit1==NULL || (options&_STRNCMP_STYLE)))) {
246 if(s2==limit2 || ((c2=*s2)==0 && (limit2==NULL || (options&_STRNCMP_STYLE)))) {
ustrcase.c 713 if(s1==limit1 || ((c1=*s1)==0 && (limit1==NULL || (options&_STRNCMP_STYLE)))) {
736 if(s2==limit2 || ((c2=*s2)==0 && (limit2==NULL || (options&_STRNCMP_STYLE)))) {
985 options|(U_COMPARE_IGNORE_CASE|_STRNCMP_STYLE),
  /external/icu4c/common/
ustr_imp.h 41 #define _STRNCMP_STYLE 0x1000
unormcmp.cpp 223 if(s1==limit1 || ((c1=*s1)==0 && (limit1==NULL || (options&_STRNCMP_STYLE)))) {
246 if(s2==limit2 || ((c2=*s2)==0 && (limit2==NULL || (options&_STRNCMP_STYLE)))) {
ustrcase.cpp 534 if(s1==limit1 || ((c1=*s1)==0 && (limit1==NULL || (options&_STRNCMP_STYLE)))) {
557 if(s2==limit2 || ((c2=*s2)==0 && (limit2==NULL || (options&_STRNCMP_STYLE)))) {
806 options|(U_COMPARE_IGNORE_CASE|_STRNCMP_STYLE),

Completed in 245 milliseconds