Lines Matching refs:trim
179 if (!line.trim().equals("")) count++;
193 if (commentLine != null && commentLine.trim().length() > 0) {
235 if (line.trim().length() < 1) continue;
253 item.setTranslation(line.substring(line.indexOf("=")+1,line.length()).trim());
295 if (commentLine != null && commentLine.trim().length() > 0) {
337 if (line.trim().length() < 1) continue;
354 item.setTranslation(line.substring(line.indexOf("=")+1,line.length()).trim());
776 if (dictStr.trim().equals("")) dictStr = (dict.encoding.trim().equals("") ? "Base Resource Bundle" : dict.encoding);
911 String name = line.substring(0,line.indexOf(" ")).trim();
916 result.put(name,line.substring(0,line.indexOf("@")).trim());
920 result.put(name,line.trim());