Searched refs:T_CString_strnicmp (Results 1 - 8 of 8) sorted by relevance

/external/icu4c/test/cintltst/
H A Dcstrtest.c139 if(T_CString_strnicmp(src, "THIS", 4 ) != 0){
140 log_err("FAIL: *****T_CString_strnicmp() failed.");
142 if((intValue=T_CString_strnicmp(NULL, "first string is null", 10) )!= -1){
143 log_err("FAIL: T_CString_strnicmp() where the first string is null failed. Expected: -1, returned %d\n", intValue);
145 if((intValue=T_CString_strnicmp("second string is null", NULL, 10)) != 1){
146 log_err("FAIL: T_CString_strnicmp() where the second string is null failed. Expected: 1, returned %d\n", intValue);
148 if((intValue=T_CString_strnicmp(NULL, NULL, 10)) != 0){
149 log_err("FAIL: T_CString_strnicmp(NULL, NULL, 10) failed. Expected: 0, returned %d\n", intValue);;
151 if((intValue=T_CString_strnicmp("", "", 10)) != 0){
152 log_err("FAIL: T_CString_strnicmp(\"\", \"\") faile
[all...]
/external/icu4c/common/
H A 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);
H A Dcstring.c261 T_CString_strnicmp(const char *str1, const char *str2, uint32_t n) { function
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h36 #define T_CString_strnicmp T_CString_strnicmp_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h36 #define T_CString_strnicmp T_CString_strnicmp_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h36 #define T_CString_strnicmp T_CString_strnicmp_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h36 #define T_CString_strnicmp T_CString_strnicmp_3_2 macro
/external/icu4c/common/unicode/
H A Durename.h61 #define T_CString_strnicmp U_ICU_ENTRY_POINT_RENAME(T_CString_strnicmp) macro

Completed in 81 milliseconds