Home | History | Annotate | Download | only in toolutil

Lines Matching refs:suffix

573     const char *basename=findBasename(inFilename), *suffix=uprv_strrchr(basename, '.');
590 if(suffix==NULL) {
591 /* the filename does not have a suffix */
602 while(inFilename<suffix) {
617 /* copy suffix */