Searched refs:T_CString_stricmp (Results 1 – 10 of 10) sorted by relevance
/external/icu4c/test/cintltst/ |
D | cstrtest.c | 110 if(T_CString_stricmp(src, "THIS is lower CASE") != 0){ in TestAPI() 113 if((intValue=T_CString_stricmp(NULL, "first string is null") )!= -1){ in TestAPI() 116 if((intValue=T_CString_stricmp("second string is null", NULL)) != 1){ in TestAPI() 119 if((intValue=T_CString_stricmp(NULL, NULL)) != 0){ in TestAPI() 122 if((intValue=T_CString_stricmp("", "")) != 0){ in TestAPI() 125 if((intValue=T_CString_stricmp("", "abc")) != -1){ in TestAPI() 128 if((intValue=T_CString_stricmp("abc", "")) != 1){ in TestAPI()
|
D | ccapitst.c | 36 # define ctest_stricmp(str1, str2) T_CString_stricmp(str1, str2) 40 T_CString_stricmp(const char *str1, const char *str2) { in T_CString_stricmp() function
|
/external/icu4c/common/ |
D | cstring.h | 77 # define uprv_stricmp(str1, str2) T_CString_stricmp(str1, str2) 115 T_CString_stricmp(const char *str1, const char *str2);
|
D | cstring.c | 222 T_CString_stricmp(const char *str1, const char *str2) { in T_CString_stricmp() function
|
D | uloc_tag.c | 1691 if (T_CString_stricmp(GRANDFATHERED[i], tagBuf) == 0) { in ultag_parse()
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
D | urename.h | 34 #define T_CString_stricmp T_CString_stricmp_3_2 macro
|
/external/webkit/Source/WebKit/mac/icu/unicode/ |
D | urename.h | 34 #define T_CString_stricmp T_CString_stricmp_3_2 macro
|
/external/webkit/Source/WebCore/icu/unicode/ |
D | urename.h | 34 #define T_CString_stricmp T_CString_stricmp_3_2 macro
|
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
D | urename.h | 34 #define T_CString_stricmp T_CString_stricmp_3_2 macro
|
/external/icu4c/common/unicode/ |
D | urename.h | 56 #define T_CString_stricmp U_ICU_ENTRY_POINT_RENAME(T_CString_stricmp) macro
|