Home | History | Annotate | Download | only in genrb

Lines Matching refs:ext

183     const char *ext = uprv_strchr(id, '.');
185 if(ext != NULL){
186 pos = (int) (ext - id);
798 const char* ext = NULL;
814 ext = uprv_strrchr(fileName, '.');
816 if (ext == NULL) {
821 if(uprv_strcmp(ext, ".jpg")==0 || uprv_strcmp(ext, ".jpeg")==0 || uprv_strcmp(ext, ".gif")==0 ){
823 } else if(uprv_strcmp(ext, ".wav")==0 || uprv_strcmp(ext, ".au")==0 ){
825 } else if(uprv_strcmp(ext, ".avi")==0 || uprv_strcmp(ext, ".mpg")==0 || uprv_strcmp(ext, ".mpeg")==0){
827 } else if(uprv_strcmp(ext, ".txt")==0 || uprv_strcmp(ext, ".text")==0){