Lines Matching refs:uprv_strcmp
128 …if(uprv_strcmp(resB->fName, uloc_getDefault())==0 || uprv_strcmp(resB->fName, kRootLocaleName)==0)… in getFallbackData()
480 *isRoot = (UBool)(uprv_strcmp(name, kRootLocaleName) == 0); in findFirstExisting()
522 if (uprv_strcmp(name, kRootLocaleName) == 0) { in loadParentsExceptRoot()
699 } else if(!isRoot && uprv_strcmp(t1->fName, kRootLocaleName) != 0 && in entryOpen()
756 if(r != NULL && uprv_strcmp(localeID, kRootLocaleName) != 0 && // not root in entryOpenDirect()
761 if(!chopLocale(name) || uprv_strcmp(name, kRootLocaleName) == 0 || in entryOpenDirect()
763 if(uprv_strcmp(t1->fName, kRootLocaleName) != 0 && t1->fParent == NULL) { in entryOpenDirect()
979 if(uprv_strcmp(path, "LOCALE") == 0) { in init_resb_result()
987 if(uprv_strcmp(path, "ICUDATA") == 0) { /* want ICU data */ in init_resb_result()
1864 …if(uprv_strcmp(dataEntry->fName, uloc_getDefault())==0 || uprv_strcmp(dataEntry->fName, kRootLocal… in ures_getByKeyWithFallback()
2518 if (uprv_strcmp(loc, locToSearch) == 0) { in isLocaleInList()
2543 if(!uprv_strcmp(kwVal, DEFAULT_TAG)) { in ures_getFunctionalEquivalent()
2624 } while(!defVal[0] && *found && uprv_strcmp(found, "root") != 0 && U_SUCCESS(*status)); in ures_getFunctionalEquivalent()
2703 if((full[0]==0) && uprv_strcmp(kwVal, defVal)) { in ures_getFunctionalEquivalent()
2786 if(!uprv_strcmp(kwVal, defVal)) { /* if the requested kw is default, */ in ures_getFunctionalEquivalent()
2897 uprv_strcmp(k, DEFAULT_TAG) == 0 || uprv_strncmp(k, "private-", 8) == 0) { in ures_getKeywordValues()
2902 if(!uprv_strcmp(valuesList[i],k)) { in ures_getKeywordValues()
2947 if(uprv_strcmp(res1->fKey, res2->fKey)!=0){
2951 if(uprv_strcmp(res1->fData->fName, res2->fData->fName)!=0){
2957 if(uprv_strcmp(res1->fData->fPath, res2->fData->fPath)!=0){
2961 if(uprv_strcmp(res1->fData->fParent->fName, res2->fData->fParent->fName)!=0){
2964 if(uprv_strcmp(res1->fData->fParent->fPath, res2->fData->fParent->fPath)!=0){