Searched refs:onlyFileNameNoSuffix (Results 1 – 1 of 1) sorted by relevance
629 String onlyFileNameNoSuffix; in setName() local632 onlyFileNameNoSuffix = onlyFileName+GRAMMAR_FILE_EXTENSION; in setName()635 onlyFileNameNoSuffix = onlyFileName.substring(0,lastDot); in setName()637 if ( !name.equals(onlyFileNameNoSuffix) ) { in setName()