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

  /external/chromium_org/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
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/icu/icu4c/source/test/cintltst/
cstrtest.c 139 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(\"\", \"\") failed. Expected: 0, returned %d\n", intValue);
    [all...]
cloctst.c     [all...]
  /external/icu/icu4c/source/common/
loclikely.cpp 523 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(
    [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/chromium_org/third_party/icu/source/tools/gencnval/
gencnval.c 527 if (uprv_strlen(currTag) == tagLen && !uprv_strnicmp(currTag, tag, tagLen)) {
    [all...]
  /external/icu/icu4c/source/tools/gencnval/
gencnval.c 537 if (uprv_strlen(currTag) == tagLen && !uprv_strnicmp(currTag, tag, tagLen)) {
    [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h 1314 #define uprv_strnicmp macro
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cloctst.c     [all...]

Completed in 107 milliseconds