/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cstrtest.c | 105 if(uprv_stricmp(src, "1AF") != 0 || i != 3){ in TestAPI() 113 if(uprv_stricmp(src, "7FFFFFFFFFFFFFFF") != 0 || i != 16){ in TestAPI() 118 if(uprv_stricmp(src, "THIS is lower CASE") != 0){ in TestAPI() 119 log_err("FAIL: *****uprv_stricmp() failed."); in TestAPI() 121 if((intValue=uprv_stricmp(NULL, "first string is null") )!= -1){ in TestAPI() 122 log_err("FAIL: uprv_stricmp() where the first string is null failed. Expected: -1, returned %d\n", intValue); in TestAPI() 124 if((intValue=uprv_stricmp("second string is null", NULL)) != 1){ in TestAPI() 125 log_err("FAIL: uprv_stricmp() where the second string is null failed. Expected: 1, returned %d\n", intValue); in TestAPI() 127 if((intValue=uprv_stricmp(NULL, NULL)) != 0){ in TestAPI() 128 log_err("FAIL: uprv_stricmp(NUL in TestAPI() [all...] |
H A D | cloctst.c | 6007 if (uprv_stricmp(minimal, buffer) != 0) { in TestLikelySubtags() 6011 else if (uprv_stricmp(maximal, buffer) != 0) { in TestLikelySubtags() 6034 if (uprv_stricmp(maximal, buffer) != 0) { in TestLikelySubtags() 6038 else if (uprv_stricmp(minimal, buffer) != 0) { in TestLikelySubtags() 6060 if (uprv_stricmp(minimal, buffer) != 0) { in TestLikelySubtags() 6064 else if (uprv_stricmp(maximal, buffer) != 0) { in TestLikelySubtags() 6089 if (uprv_stricmp(maximal, buffer) != 0) { in TestLikelySubtags() 6093 else if (uprv_stricmp(minimal, buffer) != 0) { in TestLikelySubtags()
|
/third_party/icu/icu4c/source/common/ |
H A D | cstring.h | 117 uprv_stricmp(const char *str1, const char *str2);
|
H A D | cstring.cpp | 235 uprv_stricmp(const char *str1, const char *str2) { in uprv_stricmp() function
|
/third_party/node/deps/icu-small/source/common/ |
H A D | cstring.h | 117 uprv_stricmp(const char *str1, const char *str2);
|
H A D | cstring.cpp | 235 uprv_stricmp(const char *str1, const char *str2) { in uprv_stricmp() function
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | cstring.h | 117 uprv_stricmp(const char *str1, const char *str2);
|
H A D | cstring.cpp | 235 uprv_stricmp(const char *str1, const char *str2) { in uprv_stricmp() function
|
/third_party/icu/icu4c/source/i18n/ |
H A D | japancal.cpp | 87 if (envVarVal != NULL && uprv_stricmp(envVarVal, "true") == 0) { in enableTentativeEra()
|
H A D | coll.cpp | 300 if (uprv_stricmp(s, collReorderCodes[i]) == 0) { in getReorderCode() 363 if (uprv_stricmp(value, collAttributeValues[j].name) == 0) { in setAttributesFromKeywords()
|
H A D | collationruleparser.cpp | 724 if(uprv_stricmp(word, gSpecialReorderCodes[i]) == 0) { in getReorderCode() 732 if(uprv_stricmp(word, "others") == 0) { in getReorderCode()
|
H A D | ucol_res.cpp | 192 } else if(uprv_stricmp(type, "default") == 0) { in CollationLoader()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | japancal.cpp | 87 if (envVarVal != nullptr && uprv_stricmp(envVarVal, "true") == 0) { in enableTentativeEra()
|
H A D | coll.cpp | 301 if (uprv_stricmp(s, collReorderCodes[i]) == 0) { in getReorderCode() 364 if (uprv_stricmp(value, collAttributeValues[j].name) == 0) { in setAttributesFromKeywords()
|
H A D | collationruleparser.cpp | 729 if(uprv_stricmp(word, gSpecialReorderCodes[i]) == 0) { in getReorderCode() 737 if(uprv_stricmp(word, "others") == 0) { in getReorderCode()
|
H A D | ucol_res.cpp | 202 } else if(uprv_stricmp(type, "default") == 0) { in CollationLoader()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | japancal.cpp | 87 if (envVarVal != NULL && uprv_stricmp(envVarVal, "true") == 0) { in enableTentativeEra()
|
H A D | coll.cpp | 300 if (uprv_stricmp(s, collReorderCodes[i]) == 0) { in getReorderCode() 363 if (uprv_stricmp(value, collAttributeValues[j].name) == 0) { in setAttributesFromKeywords()
|
H A D | collationruleparser.cpp | 724 if(uprv_stricmp(word, gSpecialReorderCodes[i]) == 0) { in getReorderCode() 732 if(uprv_stricmp(word, "others") == 0) { in getReorderCode()
|
H A D | ucol_res.cpp | 192 } else if(uprv_stricmp(type, "default") == 0) { in CollationLoader()
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | ppucd.cpp | 351 if(0==uprv_stricmp(p, ppucdProperties[i].name)) { in parseProperty()
|
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | ppucd.cpp | 351 if(0==uprv_stricmp(p, ppucdProperties[i].name)) { in parseProperty()
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | ppucd.cpp | 344 if(0==uprv_stricmp(p, ppucdProperties[i].name)) { in parseProperty()
|
/third_party/icu/icu4c/source/tools/makeconv/ |
H A D | makeconv.cpp | 373 if(uprv_stricmp(p,data.staticData.name) && !QUIET) in main()
|
/third_party/skia/third_party/externals/icu/source/tools/makeconv/ |
H A D | makeconv.cpp | 373 if(uprv_stricmp(p,data.staticData.name) && !QUIET) in main()
|