/external/chromium/third_party/icu/source/common/ |
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
|
uloc.c | [all...] |
/external/icu4c/common/ |
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
|
loclikely.cpp | 518 if (uprv_strnicmp(script, unknownScript, *scriptLength) == 0) { 543 if (uprv_strnicmp(region, unknownRegion, *regionLength) == 0) { 1050 else if (uprv_strnicmp( 1094 else if (uprv_strnicmp( 1139 else if (uprv_strnicmp( [all...] |
/external/chromium/third_party/icu/source/tools/gencnval/ |
gencnval.c | 527 if (uprv_strlen(currTag) == tagLen && !uprv_strnicmp(currTag, tag, tagLen)) { [all...] |
/external/icu4c/tools/gencnval/ |
gencnval.c | 527 if (uprv_strlen(currTag) == tagLen && !uprv_strnicmp(currTag, tag, tagLen)) { [all...] |
/external/chromium/third_party/icu/source/test/cintltst/ |
cloctst.c | [all...] |
/external/icu4c/test/cintltst/ |
cloctst.c | [all...] |