cstring.h | 68 # define uprv_strnicmp(str1, str2, n) U_STANDARD_CPP_NAMESPACE strnicmp(str1, str2, n) macro 71 # define uprv_strnicmp(str1, str2, n) U_STANDARD_CPP_NAMESPACE _strnicmp(str1, str2, n) macro 75 # define uprv_strnicmp(str1, str2, n) U_STANDARD_CPP_NAMESPACE strncasecmp(str1, str2, n) macro 78 # define uprv_strnicmp(str1, str2, n) T_CString_strnicmp(str1, str2, n) macro
|