Searched refs:uprv_stricmp (Results 1 - 19 of 19) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
H A Dcstrtest.c95 if(uprv_stricmp(src, "1AF") != 0 || i != 3){
103 if(uprv_stricmp(src, "7FFFFFFFFFFFFFFF") != 0 || i != 16){
108 if(uprv_stricmp(src, "THIS is lower CASE") != 0){
109 log_err("FAIL: *****uprv_stricmp() failed.");
111 if((intValue=uprv_stricmp(NULL, "first string is null") )!= -1){
112 log_err("FAIL: uprv_stricmp() where the first string is null failed. Expected: -1, returned %d\n", intValue);
114 if((intValue=uprv_stricmp("second string is null", NULL)) != 1){
115 log_err("FAIL: uprv_stricmp() where the second string is null failed. Expected: 1, returned %d\n", intValue);
117 if((intValue=uprv_stricmp(NULL, NULL)) != 0){
118 log_err("FAIL: uprv_stricmp(NUL
[all...]
H A Dcloctst.c5518 if (uprv_stricmp(minimal, buffer) != 0) {
5522 else if (uprv_stricmp(maximal, buffer) != 0) {
5545 if (uprv_stricmp(maximal, buffer) != 0) {
5549 else if (uprv_stricmp(minimal, buffer) != 0) {
5571 if (uprv_stricmp(minimal, buffer) != 0) {
5575 else if (uprv_stricmp(maximal, buffer) != 0) {
5600 if (uprv_stricmp(maximal, buffer) != 0) {
5604 else if (uprv_stricmp(minimal, buffer) != 0) {
H A Dccapitst.c564 if (uprv_stricmp(ucnv_getName(myConverter, &err), CodePagesToTest[codepage_index]))
/external/icu/icu4c/source/common/
H A Dcstring.h131 uprv_stricmp(const char *str1, const char *str2);
H A Dcstring.c233 uprv_stricmp(const char *str1, const char *str2) { function
H A Dlocdispnames.cpp827 if(uprv_stricmp(keyword, _kCurrency)==0){
H A Ducnv_io.cpp329 if (!uprv_stricmp(GET_STRING(gMainTable.tagList[tagNum]), tagname)) {
H A Duloc.cpp2260 rc = uprv_stricmp(aa->locale, bb->locale);
H A Duloc_tag.c1826 if (uprv_stricmp(GRANDFATHERED[i], tagBuf) == 0) {
/external/icu/icu4c/source/tools/toolutil/
H A Dppucd.cpp303 if(0==uprv_stricmp(p, ppucdProperties[i].name)) {
/external/icu/icu4c/source/i18n/
H A Dcoll.cpp298 if (uprv_stricmp(s, collReorderCodes[i]) == 0) {
361 if (uprv_stricmp(value, collAttributeValues[j].name) == 0) {
H A Dcollationruleparser.cpp719 if(uprv_stricmp(word, gSpecialReorderCodes[i]) == 0) {
727 if(uprv_stricmp(word, "others") == 0) {
H A Ducol_res.cpp188 } else if(uprv_stricmp(type, "default") == 0) {
H A Dtimezone.cpp833 if (uprv_stricmp(tzregion, region) != 0) {
H A Dcalendar.cpp227 if (uprv_stricmp(s, gCalTypes[i]) == 0) {
/external/icu/icu4c/source/tools/makeconv/
H A Dmakeconv.c364 if(uprv_stricmp(p,data.staticData.name))
/external/icu/icu4c/source/extra/uconv/
H A Duconv.cpp182 if (!uprv_stricmp(name, transcode_callbacks[i].name)) {
/external/icu/icu4c/source/common/unicode/
H A Durename.h1349 #define uprv_stricmp U_ICU_ENTRY_POINT_RENAME(uprv_stricmp) macro
/external/icu/icu4c/source/test/intltest/
H A Dcollationtest.cpp1214 if(uprv_stricmp(name.data(), "default") == 0) {

Completed in 430 milliseconds