Searched refs:uprv_stricmp (Results 1 – 10 of 10) sorted by relevance
/external/icu4c/common/ |
D | cstring.h | 67 # define uprv_stricmp(str1, str2) U_STANDARD_CPP_NAMESPACE stricmp(str1, str2) macro 70 # define uprv_stricmp(str1, str2) U_STANDARD_CPP_NAMESPACE _stricmp(str1, str2) macro 74 # define uprv_stricmp(str1, str2) U_STANDARD_CPP_NAMESPACE strcasecmp(str1, str2) macro 77 # define uprv_stricmp(str1, str2) T_CString_stricmp(str1, str2) macro
|
D | locdispnames.cpp | 771 if(uprv_stricmp(keyword, _kCurrency)==0){ in uloc_getDisplayKeywordValue()
|
D | ucnv_io.c | 343 if (!uprv_stricmp(GET_STRING(gMainTable.tagList[tagNum]), tagname)) { in getTagNumber()
|
D | uloc.c | 2243 rc = uprv_stricmp(aa->locale, bb->locale); in uloc_acceptLanguageCompare()
|
/external/icu4c/test/cintltst/ |
D | cstrtest.c | 97 if(uprv_stricmp(src, "1AF") != 0 || i != 3){ in TestAPI() 105 if(uprv_stricmp(src, "7FFFFFFFFFFFFFFF") != 0 || i != 16){ in TestAPI()
|
D | cloctst.c | 5395 if (uprv_stricmp(minimal, buffer) != 0) { in TestLikelySubtags() 5399 else if (uprv_stricmp(maximal, buffer) != 0) { in TestLikelySubtags() 5422 if (uprv_stricmp(maximal, buffer) != 0) { in TestLikelySubtags() 5426 else if (uprv_stricmp(minimal, buffer) != 0) { in TestLikelySubtags() 5448 if (uprv_stricmp(minimal, buffer) != 0) { in TestLikelySubtags() 5452 else if (uprv_stricmp(maximal, buffer) != 0) { in TestLikelySubtags() 5477 if (uprv_stricmp(maximal, buffer) != 0) { in TestLikelySubtags() 5481 else if (uprv_stricmp(minimal, buffer) != 0) { in TestLikelySubtags()
|
/external/icu4c/tools/makeconv/ |
D | makeconv.c | 366 if(uprv_stricmp(p,data.staticData.name)) in main()
|
/external/icu4c/extra/uconv/ |
D | uconv.cpp | 183 if (!uprv_stricmp(name, transcode_callbacks[i].name)) { in findCallback()
|
/external/icu4c/i18n/ |
D | timezone.cpp | 850 if (uprv_stricmp(tzregion, region) != 0) { in create()
|
D | calendar.cpp | 185 if (uprv_stricmp(s, gCalTypes[i]) == 0) { in getCalendarType()
|