Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcstrtest.c103 if(uprv_stricmp(src, "1AF") != 0 || i != 3){ in TestAPI()
111 if(uprv_stricmp(src, "7FFFFFFFFFFFFFFF") != 0 || i != 16){ in TestAPI()
116 if(uprv_stricmp(src, "THIS is lower CASE") != 0){ in TestAPI()
119 if((intValue=uprv_stricmp(NULL, "first string is null") )!= -1){ in TestAPI()
122 if((intValue=uprv_stricmp("second string is null", NULL)) != 1){ in TestAPI()
125 if((intValue=uprv_stricmp(NULL, NULL)) != 0){ in TestAPI()
128 if((intValue=uprv_stricmp("", "")) != 0){ in TestAPI()
131 if((intValue=uprv_stricmp("", "abc")) != -1){ in TestAPI()
134 if((intValue=uprv_stricmp("abc", "")) != 1){ in TestAPI()
Dcloctst.c5967 if (uprv_stricmp(minimal, buffer) != 0) { in TestLikelySubtags()
5971 else if (uprv_stricmp(maximal, buffer) != 0) { in TestLikelySubtags()
5994 if (uprv_stricmp(maximal, buffer) != 0) { in TestLikelySubtags()
5998 else if (uprv_stricmp(minimal, buffer) != 0) { in TestLikelySubtags()
6020 if (uprv_stricmp(minimal, buffer) != 0) { in TestLikelySubtags()
6024 else if (uprv_stricmp(maximal, buffer) != 0) { in TestLikelySubtags()
6049 if (uprv_stricmp(maximal, buffer) != 0) { in TestLikelySubtags()
6053 else if (uprv_stricmp(minimal, buffer) != 0) { in TestLikelySubtags()
Dccapitst.c570 if (uprv_stricmp(ucnv_getName(myConverter, &err), CodePagesToTest[codepage_index])) in TestConvert()
/external/icu/libicu/cts_headers/
Dcstring.h117 uprv_stricmp(const char *str1, const char *str2);
/external/icu/icu4c/source/common/
Dcstring.h117 uprv_stricmp(const char *str1, const char *str2);
Dcstring.cpp235 uprv_stricmp(const char *str1, const char *str2) { in uprv_stricmp() function
Dlocdispnames.cpp837 if(uprv_stricmp(keyword, _kCurrency)==0){ in uloc_getDisplayKeywordValue()
Ducnv_io.cpp331 if (!uprv_stricmp(GET_STRING(gMainTable.tagList[tagNum]), tagname)) { in getTagNumber()
Duloc.cpp1146 if (uprv_stricmp(localeID, "root") == 0) { in ulocimp_getLanguage()
/external/icu/icu4c/source/i18n/
Djapancal.cpp87 if (envVarVal != NULL && uprv_stricmp(envVarVal, "true") == 0) { in enableTentativeEra()
Dcoll.cpp300 if (uprv_stricmp(s, collReorderCodes[i]) == 0) { in getReorderCode()
363 if (uprv_stricmp(value, collAttributeValues[j].name) == 0) { in setAttributesFromKeywords()
Dcollationruleparser.cpp724 if(uprv_stricmp(word, gSpecialReorderCodes[i]) == 0) { in getReorderCode()
732 if(uprv_stricmp(word, "others") == 0) { in getReorderCode()
Ducol_res.cpp192 } else if(uprv_stricmp(type, "default") == 0) { in CollationLoader()
Dtimezone.cpp868 if (uprv_stricmp(tzregion, region) != 0) { in create()
Dcalendar.cpp229 if (uprv_stricmp(s, gCalTypes[i]) == 0) { in getCalendarType()
/external/icu/icu4c/source/tools/toolutil/
Dppucd.cpp344 if(0==uprv_stricmp(p, ppucdProperties[i].name)) { in parseProperty()
/external/icu/icu4c/source/tools/makeconv/
Dmakeconv.cpp373 if(uprv_stricmp(p,data.staticData.name) && !QUIET) in main()
/external/icu/icu4c/source/extra/uconv/
Duconv.cpp184 if (!uprv_stricmp(name, transcode_callbacks[i].name)) { in findCallback()
/external/icu/libicu/cts_headers/unicode/
Durename.h1454 #define uprv_stricmp U_ICU_ENTRY_POINT_RENAME(uprv_stricmp) macro
/external/icu/icu4c/source/common/unicode/
Durename.h1454 #define uprv_stricmp U_ICU_ENTRY_POINT_RENAME(uprv_stricmp) macro
/external/icu/libandroidicu/include/unicode/
Durename.h1454 #define uprv_stricmp U_ICU_ENTRY_POINT_RENAME(uprv_stricmp) macro
/external/icu/libicu/ndk_headers/unicode/
Durename.h1454 #define uprv_stricmp U_ICU_ENTRY_POINT_RENAME(uprv_stricmp) macro
/external/icu/icu4c/source/test/intltest/
Dcollationtest.cpp1210 if(uprv_stricmp(name.data(), "default") == 0) { in parseAndSetReorderCodes()