Home
last modified time | relevance | path

Searched refs:T_CString_strnicmp (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
Dcstrtest.c139 if(T_CString_strnicmp(src, "THIS", 4 ) != 0){ in TestAPI()
142 if((intValue=T_CString_strnicmp(NULL, "first string is null", 10) )!= -1){ in TestAPI()
145 if((intValue=T_CString_strnicmp("second string is null", NULL, 10)) != 1){ in TestAPI()
148 if((intValue=T_CString_strnicmp(NULL, NULL, 10)) != 0){ in TestAPI()
151 if((intValue=T_CString_strnicmp("", "", 10)) != 0){ in TestAPI()
154 if((intValue=T_CString_strnicmp("", "abc", 10)) != -1){ in TestAPI()
157 if((intValue=T_CString_strnicmp("abc", "", 10)) != 1){ in TestAPI()
/external/chromium_org/third_party/icu/source/common/
Dcstring.h78 # define uprv_strnicmp(str1, str2, n) T_CString_strnicmp(str1, str2, n)
118 T_CString_strnicmp(const char *str1, const char *str2, uint32_t n);
Dcstring.c261 T_CString_strnicmp(const char *str1, const char *str2, uint32_t n) { in T_CString_strnicmp() function
/external/chromium_org/third_party/icu/source/common/unicode/
Durename.h58 #define T_CString_strnicmp U_ICU_ENTRY_POINT_RENAME(T_CString_strnicmp) macro