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

  /external/chromium/third_party/icu/source/common/
cstring.h 67 # define uprv_stricmp(str1, str2) U_STANDARD_CPP_NAMESPACE stricmp(str1, str2) macro
70 # define uprv_stricmp(str1, str2) U_STANDARD_CPP_NAMESPACE _stricmp(str1, str2) macro
74 # define uprv_stricmp(str1, str2) U_STANDARD_CPP_NAMESPACE strcasecmp(str1, str2) macro
77 # define uprv_stricmp(str1, str2) T_CString_stricmp(str1, str2) macro
  /external/icu4c/common/
cstring.h 67 # define uprv_stricmp(str1, str2) U_STANDARD_CPP_NAMESPACE stricmp(str1, str2) macro
70 # define uprv_stricmp(str1, str2) U_STANDARD_CPP_NAMESPACE _stricmp(str1, str2) macro
74 # define uprv_stricmp(str1, str2) U_STANDARD_CPP_NAMESPACE strcasecmp(str1, str2) macro
77 # define uprv_stricmp(str1, str2) T_CString_stricmp(str1, str2) macro

Completed in 260 milliseconds