Home | History | Annotate | Download | only in genrb

Lines Matching refs:uprv_strcmp

831         if(uprv_strcmp(ext, ".jpg")==0 || uprv_strcmp(ext, ".jpeg")==0 || uprv_strcmp(ext, ".gif")==0 ){
833 } else if(uprv_strcmp(ext, ".wav")==0 || uprv_strcmp(ext, ".au")==0 ){
835 } else if(uprv_strcmp(ext, ".avi")==0 || uprv_strcmp(ext, ".mpg")==0 || uprv_strcmp(ext, ".mpeg")==0){
837 } else if(uprv_strcmp(ext, ".txt")==0 || uprv_strcmp(ext, ".text")==0){
1047 if(uprv_strcmp(originalFileName, srBundle->fLocale) != 0) {
1148 if(language != NULL && uprv_strcmp(lang, srBundle->fLocale)!=0){