/external/icu4c/test/cintltst/ |
cstrtest.c | 108 if(T_CString_stricmp(src, "THIS is lower CASE") != 0){ 109 log_err("FAIL: *****T_CString_stricmp() failed."); 111 if((intValue=T_CString_stricmp(NULL, "first string is null") )!= -1){ 112 log_err("FAIL: T_CString_stricmp() where the first string is null failed. Expected: -1, returned %d\n", intValue); 114 if((intValue=T_CString_stricmp("second string is null", NULL)) != 1){ 115 log_err("FAIL: T_CString_stricmp() where the second string is null failed. Expected: 1, returned %d\n", intValue); 117 if((intValue=T_CString_stricmp(NULL, NULL)) != 0){ 118 log_err("FAIL: T_CString_stricmp(NULL, NULL) failed. Expected: 0, returned %d\n", intValue);; 120 if((intValue=T_CString_stricmp("", "")) != 0){ 121 log_err("FAIL: T_CString_stricmp(\"\", \"\") failed. Expected: 0, returned %d\n", intValue); [all...] |
ccapitst.c | 36 # define ctest_stricmp(str1, str2) T_CString_stricmp(str1, str2) 40 T_CString_stricmp(const char *str1, const char *str2) { [all...] |
/external/icu4c/common/ |
cstring.h | 77 # define uprv_stricmp(str1, str2) T_CString_stricmp(str1, str2) 115 T_CString_stricmp(const char *str1, const char *str2);
|
cstring.c | 222 T_CString_stricmp(const char *str1, const char *str2) {
|
/external/webkit/JavaScriptCore/icu/unicode/ |
urename.h | 34 #define T_CString_stricmp T_CString_stricmp_3_2 [all...] |
/external/webkit/JavaScriptGlue/icu/unicode/ |
urename.h | 34 #define T_CString_stricmp T_CString_stricmp_3_2 [all...] |
/external/webkit/WebCore/icu/unicode/ |
urename.h | 34 #define T_CString_stricmp T_CString_stricmp_3_2 [all...] |
/external/webkit/WebKit/mac/icu/unicode/ |
urename.h | 34 #define T_CString_stricmp T_CString_stricmp_3_2 [all...] |
/external/icu4c/common/unicode/ |
urename.h | 34 #define T_CString_stricmp T_CString_stricmp_4_2 [all...] |