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

/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dcstrtest.c139 if(uprv_strnicmp(src, "THIS", 4 ) != 0){
140 log_err("FAIL: *****uprv_strnicmp() failed.");
142 if((intValue=uprv_strnicmp(NULL, "first string is null", 10) )!= -1){
143 log_err("FAIL: uprv_strnicmp() where the first string is null failed. Expected: -1, returned %d\n", intValue);
145 if((intValue=uprv_strnicmp("second string is null", NULL, 10)) != 1){
146 log_err("FAIL: uprv_strnicmp() where the second string is null failed. Expected: 1, returned %d\n", intValue);
148 if((intValue=uprv_strnicmp(NULL, NULL, 10)) != 0){
149 log_err("FAIL: uprv_strnicmp(NULL, NULL, 10) failed. Expected: 0, returned %d\n", intValue);;
151 if((intValue=uprv_strnicmp("", "", 10)) != 0){
152 log_err("FAIL: uprv_strnicmp(\"\", \"\") faile
[all...]
H A Dcloctst.c5631 if (uprv_strnicmp(maximal, buffer, bufferSize) != 0) {
5665 if (uprv_strnicmp(minimal, buffer, bufferSize) != 0) {
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dloclikely.cpp523 if (uprv_strnicmp(script, unknownScript, *scriptLength) == 0) {
548 if (uprv_strnicmp(region, unknownRegion, *regionLength) == 0) {
1063 else if (uprv_strnicmp(
1107 else if (uprv_strnicmp(
1152 else if (uprv_strnicmp(
H A Dcstring.h138 uprv_strnicmp(const char *str1, const char *str2, uint32_t n);
H A Dcstring.c272 uprv_strnicmp(const char *str1, const char *str2, uint32_t n) { function
/macosx-10.10/ICU-531.30/icuSources/tools/gencnval/
H A Dgencnval.c537 if (uprv_strlen(currTag) == tagLen && !uprv_strnicmp(currTag, tag, tagLen)) {
/macosx-10.10/ICU-531.30/icuSources/common/unicode/
H A Durename.h1314 #define uprv_strnicmp U_ICU_ENTRY_POINT_RENAME(uprv_strnicmp) macro

Completed in 118 milliseconds