Searched refs:fixupPropertyString (Results 1 – 1 of 1) sorted by relevance
461 String newKey = fixupPropertyString(key, true); in loadPropertiesFile()472 newValue = fixupPropertyString(value, false); in loadPropertiesFile()474 newValue = fixupPropertyString(newValue, false); in loadPropertiesFile()494 static private String fixupPropertyString(String s, boolean doClipping) in fixupPropertyString() method in OutputPropertiesFactory