• Home
  • Raw
  • Download

Lines Matching refs:uprv_strcmp

128 …if(uprv_strcmp(resB->fName, uloc_getDefault())==0 || uprv_strcmp(resB->fName, kRootLocaleName)==0)…  in getFallbackData()
479 *isRoot = (UBool)(uprv_strcmp(name, kRootLocaleName) == 0); in findFirstExisting()
521 if (uprv_strcmp(name, kRootLocaleName) == 0) { in loadParentsExceptRoot()
698 } else if(!isRoot && uprv_strcmp(t1->fName, kRootLocaleName) != 0 && in entryOpen()
755 if(r != NULL && uprv_strcmp(localeID, kRootLocaleName) != 0 && // not root in entryOpenDirect()
760 if(!chopLocale(name) || uprv_strcmp(name, kRootLocaleName) == 0 || in entryOpenDirect()
762 if(uprv_strcmp(t1->fName, kRootLocaleName) != 0 && t1->fParent == NULL) { in entryOpenDirect()
978 if(uprv_strcmp(path, "LOCALE") == 0) { in init_resb_result()
986 if(uprv_strcmp(path, "ICUDATA") == 0) { /* want ICU data */ in init_resb_result()
1863 …if(uprv_strcmp(dataEntry->fName, uloc_getDefault())==0 || uprv_strcmp(dataEntry->fName, kRootLocal… in ures_getByKeyWithFallback()
2402 if (uprv_strcmp(loc, locToSearch) == 0) { in isLocaleInList()
2427 if(!uprv_strcmp(kwVal, DEFAULT_TAG)) { in ures_getFunctionalEquivalent()
2508 } while(!defVal[0] && *found && uprv_strcmp(found, "root") != 0 && U_SUCCESS(*status)); in ures_getFunctionalEquivalent()
2587 if((full[0]==0) && uprv_strcmp(kwVal, defVal)) { in ures_getFunctionalEquivalent()
2670 if(!uprv_strcmp(kwVal, defVal)) { /* if the requested kw is default, */ in ures_getFunctionalEquivalent()
2781 uprv_strcmp(k, DEFAULT_TAG) == 0 || uprv_strncmp(k, "private-", 8) == 0) { in ures_getKeywordValues()
2786 if(!uprv_strcmp(valuesList[i],k)) { in ures_getKeywordValues()
2831 if(uprv_strcmp(res1->fKey, res2->fKey)!=0){
2835 if(uprv_strcmp(res1->fData->fName, res2->fData->fName)!=0){
2841 if(uprv_strcmp(res1->fData->fPath, res2->fData->fPath)!=0){
2845 if(uprv_strcmp(res1->fData->fParent->fName, res2->fData->fParent->fName)!=0){
2848 if(uprv_strcmp(res1->fData->fParent->fPath, res2->fData->fParent->fPath)!=0){