Searched refs:ctest_stricmp (Results 1 - 2 of 2) sorted by relevance
/external/chromium/third_party/icu/source/test/cintltst/ |
H A D | ccapitst.c | 32 # define ctest_stricmp(str1, str2) U_STANDARD_CPP_NAMESPACE _stricmp(str1, str2) macro 34 # define ctest_stricmp(str1, str2) U_STANDARD_CPP_NAMESPACE strcasecmp(str1, str2) macro 36 # define ctest_stricmp(str1, str2) T_CString_stricmp(str1, str2) macro 602 if (ctest_stricmp(ucnv_getName(myConverter, &err), CodePagesToTest[codepage_index]))
|
/external/icu4c/test/cintltst/ |
H A D | ccapitst.c | 32 # define ctest_stricmp(str1, str2) U_STANDARD_CPP_NAMESPACE _stricmp(str1, str2) macro 34 # define ctest_stricmp(str1, str2) U_STANDARD_CPP_NAMESPACE strcasecmp(str1, str2) macro 36 # define ctest_stricmp(str1, str2) T_CString_stricmp(str1, str2) macro 608 if (ctest_stricmp(ucnv_getName(myConverter, &err), CodePagesToTest[codepage_index]))
|
Completed in 27 milliseconds