/external/icu4c/common/ |
putil.c | 691 || uprv_strcmp(id, "PST8PDT") == 0 692 || uprv_strcmp(id, "MST7MDT") == 0 693 || uprv_strcmp(id, "CST6CDT") == 0 694 || uprv_strcmp(id, "EST5EDT") == 0); 924 if (uprv_strcmp(dirName, SKIP1) != 0 && uprv_strcmp(dirName, SKIP2) != 0) { 945 } else if (uprv_strcmp(TZFILE_SKIP, dirName) != 0 && uprv_strcmp(TZFILE_SKIP2, dirName) != 0) { [all...] |
locresdata.cpp | 97 if(uprv_strcmp(tableKey, "Countries")==0){ 99 }else if(uprv_strcmp(tableKey, "Languages")==0){ 132 if(uprv_strcmp(explicitFallbackName, locale)==0){
|
uinvchar.h | 79 # define uprv_compareInvCharsAsAscii(s1, s2) uprv_strcmp(s1, s2)
|
ucmndata.c | 130 strResult = uprv_strcmp(tocEntryName, base+entry[number].nameOffset); 198 strResult = uprv_strcmp(name, toc->entry[number].entryName);
|
uresbund.c | 124 if(uprv_strcmp(resB->fName, uloc_getDefault())==0 || uprv_strcmp(resB->fName, kRootLocaleName)==0) { 488 *isRoot = (UBool)(uprv_strcmp(name, kRootLocaleName) == 0); 654 } else if(!isRoot && uprv_strcmp(t1->fName, kRootLocaleName) != 0 && t1->fParent == NULL && !r->fData.noFallback) { 891 if(uprv_strcmp(path, "LOCALE") == 0) { 899 if(uprv_strcmp(path, "ICUDATA") == 0) { /* want ICU data */ [all...] |
cstring.h | 36 #define uprv_strcmp(s1, s2) U_STANDARD_CPP_NAMESPACE strcmp(s1, s2) macro
|
uloc.c | 632 return uprv_strcmp(leftString, rightString); [all...] |
/external/icu4c/test/cintltst/ |
spreptst.c | 724 if (uprv_strcmp(profileName, "RFC4013_SASLPREP") == 0) { 726 } else if (uprv_strcmp(profileName, "RFC4011_MIB") == 0) { 728 } else if (uprv_strcmp(profileName, "RFC4505_TRACE") == 0) { 730 } else if (uprv_strcmp(profileName, "RFC4518_LDAP") == 0) { 732 } else if (uprv_strcmp(profileName, "RFC4518_LDAP_CI") == 0) { 734 } else if (uprv_strcmp(profileName, "RFC3920_RESOURCEPREP") == 0) { 736 } else if (uprv_strcmp(profileName, "RFC3920_NODEPREP") == 0) { 738 } else if (uprv_strcmp(profileName, "RFC3722_ISCSI") == 0) { 740 } else if (uprv_strcmp(profileName, "RFC3530_NFS4_CS_PREP") == 0) { 742 } else if (uprv_strcmp(profileName, "RFC3530_NFS4_CS_PREP_CI") == 0) [all...] |
cstrtest.c | 76 if(uprv_strcmp(src, "hello there") != 0){ 80 if(uprv_strcmp(src, "HELLO THERE") != 0){ 93 if(uprv_strcmp(src, "34556") != 0 || i != 5){ 101 if(uprv_strcmp(src, "9223372036854775807") != 0 || i != 19){ 133 if(uprv_strcmp(temp, "strdup") !=0 ){ 330 if(diff1>0 || (diff1==0 && 0!=uprv_strcmp(invStrings[i-1][0], invStrings[i][0]))) {
|
cposxtst.c | 100 if (uprv_strcmp(err, DATA[i+3]) != 0) {
|
stdnmtst.c | 49 } else if (expected && (name == tag || uprv_strcmp(expected, tag))) { 130 else if (expected && (name == tag || uprv_strcmp(expected, tag) != 0)) { 194 if (uprv_strcmp(enumName, testName) != 0 || U_FAILURE(err)
|
udatatst.c | [all...] |
cloctst.c | 332 if (uprv_strcmp(uloc_getDefault(), "qq_BLA") != 0) { 336 if (uprv_strcmp(uloc_getDefault(), original) != 0) { [all...] |
/external/icu4c/tools/toolutil/ |
filetools.cpp | 50 if (uprv_strcmp(dirEntry->d_name, SKIP1) != 0 && uprv_strcmp(dirEntry->d_name, SKIP2) != 0) {
|
uoptions.c | 45 if(options[j].longName && uprv_strcmp(arg, options[j].longName)==0) {
|
ucmstate.c | 263 if(uprv_strcmp(*pKey, "uconv_class")==0) { 264 if(uprv_strcmp(*pValue, "DBCS")==0) { 266 } else if(uprv_strcmp(*pValue, "SBCS")==0) { 268 } else if(uprv_strcmp(*pValue, "MBCS")==0) { 270 } else if(uprv_strcmp(*pValue, "EBCDIC_STATEFUL")==0) { 277 } else if(uprv_strcmp(*pKey, "mb_cur_max")==0) { 287 } else if(uprv_strcmp(*pKey, "mb_cur_min")==0) { 296 } else if(uprv_strcmp(*pKey, "icu:state")==0) { 317 } else if(uprv_strcmp(*pKey, "icu:base")==0) { [all...] |
/external/icu4c/i18n/ |
dtitvinf.cpp | 280 if ( uprv_strcmp(skeleton, gFallbackPatternTag) == 0 ) { 312 if ( !uprv_strcmp(key, "y") ) { 314 } else if ( !uprv_strcmp(key, "M") ) { 316 } else if ( !uprv_strcmp(key, "d") ) { 318 } else if ( !uprv_strcmp(key, "a") ) { 320 } else if ( !uprv_strcmp(key, "h") || !uprv_strcmp(key, "H") ) { 322 } else if ( !uprv_strcmp(key, "m") ) {
|
tmutfmt.cpp | 452 if ( uprv_strcmp(timeUnitName, gTimeUnitYear) == 0 ) { 454 } else if ( uprv_strcmp(timeUnitName, gTimeUnitMonth) == 0 ) { 456 } else if ( uprv_strcmp(timeUnitName, gTimeUnitDay) == 0 ) { 458 } else if ( uprv_strcmp(timeUnitName, gTimeUnitHour) == 0 ) { 460 } else if ( uprv_strcmp(timeUnitName, gTimeUnitMinute) == 0 ) { 462 } else if ( uprv_strcmp(timeUnitName, gTimeUnitSecond) == 0 ) { 464 } else if ( uprv_strcmp(timeUnitName, gTimeUnitWeek) == 0 ) { 666 if ( locNameLen == 0 && uprv_strcmp(key, gShortUnitsTag) == 0) { 685 if ( uprv_strcmp(searchPluralCount, gPluralCountOther) == 0 ) { [all...] |
dcfmtsym.cpp | 144 uprv_strcmp(validLocale, that.validLocale) == 0 && 145 uprv_strcmp(actualLocale, that.actualLocale) == 0; 233 UBool isLatn = !uprv_strcmp(nsName,gLatn);
|
/external/icu4c/tools/genrb/ |
wrtxml.cpp | 821 if(uprv_strcmp(ext, ".jpg")==0 || uprv_strcmp(ext, ".jpeg")==0 || uprv_strcmp(ext, ".gif")==0 ){ 823 } else if(uprv_strcmp(ext, ".wav")==0 || uprv_strcmp(ext, ".au")==0 ){ 825 } else if(uprv_strcmp(ext, ".avi")==0 || uprv_strcmp(ext, ".mpg")==0 || uprv_strcmp(ext, ".mpeg")==0){ 827 } else if(uprv_strcmp(ext, ".txt")==0 || uprv_strcmp(ext, ".text")==0) [all...] |
wrtjava.c | 314 if(resname != NULL && uprv_strcmp(resname,"Rule")==0) 400 if(resname != NULL && uprv_strcmp(resname,"DateTimeElements")==0){ 641 if(uprv_strcmp(srBundle->fLocale,"root")!=0){
|
parse.c | 570 /* if (tag != NULL && uprv_strcmp(tag, "%%UCARULES") == 0) 646 if (uprv_strcmp(((list->fRoot->fKeys) + (current->fKey)), key) == 0) { 862 if (uprv_strcmp(subtag, "Version") == 0) 878 else if (uprv_strcmp(subtag, "Override") == 0) 889 else if(uprv_strcmp(subtag, "%%CollationBin")==0) 893 else if (uprv_strcmp(subtag, "Sequence") == 0) [all...] |
/external/icu4c/io/ |
locbund.c | 94 result->isInvariantLocale = uprv_strcmp(result->fLocale, "en_US_POSIX") == 0;
|
/external/icu4c/tools/makeconv/ |
makeconv.c | 456 if(uprv_strcmp(line, "CHARMAP")==0) { 461 if(uprv_strcmp(key, "code_set_name")==0) { 466 } else if(uprv_strcmp(key, "subchar")==0) { 480 } else if(uprv_strcmp(key, "subchar1")==0) { 615 if(0==uprv_strcmp(line, "CHARMAP")) {
|
/external/icu4c/test/intltest/ |
loctest.cpp | 486 if (uprv_strcmp(Locale().getLanguage(), "tl") != 0) { [all...] |