Lines Matching refs:uprv_strcmp
124 …if(uprv_strcmp(resB->fName, uloc_getDefault())==0 || uprv_strcmp(resB->fName, kRootLocaleName)==0)… in getFallbackData()
491 *isRoot = (UBool)(uprv_strcmp(name, kRootLocaleName) == 0); in findFirstExisting()
585 … if ( !uprv_strcmp(name,"root") ) { /* If parent is root, we just terminate the loop */ in entryOpen()
635 … if ( !uprv_strcmp(name,"root") ) { /* If parent is root, we just terminate the loop */ in entryOpen()
671 …} else if(!isRoot && uprv_strcmp(t1->fName, kRootLocaleName) != 0 && t1->fParent == NULL && !r->fD… in entryOpen()
908 if(uprv_strcmp(path, "LOCALE") == 0) { in init_resb_result()
916 if(uprv_strcmp(path, "ICUDATA") == 0) { /* want ICU data */ in init_resb_result()
1746 …if(uprv_strcmp(dataEntry->fName, uloc_getDefault())==0 || uprv_strcmp(dataEntry->fName, kRootLocal… in ures_getByKeyWithFallback()
2360 if (uprv_strcmp(loc, locToSearch) == 0) { in isLocaleInList()
2385 if(!uprv_strcmp(kwVal, DEFAULT_TAG)) { in ures_getFunctionalEquivalent()
2466 } while(!defVal[0] && *found && uprv_strcmp(found, "root") != 0 && U_SUCCESS(*status)); in ures_getFunctionalEquivalent()
2545 if((full[0]==0) && uprv_strcmp(kwVal, defVal)) { in ures_getFunctionalEquivalent()
2628 if(!uprv_strcmp(kwVal, defVal)) { /* if the requested kw is default, */ in ures_getFunctionalEquivalent()
2739 if(!uprv_strcmp(valuesList[i],k)) { in ures_getKeywordValues()
2745 if(!uprv_strcmp(k,DEFAULT_TAG)) { in ures_getKeywordValues()
2786 if(uprv_strcmp(res1->fKey, res2->fKey)!=0){
2790 if(uprv_strcmp(res1->fData->fName, res2->fData->fName)!=0){
2796 if(uprv_strcmp(res1->fData->fPath, res2->fData->fPath)!=0){
2800 if(uprv_strcmp(res1->fData->fParent->fName, res2->fData->fParent->fName)!=0){
2803 if(uprv_strcmp(res1->fData->fParent->fPath, res2->fData->fParent->fPath)!=0){