Home
last modified time | relevance | path

Searched refs:uprv_strnicmp (Results 1 - 21 of 21) sorted by relevance

/third_party/icu/icu4c/source/test/cintltst/
H A Dcstrtest.c147 if(uprv_strnicmp(src, "THIS", 4 ) != 0){ in TestAPI()
148 log_err("FAIL: *****uprv_strnicmp() failed."); in TestAPI()
150 if((intValue=uprv_strnicmp(NULL, "first string is null", 10) )!= -1){ in TestAPI()
151 log_err("FAIL: uprv_strnicmp() where the first string is null failed. Expected: -1, returned %d\n", intValue); in TestAPI()
153 if((intValue=uprv_strnicmp("second string is null", NULL, 10)) != 1){ in TestAPI()
154 log_err("FAIL: uprv_strnicmp() where the second string is null failed. Expected: 1, returned %d\n", intValue); in TestAPI()
156 if((intValue=uprv_strnicmp(NULL, NULL, 10)) != 0){ in TestAPI()
157 log_err("FAIL: uprv_strnicmp(NULL, NULL, 10) failed. Expected: 0, returned %d\n", intValue); in TestAPI()
159 if((intValue=uprv_strnicmp("", "", 10)) != 0){ in TestAPI()
160 log_err("FAIL: uprv_strnicmp(\"\", \"\") faile in TestAPI()
[all...]
H A Dcloctst.c6126 if (uprv_strnicmp(maximal, buffer, bufferSize) != 0) { in TestLikelySubtags()
6160 if (uprv_strnicmp(minimal, buffer, bufferSize) != 0) { in TestLikelySubtags()
/third_party/icu/icu4c/source/common/
H A Dloclikely.cpp96 uprv_strnicmp(buffer, unknownLanguage, 3) == 0 && in findLikelySubtags()
497 if (uprv_strnicmp(script, unknownScript, *scriptLength) == 0) { in parseTagString()
521 if (uprv_strnicmp(region, unknownRegion, *regionLength) == 0) { in parseTagString()
1048 uprv_strnicmp( in _uloc_minimizeSubtags()
1093 uprv_strnicmp( in _uloc_minimizeSubtags()
1139 uprv_strnicmp( in _uloc_minimizeSubtags()
H A Dcstring.h124 uprv_strnicmp(const char *str1, const char *str2, uint32_t n);
H A Dcstring.cpp274 uprv_strnicmp(const char *str1, const char *str2, uint32_t n) { in uprv_strnicmp() function
H A Duloc.cpp1158 } else if (uprv_strnicmp(localeID, "und", 3) == 0 && in ulocimp_getLanguage()
1697 if (uprv_strnicmp(localeID, "und_", 4) == 0) { in uloc_getParent()
H A Duloc_tag.cpp2086 if (uprv_strnicmp(LEGACY[i], tagBuf, checkLegacyLen) == 0) { in ultag_parse()
2122 if (uprv_strnicmp(redundantTag, tagBuf, static_cast<uint32_t>(redundantTagLen)) == 0) { in ultag_parse()
/third_party/skia/third_party/externals/icu/source/common/
H A Dloclikely.cpp96 uprv_strnicmp(buffer, unknownLanguage, 3) == 0 && in findLikelySubtags()
497 if (uprv_strnicmp(script, unknownScript, *scriptLength) == 0) { in parseTagString()
521 if (uprv_strnicmp(region, unknownRegion, *regionLength) == 0) { in parseTagString()
1048 uprv_strnicmp( in _uloc_minimizeSubtags()
1093 uprv_strnicmp( in _uloc_minimizeSubtags()
1139 uprv_strnicmp( in _uloc_minimizeSubtags()
H A Dcstring.h124 uprv_strnicmp(const char *str1, const char *str2, uint32_t n);
H A Dcstring.cpp274 uprv_strnicmp(const char *str1, const char *str2, uint32_t n) { in uprv_strnicmp() function
H A Duloc.cpp1148 } else if (uprv_strnicmp(localeID, "und", 3) == 0 && in ulocimp_getLanguage()
1664 if (uprv_strnicmp(localeID, "und_", 4) == 0) { in uloc_getParent()
H A Duloc_tag.cpp2086 if (uprv_strnicmp(LEGACY[i], tagBuf, checkLegacyLen) == 0) { in ultag_parse()
2118 if (uprv_strnicmp(redundantTag, tagBuf, static_cast<uint32_t>(redundantTagLen)) == 0) { in ultag_parse()
/third_party/node/deps/icu-small/source/common/
H A Dcstring.h124 uprv_strnicmp(const char *str1, const char *str2, uint32_t n);
H A Dcstring.cpp274 uprv_strnicmp(const char *str1, const char *str2, uint32_t n) { in uprv_strnicmp() function
H A Duloc.cpp1140 } else if (uprv_strnicmp(localeID, "und", 3) == 0 && in ulocimp_getLanguage()
1703 if (uprv_strnicmp(localeID, "und_", 4) == 0) { in ulocimp_getParent()
H A Duloc_tag.cpp2064 if (uprv_strnicmp(LEGACY[i], tagBuf, checkLegacyLen) == 0) { in ultag_parse()
2101 if (uprv_strnicmp(redundantTag, tagBuf, static_cast<uint32_t>(redundantTagLen)) == 0) { in ultag_parse()
/third_party/icu/icu4c/source/tools/gencnval/
H A Dgencnval.c548 if (uprv_strlen(currTag) == tagLen && !uprv_strnicmp(currTag, tag, tagLen)) { in getTagNumber()
/third_party/skia/third_party/externals/icu/source/tools/gencnval/
H A Dgencnval.c547 if (uprv_strlen(currTag) == tagLen && !uprv_strnicmp(currTag, tag, tagLen)) { in getTagNumber()
/third_party/icu/icu4c/source/common/unicode/
H A Durename.h1483 #define uprv_strnicmp U_ICU_ENTRY_POINT_RENAME(uprv_strnicmp) macro
/third_party/node/deps/icu-small/source/common/unicode/
H A Durename.h1531 #define uprv_strnicmp U_ICU_ENTRY_POINT_RENAME(uprv_strnicmp) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Durename.h1465 #define uprv_strnicmp U_ICU_ENTRY_POINT_RENAME(uprv_strnicmp) macro

Completed in 69 milliseconds