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

  /external/icu/icu4c/source/test/cintltst/
cstrtest.c 97 if(uprv_stricmp(src, "1AF") != 0 || i != 3){
105 if(uprv_stricmp(src, "7FFFFFFFFFFFFFFF") != 0 || i != 16){
110 if(uprv_stricmp(src, "THIS is lower CASE") != 0){
111 log_err("FAIL: *****uprv_stricmp() failed.");
113 if((intValue=uprv_stricmp(NULL, "first string is null") )!= -1){
114 log_err("FAIL: uprv_stricmp() where the first string is null failed. Expected: -1, returned %d\n", intValue);
116 if((intValue=uprv_stricmp("second string is null", NULL)) != 1){
117 log_err("FAIL: uprv_stricmp() where the second string is null failed. Expected: 1, returned %d\n", intValue);
119 if((intValue=uprv_stricmp(NULL, NULL)) != 0){
120 log_err("FAIL: uprv_stricmp(NULL, NULL) failed. Expected: 0, returned %d\n", intValue);
    [all...]
cloctst.c     [all...]
ccapitst.c 566 if (uprv_stricmp(ucnv_getName(myConverter, &err), CodePagesToTest[codepage_index]))
    [all...]
  /external/chromium_org/third_party/icu/source/common/
cstring.h 67 # define uprv_stricmp(str1, str2) U_STANDARD_CPP_NAMESPACE stricmp(str1, str2) macro
70 # define uprv_stricmp(str1, str2) U_STANDARD_CPP_NAMESPACE _stricmp(str1, str2) macro
74 # define uprv_stricmp(str1, str2) U_STANDARD_CPP_NAMESPACE strcasecmp(str1, str2) macro
77 # define uprv_stricmp(str1, str2) T_CString_stricmp(str1, str2) macro
locdispnames.cpp 769 if(uprv_stricmp(keyword, _kCurrency)==0){
ucnv_io.c 343 if (!uprv_stricmp(GET_STRING(gMainTable.tagList[tagNum]), tagname)) {
    [all...]
uloc.c     [all...]
  /external/icu/icu4c/source/common/
cstring.h 131 uprv_stricmp(const char *str1, const char *str2);
cstring.c 233 uprv_stricmp(const char *str1, const char *str2) { function
locdispnames.cpp 827 if(uprv_stricmp(keyword, _kCurrency)==0){
    [all...]
ucnv_io.cpp 329 if (!uprv_stricmp(GET_STRING(gMainTable.tagList[tagNum]), tagname)) {
    [all...]
uloc.cpp     [all...]
uloc_tag.c     [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cstrtest.c 97 if(uprv_stricmp(src, "1AF") != 0 || i != 3){
105 if(uprv_stricmp(src, "7FFFFFFFFFFFFFFF") != 0 || i != 16){
cloctst.c     [all...]
  /external/icu/icu4c/source/tools/toolutil/
ppucd.cpp 305 if(0==uprv_stricmp(p, ppucdProperties[i].name)) {
  /external/icu/icu4c/source/i18n/
coll.cpp 300 if (uprv_stricmp(s, collReorderCodes[i]) == 0) {
360 if (uprv_stricmp(value, collAttributeValues[j].name) == 0) {
collationruleparser.cpp 730 if(uprv_stricmp(word, gSpecialReorderCodes[i]) == 0) {
738 if(uprv_stricmp(word, "default") == 0) {
timezone.cpp 811 if (uprv_stricmp(tzregion, region) != 0) {
    [all...]
calendar.cpp 204 if (uprv_stricmp(s, gCalTypes[i]) == 0) {
    [all...]
  /external/chromium_org/third_party/icu/source/tools/makeconv/
makeconv.c 366 if(uprv_stricmp(p,data.staticData.name))
  /external/icu/icu4c/source/tools/makeconv/
makeconv.c 366 if(uprv_stricmp(p,data.staticData.name))
  /external/icu/icu4c/source/extra/uconv/
uconv.cpp 184 if (!uprv_stricmp(name, transcode_callbacks[i].name)) {
    [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h 1312 #define uprv_stricmp macro
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
calendar.cpp 180 if (uprv_stricmp(s, gCalTypes[i]) == 0) {
    [all...]

Completed in 898 milliseconds