Home | History | Annotate | Download | only in toolutil

Lines Matching refs:suffix

562     const char *basename=findBasename(inFilename), *suffix=uprv_strrchr(basename, '.');
579 if(suffix==NULL) {
580 /* the filename does not have a suffix */
591 while(inFilename<suffix) {
606 /* copy suffix */