HomeSort by relevance Sort by last modified time
    Searched refs:uprv_strnicmp (Results 1 - 7 of 7) sorted by null

  /external/icu/icu4c/source/test/cintltst/
cstrtest.c 137 if(uprv_strnicmp(src, "THIS", 4 ) != 0){
138 log_err("FAIL: *****uprv_strnicmp() failed.");
140 if((intValue=uprv_strnicmp(NULL, "first string is null", 10) )!= -1){
141 log_err("FAIL: uprv_strnicmp() where the first string is null failed. Expected: -1, returned %d\n", intValue);
143 if((intValue=uprv_strnicmp("second string is null", NULL, 10)) != 1){
144 log_err("FAIL: uprv_strnicmp() where the second string is null failed. Expected: 1, returned %d\n", intValue);
146 if((intValue=uprv_strnicmp(NULL, NULL, 10)) != 0){
147 log_err("FAIL: uprv_strnicmp(NULL, NULL, 10) failed. Expected: 0, returned %d\n", intValue);;
149 if((intValue=uprv_strnicmp("", "", 10)) != 0){
150 log_err("FAIL: uprv_strnicmp(\"\", \"\") failed. Expected: 0, returned %d\n", intValue);
    [all...]
cloctst.c     [all...]
  /external/icu/icu4c/source/common/
loclikely.cpp 525 if (uprv_strnicmp(script, unknownScript, *scriptLength) == 0) {
550 if (uprv_strnicmp(region, unknownRegion, *regionLength) == 0) {
1065 else if (uprv_strnicmp(
1109 else if (uprv_strnicmp(
1154 else if (uprv_strnicmp(
    [all...]
cstring.h 138 uprv_strnicmp(const char *str1, const char *str2, uint32_t n);
cstring.c 272 uprv_strnicmp(const char *str1, const char *str2, uint32_t n) { function
  /external/icu/icu4c/source/tools/gencnval/
gencnval.c 545 if (uprv_strlen(currTag) == tagLen && !uprv_strnicmp(currTag, tag, tagLen)) {
    [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h 1351 #define uprv_strnicmp macro
    [all...]

Completed in 71 milliseconds