HomeSort by relevance Sort by last modified time
    Searched refs:uprv_strcmp (Results 26 - 50 of 107) sorted by null

12 3 4 5

  /external/icu/icu4c/source/tools/makeconv/
makeconv.cpp 446 if(uprv_strcmp(line, "CHARMAP")==0) {
451 if(uprv_strcmp(key, "code_set_name")==0) {
456 } else if(uprv_strcmp(key, "subchar")==0) {
470 } else if(uprv_strcmp(key, "subchar1")==0) {
605 if(0==uprv_strcmp(line, "CHARMAP")) {
  /external/icu/icu4c/source/common/
uloc_keytype.cpp 167 UBool isTZ = uprv_strcmp(legacyKeyId, "timezone") == 0;
210 if (uprv_strcmp(legacyTypeId, "CODEPOINTS") == 0) {
214 if (uprv_strcmp(legacyTypeId, "REORDER_CODE") == 0) {
cstring.h 36 #define uprv_strcmp(s1, s2) U_STANDARD_CPP_NAMESPACE strcmp(s1, s2) macro
udata.cpp 585 !uprv_strcmp(pathBuffer.data() + pathLen - packageStub.length(), packageStub.data())) {
    [all...]
uloc.cpp 624 return uprv_strcmp(leftString, rightString);
729 if (uprv_strcmp(keywordList[j].keyword, keywordList[numKeywords].keyword) == 0)
    [all...]
wintz.c 395 if (uprv_strcmp(apiStdName, regStdName) == 0) {
umapfile.c 375 if(uprv_strcmp(inBasename, U_ICUDATA_NAME".dat") != 0) {
  /external/icu/icu4c/source/i18n/
dcfmtsym.cpp 163 uprv_strcmp(validLocale, that.validLocale) == 0 &&
164 uprv_strcmp(actualLocale, that.actualLocale) == 0;
251 UBool isLatn = !uprv_strcmp(nsName,gLatn);
currpinf.cpp 252 if ( ec == U_MISSING_RESOURCE_ERROR && uprv_strcmp(ns->getName(),gLatnTag)) {
gregoimp.cpp 185 (uprv_strcmp(type, U_GREGORIAN_KEY)))
262 // uprv_strcmp(subKey,U_DEFAULT_KEY)) { // avoid recursion
278 // if(*kwBuf && uprv_strcmp(kwBuf,subKey)) {
  /external/icu/icu4c/source/test/cintltst/
cloctst.c 342 if (uprv_strcmp(uloc_getDefault(), "qq_BLA") != 0) {
346 if (uprv_strcmp(uloc_getDefault(), original) != 0) {
    [all...]
udatatst.c     [all...]
crestst.c 484 if(0!=uprv_strcmp("idna_rules", ures_getLocale(idna_rules, &errorCode))) {
514 } else if(0!=uprv_strcmp("idna_rules", ures_getLocale(idna_rules, &errorCode))) {
585 if(errorCode!=U_USING_DEFAULT_WARNING || 0!=uprv_strcmp("root", ures_getLocale(ne, &errorCode))) {
756 if(0!=uprv_strcmp(key, testcases[i].key)) {
    [all...]
chashtst.c 329 (uprv_strcmp((const char*)key1.pointer, (const char*)key2.pointer) == 0));
  /external/icu/icu4c/source/test/intltest/
loctest.cpp 480 if (uprv_strcmp(Locale().getLanguage(), "tl") != 0) {
    [all...]
regiontst.cpp 439 if ( uprv_strcmp(id,data.expectedID)) {
483 if ( uprv_strcmp(data.expectedID,id)) {
628 if ( !uprv_strcmp(check,data[i]) ) {
    [all...]
callimts.cpp 181 if (uprv_strcmp(cal->getType(), TestCases[i].type) != 0) {
391 if ( uprv_strcmp(cal.getType(), "dangi") == 0 &&
numberformattesttuple.cpp 82 if (uprv_strcmp(cstr.data(), table[i].str) == 0) {
414 if (uprv_strcmp(gFieldData[i].name, buffer.data()) == 0) {
unifiedcachetest.cpp 36 if (uprv_strcmp(fLoc.getName(), "zh") == 0) {
40 if (uprv_strcmp(fLoc.getLanguage(), fLoc.getName()) != 0) {
tsnmfmt.cpp 98 if (uprv_strcmp(locale.getName(), "en_US_POSIX") != 0) {
  /external/icu/icu4c/source/tools/genrb/
parse.cpp 597 /* if (tag != NULL && uprv_strcmp(tag, "%%UCARULES") == 0)
669 if (uprv_strcmp(((list->fRoot->fKeys) + (current->fKey)), key) == 0) {
874 else if (uprv_strcmp(subtag, "Version") == 0 && member->isString())
891 else if(uprv_strcmp(subtag, "%%CollationBin")==0)
895 else if (uprv_strcmp(subtag, "Sequence") == 0 && member->isString())
1033 if (uprv_strcmp(type, "big5han") == 0) { return FALSE; }
1034 if (uprv_strcmp(type, "gb2312han") == 0) { return FALSE; }
    [all...]
wrtjava.cpp 386 if(resname != NULL && uprv_strcmp(resname,"DateTimeElements")==0){
623 if(uprv_strcmp(srBundle->fLocale,"root")!=0){
  /external/icu/icu4c/source/tools/pkgdata/
pkgtypes.c 294 if(!uprv_strcmp(l->str, str)) {
pkgdata.cpp 298 if(!options[BLDOPT].doesOccur && uprv_strcmp(options[MODE].value, "common") != 0) {
610 if (uprv_strcmp(datFileNamePath, targetFileNamePath) != 0) {
    [all...]
  /external/icu/icu4c/source/tools/icuswap/
icuswap.cpp 301 if(len<=0 || 0!=uprv_strcmp(basename+len, ".dat")) {
328 return (int32_t)uprv_strcmp(chars+((const ToCEntry *)left)->nameOffset,

Completed in 2799 milliseconds

12 3 4 5