Home | History | Annotate | Download | only in localeconverter

Lines Matching defs:sourceDir

44     private static final int SOURCEDIR = 2;
54 UOption.SOURCEDIR(),
144 private String sourceDir = null;
172 if(options[SOURCEDIR].doesOccur) {
173 sourceDir = options[SOURCEDIR].value;
221 "-s or --sourcedir source directory for files followed by path, default is current directory.\n" +
259 if(sourceDir != null && fName != null) {
260 str = sourceDir + File.separator + fName;