Home
last modified time | relevance | path

Searched refs:uprv_stricmp (Results 1 – 10 of 10) sorted by relevance

/external/icu4c/common/
Dcstring.h67 # 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
Dlocdispnames.cpp771 if(uprv_stricmp(keyword, _kCurrency)==0){ in uloc_getDisplayKeywordValue()
Ducnv_io.c343 if (!uprv_stricmp(GET_STRING(gMainTable.tagList[tagNum]), tagname)) { in getTagNumber()
Duloc.c2243 rc = uprv_stricmp(aa->locale, bb->locale); in uloc_acceptLanguageCompare()
/external/icu4c/test/cintltst/
Dcstrtest.c97 if(uprv_stricmp(src, "1AF") != 0 || i != 3){ in TestAPI()
105 if(uprv_stricmp(src, "7FFFFFFFFFFFFFFF") != 0 || i != 16){ in TestAPI()
Dcloctst.c5395 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/
Dmakeconv.c366 if(uprv_stricmp(p,data.staticData.name)) in main()
/external/icu4c/extra/uconv/
Duconv.cpp183 if (!uprv_stricmp(name, transcode_callbacks[i].name)) { in findCallback()
/external/icu4c/i18n/
Dtimezone.cpp850 if (uprv_stricmp(tzregion, region) != 0) { in create()
Dcalendar.cpp185 if (uprv_stricmp(s, gCalTypes[i]) == 0) { in getCalendarType()