Searched refs:uprv_strnicmp (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/common/ |
D | cstring.h | 68 # define uprv_strnicmp(str1, str2, n) U_STANDARD_CPP_NAMESPACE strnicmp(str1, str2, n) macro 71 # define uprv_strnicmp(str1, str2, n) U_STANDARD_CPP_NAMESPACE _strnicmp(str1, str2, n) macro 75 # define uprv_strnicmp(str1, str2, n) U_STANDARD_CPP_NAMESPACE strncasecmp(str1, str2, n) macro 78 # define uprv_strnicmp(str1, str2, n) T_CString_strnicmp(str1, str2, n) macro
|
D | loclikely.cpp | 518 if (uprv_strnicmp(script, unknownScript, *scriptLength) == 0) { in parseTagString() 543 if (uprv_strnicmp(region, unknownRegion, *regionLength) == 0) { in parseTagString() 1050 else if (uprv_strnicmp( in _uloc_minimizeSubtags() 1094 else if (uprv_strnicmp( in _uloc_minimizeSubtags() 1139 else if (uprv_strnicmp( in _uloc_minimizeSubtags()
|
/external/icu4c/tools/gencnval/ |
D | gencnval.c | 527 if (uprv_strlen(currTag) == tagLen && !uprv_strnicmp(currTag, tag, tagLen)) { in getTagNumber()
|
/external/icu4c/test/cintltst/ |
D | cloctst.c | 5356 if (uprv_strnicmp(maximal, buffer, bufferSize) != 0) { in TestLikelySubtags() 5390 if (uprv_strnicmp(minimal, buffer, bufferSize) != 0) { in TestLikelySubtags()
|