Home
last modified time | relevance | path

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

/external/icu/icu4c/source/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()
110 if(uprv_stricmp(src, "THIS is lower CASE") != 0){ in TestAPI()
113 if((intValue=uprv_stricmp(NULL, "first string is null") )!= -1){ in TestAPI()
116 if((intValue=uprv_stricmp("second string is null", NULL)) != 1){ in TestAPI()
119 if((intValue=uprv_stricmp(NULL, NULL)) != 0){ in TestAPI()
122 if((intValue=uprv_stricmp("", "")) != 0){ in TestAPI()
125 if((intValue=uprv_stricmp("", "abc")) != -1){ in TestAPI()
128 if((intValue=uprv_stricmp("abc", "")) != 1){ in TestAPI()
Dcloctst.c5753 if (uprv_stricmp(minimal, buffer) != 0) { in TestLikelySubtags()
5757 else if (uprv_stricmp(maximal, buffer) != 0) { in TestLikelySubtags()
5780 if (uprv_stricmp(maximal, buffer) != 0) { in TestLikelySubtags()
5784 else if (uprv_stricmp(minimal, buffer) != 0) { in TestLikelySubtags()
5806 if (uprv_stricmp(minimal, buffer) != 0) { in TestLikelySubtags()
5810 else if (uprv_stricmp(maximal, buffer) != 0) { in TestLikelySubtags()
5835 if (uprv_stricmp(maximal, buffer) != 0) { in TestLikelySubtags()
5839 else if (uprv_stricmp(minimal, buffer) != 0) { in TestLikelySubtags()
Dccapitst.c567 if (uprv_stricmp(ucnv_getName(myConverter, &err), CodePagesToTest[codepage_index])) in TestConvert()
/external/icu/icu4c/source/common/
Dcstring.h115 uprv_stricmp(const char *str1, const char *str2);
Dcstring.cpp235 uprv_stricmp(const char *str1, const char *str2) { in uprv_stricmp() function
Dlocdispnames.cpp831 if(uprv_stricmp(keyword, _kCurrency)==0){ in uloc_getDisplayKeywordValue()
Ducnv_io.cpp331 if (!uprv_stricmp(GET_STRING(gMainTable.tagList[tagNum]), tagname)) { in getTagNumber()
Duloc.cpp2344 rc = uprv_stricmp(aa->locale, bb->locale); in uloc_acceptLanguageCompare()
Duloc_tag.cpp2106 if (uprv_stricmp(GRANDFATHERED[i], tagBuf) == 0) { in ultag_parse()
/external/icu/icu4c/source/i18n/
Djapancal.cpp86 if (envVarVal != NULL && uprv_stricmp(envVarVal, "true") == 0) { in initializeEras()
Dcoll.cpp302 if (uprv_stricmp(s, collReorderCodes[i]) == 0) { in getReorderCode()
365 if (uprv_stricmp(value, collAttributeValues[j].name) == 0) { in setAttributesFromKeywords()
Dcollationruleparser.cpp721 if(uprv_stricmp(word, gSpecialReorderCodes[i]) == 0) { in getReorderCode()
729 if(uprv_stricmp(word, "others") == 0) { in getReorderCode()
Ducol_res.cpp192 } else if(uprv_stricmp(type, "default") == 0) { in CollationLoader()
Dtimezone.cpp836 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.cpp361 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/libandroidicu/include/unicode/
Durename.h1400 #define uprv_stricmp U_ICU_ENTRY_POINT_RENAME(uprv_stricmp) macro
/external/icu/icu4c/source/common/unicode/
Durename.h1400 #define uprv_stricmp U_ICU_ENTRY_POINT_RENAME(uprv_stricmp) macro
/external/icu/icu4c/source/test/intltest/
Dcollationtest.cpp1209 if(uprv_stricmp(name.data(), "default") == 0) { in parseAndSetReorderCodes()